#f00cbc color space conversions
Hex:
        #f00cbc
        RGB:
        240, 12, 188
        CMY:
        6, 95, 26
        CMYK:
        0, 95, 22, 6
      HSL:
        314°, 90.4762%, 49.4118%
        HSV (HSB):
        314°, 95.0000%, 94.1176%
        XYZ:
        45.1438, 22.4190, 49.5249
        xyY:
        0.3856, 0.1915, 22.4190
      CIE-Lab:
        54.4688, 86.3674, -32.3120
        CIE-LCH:
        54.4688, 92.2139, 339.4880
        CIE-Luv:
        54.4688, 101.1620, -62.0564
        Hunter-Lab:
        47.3488, 87.3270, -28.8709
      #f00cbc color charts
#f00cbc RGB chart
      #f00cbc CMYK chart
      #f00cbc RGB pie chart
      #f00cbc color shades, tints & tones
#f00cbc color schemes
#f00cbc color preview, HTML & CSS examples
           This text has a color of #f00cbc        
        
          <p style="color:#f00cbc;">Text here</p>
        
        
          .mytext {color:#f00cbc;}
        
        Text color #f00cbc
      
           This box has a color of #f00cbc        
        
          <div style="background-color:#f00cbc;">Content here</div>
        
        
          .mybackground {background-color:#f00cbc;}
        
        Background color #f00cbc
      
           Border around this has a color of #f00cbc        
        
          <div style="border:2px solid #f00cbc;">Content here</div>
        
        
          .myborder {border:2px solid #f00cbc;}
        
        Border color #f00cbc