#fa222f color space conversions
Hex:
        #fa222f
        RGB:
        250, 34, 47
        CMY:
        2, 87, 82
        CMYK:
        0, 86, 81, 2
      HSL:
        356°, 95.5752%, 55.6863%
        HSV (HSB):
        356°, 86.4000%, 98.0392%
        XYZ:
        40.5095, 21.6733, 4.7376
        xyY:
        0.6053, 0.3239, 21.6733
      CIE-Lab:
        53.6786, 75.9396, 49.7912
        CIE-LCH:
        53.6786, 90.8074, 33.2516
        CIE-Luv:
        53.6786, 159.6449, 31.5552
        Hunter-Lab:
        46.5546, 73.8513, 26.5546
      #fa222f color charts
#fa222f RGB chart
      #fa222f CMYK chart
      #fa222f RGB pie chart
      #fa222f color shades, tints & tones
#fa222f color schemes
#fa222f color preview, HTML & CSS examples
           This text has a color of #fa222f        
        
          <p style="color:#fa222f;">Text here</p>
        
        
          .mytext {color:#fa222f;}
        
        Text color #fa222f
      
           This box has a color of #fa222f        
        
          <div style="background-color:#fa222f;">Content here</div>
        
        
          .mybackground {background-color:#fa222f;}
        
        Background color #fa222f
      
           Border around this has a color of #fa222f        
        
          <div style="border:2px solid #fa222f;">Content here</div>
        
        
          .myborder {border:2px solid #fa222f;}
        
        Border color #fa222f