#fa032a color space conversions
Hex:
        #fa032a
        RGB:
        250, 3, 42
        CMY:
        2, 99, 84
        CMYK:
        0, 99, 83, 2
      HSL:
        351°, 97.6285%, 49.6078%
        HSV (HSB):
        351°, 98.8000%, 98.0392%
        XYZ:
        39.8748, 20.5563, 4.0566
        xyY:
        0.6183, 0.3188, 20.5563
      CIE-Lab:
        52.4604, 79.2151, 51.2371
        CIE-LCH:
        52.4604, 94.3413, 32.8952
        CIE-Luv:
        52.4604, 166.9061, 30.7004
        Hunter-Lab:
        45.3390, 77.6440, 26.4325
      #fa032a color charts
#fa032a RGB chart
      #fa032a CMYK chart
      #fa032a RGB pie chart
      #fa032a color shades, tints & tones
#fa032a color schemes
#fa032a color preview, HTML & CSS examples
           This text has a color of #fa032a        
        
          <p style="color:#fa032a;">Text here</p>
        
        
          .mytext {color:#fa032a;}
        
        Text color #fa032a
      
           This box has a color of #fa032a        
        
          <div style="background-color:#fa032a;">Content here</div>
        
        
          .mybackground {background-color:#fa032a;}
        
        Background color #fa032a
      
           Border around this has a color of #fa032a        
        
          <div style="border:2px solid #fa032a;">Content here</div>
        
        
          .myborder {border:2px solid #fa032a;}
        
        Border color #fa032a