#f00aac color space conversions
Hex:
        #f00aac
        RGB:
        240, 10, 172
        CMY:
        6, 96, 33
        CMYK:
        0, 96, 28, 6
      HSL:
        318°, 92.0000%, 49.0196%
        HSV (HSB):
        318°, 95.8333%, 94.1176%
        XYZ:
        43.4901, 21.7209, 40.9301
        xyY:
        0.4097, 0.2046, 21.7209
      CIE-Lab:
        53.7296, 84.7310, -24.1179
        CIE-LCH:
        53.7296, 88.0966, 344.1115
        CIE-Luv:
        53.7296, 108.7338, -49.6473
        Hunter-Lab:
        46.6057, 85.0074, -19.4457
      #f00aac color charts
#f00aac RGB chart
      #f00aac CMYK chart
      #f00aac RGB pie chart
      #f00aac color shades, tints & tones
#f00aac color schemes
#f00aac color preview, HTML & CSS examples
           This text has a color of #f00aac        
        
          <p style="color:#f00aac;">Text here</p>
        
        
          .mytext {color:#f00aac;}
        
        Text color #f00aac
      
           This box has a color of #f00aac        
        
          <div style="background-color:#f00aac;">Content here</div>
        
        
          .mybackground {background-color:#f00aac;}
        
        Background color #f00aac
      
           Border around this has a color of #f00aac        
        
          <div style="border:2px solid #f00aac;">Content here</div>
        
        
          .myborder {border:2px solid #f00aac;}
        
        Border color #f00aac