#fa0f0a color space conversions
Hex:
        #fa0f0a
        RGB:
        250, 15, 10
        CMY:
        2, 94, 96
        CMYK:
        0, 94, 96, 2
      HSL:
        1°, 96.0000%, 50.9804%
        HSV (HSB):
        1°, 96.0000%, 98.0392%
        XYZ:
        39.6500, 20.6876, 2.1905
        xyY:
        0.6341, 0.3309, 20.6876
      CIE-Lab:
        52.6058, 77.8834, 63.8913
        CIE-LCH:
        52.6058, 100.7369, 39.3636
        CIE-Luv:
        52.6058, 168.9154, 36.8468
        Hunter-Lab:
        45.4836, 76.0097, 28.9831
      #fa0f0a color charts
#fa0f0a RGB chart
      #fa0f0a CMYK chart
      #fa0f0a RGB pie chart
      #fa0f0a color shades, tints & tones
#fa0f0a color schemes
#fa0f0a color preview, HTML & CSS examples
           This text has a color of #fa0f0a        
        
          <p style="color:#fa0f0a;">Text here</p>
        
        
          .mytext {color:#fa0f0a;}
        
        Text color #fa0f0a
      
           This box has a color of #fa0f0a        
        
          <div style="background-color:#fa0f0a;">Content here</div>
        
        
          .mybackground {background-color:#fa0f0a;}
        
        Background color #fa0f0a
      
           Border around this has a color of #fa0f0a        
        
          <div style="border:2px solid #fa0f0a;">Content here</div>
        
        
          .myborder {border:2px solid #fa0f0a;}
        
        Border color #fa0f0a