#f9100b color space conversions
Hex:
        #f9100b
        RGB:
        249, 16, 11
        CMY:
        2, 94, 96
        CMYK:
        0, 94, 96, 2
      HSL:
        1°, 95.2000%, 50.9804%
        HSV (HSB):
        1°, 95.5823%, 97.6471%
        XYZ:
        39.3126, 20.5345, 2.2082
        xyY:
        0.6335, 0.3309, 20.5345
      CIE-Lab:
        52.4362, 77.5520, 63.4529
        CIE-LCH:
        52.4362, 100.2027, 39.2899
        CIE-Luv:
        52.4362, 167.9827, 36.6699
        Hunter-Lab:
        45.3150, 75.5549, 28.8313
      #f9100b color charts
#f9100b RGB chart
      #f9100b CMYK chart
      #f9100b RGB pie chart
      #f9100b color shades, tints & tones
#f9100b color schemes
#f9100b color preview, HTML & CSS examples
           This text has a color of #f9100b        
        
          <p style="color:#f9100b;">Text here</p>
        
        
          .mytext {color:#f9100b;}
        
        Text color #f9100b
      
           This box has a color of #f9100b        
        
          <div style="background-color:#f9100b;">Content here</div>
        
        
          .mybackground {background-color:#f9100b;}
        
        Background color #f9100b
      
           Border around this has a color of #f9100b        
        
          <div style="border:2px solid #f9100b;">Content here</div>
        
        
          .myborder {border:2px solid #f9100b;}
        
        Border color #f9100b