#f2013b color space conversions
Hex:
        #f2013b
        RGB:
        242, 1, 59
        CMY:
        5, 100, 77
        CMYK:
        0, 100, 76, 5
      HSL:
        346°, 99.1770%, 47.6471%
        HSV (HSB):
        346°, 99.5868%, 94.9020%
        XYZ:
        37.4182, 19.2147, 5.8743
        xyY:
        0.5986, 0.3074, 19.2147
      CIE-Lab:
        50.9375, 77.9294, 39.8372
        CIE-LCH:
        50.9375, 87.5213, 27.0759
        CIE-Luv:
        50.9375, 157.7272, 23.4780
        Hunter-Lab:
        43.8346, 75.6612, 22.7387
      #f2013b color charts
#f2013b RGB chart
      #f2013b CMYK chart
      #f2013b RGB pie chart
      #f2013b color shades, tints & tones
#f2013b color schemes
#f2013b color preview, HTML & CSS examples
           This text has a color of #f2013b        
        
          <p style="color:#f2013b;">Text here</p>
        
        
          .mytext {color:#f2013b;}
        
        Text color #f2013b
      
           This box has a color of #f2013b        
        
          <div style="background-color:#f2013b;">Content here</div>
        
        
          .mybackground {background-color:#f2013b;}
        
        Background color #f2013b
      
           Border around this has a color of #f2013b        
        
          <div style="border:2px solid #f2013b;">Content here</div>
        
        
          .myborder {border:2px solid #f2013b;}
        
        Border color #f2013b