#f0005d color space conversions
Hex:
        #f0005d
        RGB:
        240, 0, 93
        CMY:
        6, 100, 64
        CMYK:
        0, 100, 61, 6
      HSL:
        337°, 100.0000%, 47.0588%
        HSV (HSB):
        337°, 100.0000%, 94.1176%
        XYZ:
        37.9110, 19.3156, 12.0861
        xyY:
        0.5470, 0.2787, 19.3156
      CIE-Lab:
        51.0544, 79.0270, 19.4929
        CIE-LCH:
        51.0544, 81.3955, 13.8561
        CIE-Luv:
        51.0544, 145.2692, 6.2217
        Hunter-Lab:
        43.9495, 77.0630, 14.4599
      #f0005d color charts
#f0005d RGB chart
      #f0005d CMYK chart
      #f0005d RGB pie chart
      #f0005d color shades, tints & tones
#f0005d color schemes
#f0005d color preview, HTML & CSS examples
           This text has a color of #f0005d        
        
          <p style="color:#f0005d;">Text here</p>
        
        
          .mytext {color:#f0005d;}
        
        Text color #f0005d
      
           This box has a color of #f0005d        
        
          <div style="background-color:#f0005d;">Content here</div>
        
        
          .mybackground {background-color:#f0005d;}
        
        Background color #f0005d
      
           Border around this has a color of #f0005d        
        
          <div style="border:2px solid #f0005d;">Content here</div>
        
        
          .myborder {border:2px solid #f0005d;}
        
        Border color #f0005d