#f8100a color space conversions
Hex:
        #f8100a
        RGB:
        248, 16, 10
        CMY:
        3, 94, 96
        CMYK:
        0, 94, 96, 3
      HSL:
        2°, 94.4444%, 50.5882%
        HSV (HSB):
        2°, 95.9677%, 97.2549%
        XYZ:
        38.9515, 20.3490, 2.1619
        xyY:
        0.6337, 0.3311, 20.3490
      CIE-Lab:
        52.2295, 77.2988, 63.4797
        CIE-LCH:
        52.2295, 100.0239, 39.3937
        CIE-Luv:
        52.2295, 167.3472, 36.6111
        Hunter-Lab:
        45.1098, 75.1892, 28.7353
      #f8100a color charts
#f8100a RGB chart
      #f8100a CMYK chart
      #f8100a RGB pie chart
      #f8100a color shades, tints & tones
#f8100a color schemes
#f8100a color preview, HTML & CSS examples
           This text has a color of #f8100a        
        
          <p style="color:#f8100a;">Text here</p>
        
        
          .mytext {color:#f8100a;}
        
        Text color #f8100a
      
           This box has a color of #f8100a        
        
          <div style="background-color:#f8100a;">Content here</div>
        
        
          .mybackground {background-color:#f8100a;}
        
        Background color #f8100a
      
           Border around this has a color of #f8100a        
        
          <div style="border:2px solid #f8100a;">Content here</div>
        
        
          .myborder {border:2px solid #f8100a;}
        
        Border color #f8100a