#f0100b color space conversions
Hex:
        #f0100b
        RGB:
        240, 16, 11
        CMY:
        6, 94, 96
        CMYK:
        0, 93, 95, 6
      HSL:
        1°, 91.2351%, 49.2157%
        HSV (HSB):
        1°, 95.4167%, 94.1176%
        XYZ:
        36.1809, 18.9200, 2.0616
        xyY:
        0.6329, 0.3310, 18.9200
      CIE-Lab:
        50.5935, 75.3274, 61.5102
        CIE-LCH:
        50.5935, 97.2508, 39.2341
        CIE-Luv:
        50.5935, 161.7136, 35.3389
        Hunter-Lab:
        43.4971, 72.3561, 27.6379
      #f0100b color charts
#f0100b RGB chart
      #f0100b CMYK chart
      #f0100b RGB pie chart
      #f0100b color shades, tints & tones
#f0100b color schemes
#f0100b color preview, HTML & CSS examples
           This text has a color of #f0100b        
        
          <p style="color:#f0100b;">Text here</p>
        
        
          .mytext {color:#f0100b;}
        
        Text color #f0100b
      
           This box has a color of #f0100b        
        
          <div style="background-color:#f0100b;">Content here</div>
        
        
          .mybackground {background-color:#f0100b;}
        
        Background color #f0100b
      
           Border around this has a color of #f0100b        
        
          <div style="border:2px solid #f0100b;">Content here</div>
        
        
          .myborder {border:2px solid #f0100b;}
        
        Border color #f0100b