#f2014e color space conversions
Hex:
        #f2014e
        RGB:
        242, 1, 78
        CMY:
        5, 100, 69
        CMYK:
        0, 100, 68, 5
      HSL:
        341°, 99.1770%, 47.6471%
        HSV (HSB):
        341°, 99.5868%, 94.9020%
        XYZ:
        38.0039, 19.4490, 8.9587
        xyY:
        0.5722, 0.2929, 19.4490
      CIE-Lab:
        51.2084, 78.6636, 28.8887
        CIE-LCH:
        51.2084, 83.8005, 20.1655
        CIE-Luv:
        51.2084, 152.0708, 14.9810
        Hunter-Lab:
        44.1010, 76.6451, 18.8265
      #f2014e color charts
#f2014e RGB chart
      #f2014e CMYK chart
      #f2014e RGB pie chart
      #f2014e color shades, tints & tones
#f2014e color schemes
#f2014e color preview, HTML & CSS examples
           This text has a color of #f2014e        
        
          <p style="color:#f2014e;">Text here</p>
        
        
          .mytext {color:#f2014e;}
        
        Text color #f2014e
      
           This box has a color of #f2014e        
        
          <div style="background-color:#f2014e;">Content here</div>
        
        
          .mybackground {background-color:#f2014e;}
        
        Background color #f2014e
      
           Border around this has a color of #f2014e        
        
          <div style="border:2px solid #f2014e;">Content here</div>
        
        
          .myborder {border:2px solid #f2014e;}
        
        Border color #f2014e