#f00fae color space conversions
Hex:
        #f00fae
        RGB:
        240, 15, 174
        CMY:
        6, 94, 32
        CMYK:
        0, 94, 28, 6
      HSL:
        318°, 88.2353%, 50.0000%
        HSV (HSB):
        318°, 93.7500%, 94.1176%
        XYZ:
        43.7460, 21.9229, 41.9703
        xyY:
        0.4064, 0.2037, 21.9229
      CIE-Lab:
        53.9451, 84.5563, -24.9589
        CIE-LCH:
        53.9451, 88.1630, 343.5547
        CIE-Luv:
        53.9451, 107.4237, -50.8691
        Hunter-Lab:
        46.8219, 84.8353, -20.3711
      #f00fae color charts
#f00fae RGB chart
      #f00fae CMYK chart
      #f00fae RGB pie chart
      #f00fae color shades, tints & tones
#f00fae color schemes
#f00fae color preview, HTML & CSS examples
           This text has a color of #f00fae        
        
          <p style="color:#f00fae;">Text here</p>
        
        
          .mytext {color:#f00fae;}
        
        Text color #f00fae
      
           This box has a color of #f00fae        
        
          <div style="background-color:#f00fae;">Content here</div>
        
        
          .mybackground {background-color:#f00fae;}
        
        Background color #f00fae
      
           Border around this has a color of #f00fae        
        
          <div style="border:2px solid #f00fae;">Content here</div>
        
        
          .myborder {border:2px solid #f00fae;}
        
        Border color #f00fae