#f2034c color space conversions
Hex:
        #f2034c
        RGB:
        242, 3, 76
        CMY:
        5, 99, 70
        CMYK:
        0, 99, 69, 5
      HSL:
        342°, 97.5510%, 48.0392%
        HSV (HSB):
        342°, 98.7603%, 94.9020%
        XYZ:
        37.9550, 19.4642, 8.5940
        xyY:
        0.5750, 0.2949, 19.4642
      CIE-Lab:
        51.2259, 78.4302, 30.1158
        CIE-LCH:
        51.2259, 84.0134, 21.0059
        CIE-Luv:
        51.2259, 152.4870, 16.0831
        Hunter-Lab:
        44.1182, 76.3571, 19.3334
      #f2034c color charts
#f2034c RGB chart
      #f2034c CMYK chart
      #f2034c RGB pie chart
      #f2034c color shades, tints & tones
#f2034c color schemes
#f2034c color preview, HTML & CSS examples
           This text has a color of #f2034c        
        
          <p style="color:#f2034c;">Text here</p>
        
        
          .mytext {color:#f2034c;}
        
        Text color #f2034c
      
           This box has a color of #f2034c        
        
          <div style="background-color:#f2034c;">Content here</div>
        
        
          .mybackground {background-color:#f2034c;}
        
        Background color #f2034c
      
           Border around this has a color of #f2034c        
        
          <div style="border:2px solid #f2034c;">Content here</div>
        
        
          .myborder {border:2px solid #f2034c;}
        
        Border color #f2034c