#fa223f color space conversions
Hex:
        #fa223f
        RGB:
        250, 34, 63
        CMY:
        2, 87, 75
        CMYK:
        0, 86, 75, 2
      HSL:
        352°, 95.5752%, 55.6863%
        HSV (HSB):
        352°, 86.4000%, 98.0392%
        XYZ:
        40.8936, 21.8269, 6.7603
        xyY:
        0.5886, 0.3141, 21.8269
      CIE-Lab:
        53.8429, 76.4171, 41.2236
        CIE-LCH:
        53.8429, 86.8271, 28.3449
        CIE-Luv:
        53.8429, 156.1716, 26.0418
        Hunter-Lab:
        46.7193, 74.4829, 24.1242
      #fa223f color charts
#fa223f RGB chart
      #fa223f CMYK chart
      #fa223f RGB pie chart
      #fa223f color shades, tints & tones
#fa223f color schemes
#fa223f color preview, HTML & CSS examples
           This text has a color of #fa223f        
        
          <p style="color:#fa223f;">Text here</p>
        
        
          .mytext {color:#fa223f;}
        
        Text color #fa223f
      
           This box has a color of #fa223f        
        
          <div style="background-color:#fa223f;">Content here</div>
        
        
          .mybackground {background-color:#fa223f;}
        
        Background color #fa223f
      
           Border around this has a color of #fa223f        
        
          <div style="border:2px solid #fa223f;">Content here</div>
        
        
          .myborder {border:2px solid #fa223f;}
        
        Border color #fa223f