#f2011b color space conversions
Hex:
        #f2011b
        RGB:
        242, 1, 27
        CMY:
        5, 100, 89
        CMYK:
        0, 100, 89, 5
      HSL:
        354°, 99.1770%, 47.6471%
        HSV (HSB):
        354°, 99.5868%, 94.9020%
        XYZ:
        36.8266, 18.9781, 2.7591
        xyY:
        0.6288, 0.3241, 18.9781
      CIE-Lab:
        50.6616, 77.1772, 56.1897
        CIE-LCH:
        50.6616, 95.4651, 36.0569
        CIE-Luv:
        50.6616, 163.8914, 32.6671
        Hunter-Lab:
        43.5638, 74.6580, 26.7396
      #f2011b color charts
#f2011b RGB chart
      #f2011b CMYK chart
      #f2011b RGB pie chart
      #f2011b color shades, tints & tones
#f2011b color schemes
#f2011b color preview, HTML & CSS examples
           This text has a color of #f2011b        
        
          <p style="color:#f2011b;">Text here</p>
        
        
          .mytext {color:#f2011b;}
        
        Text color #f2011b
      
           This box has a color of #f2011b        
        
          <div style="background-color:#f2011b;">Content here</div>
        
        
          .mybackground {background-color:#f2011b;}
        
        Background color #f2011b
      
           Border around this has a color of #f2011b        
        
          <div style="border:2px solid #f2011b;">Content here</div>
        
        
          .myborder {border:2px solid #f2011b;}
        
        Border color #f2011b