#f2005a color space conversions
Hex:
        #f2005a
        RGB:
        242, 0, 90
        CMY:
        5, 100, 65
        CMYK:
        0, 100, 63, 5
      HSL:
        338°, 100.0000%, 47.4510%
        HSV (HSB):
        338°, 100.0000%, 94.9020%
        XYZ:
        38.4634, 19.6154, 11.4318
        xyY:
        0.5533, 0.2822, 19.6154
      CIE-Lab:
        51.3996, 79.3182, 21.8549
        CIE-LCH:
        51.3996, 82.2740, 15.4047
        CIE-Luv:
        51.3996, 147.9324, 8.4920
        Hunter-Lab:
        44.2893, 77.5135, 15.6988
      #f2005a color charts
#f2005a RGB chart
      #f2005a CMYK chart
      #f2005a RGB pie chart
      #f2005a color shades, tints & tones
#f2005a color schemes
#f2005a color preview, HTML & CSS examples
           This text has a color of #f2005a        
        
          <p style="color:#f2005a;">Text here</p>
        
        
          .mytext {color:#f2005a;}
        
        Text color #f2005a
      
           This box has a color of #f2005a        
        
          <div style="background-color:#f2005a;">Content here</div>
        
        
          .mybackground {background-color:#f2005a;}
        
        Background color #f2005a
      
           Border around this has a color of #f2005a        
        
          <div style="border:2px solid #f2005a;">Content here</div>
        
        
          .myborder {border:2px solid #f2005a;}
        
        Border color #f2005a