#fa2034 color space conversions
Hex:
        #fa2034
        RGB:
        250, 32, 52
        CMY:
        2, 87, 80
        CMYK:
        0, 87, 79, 2
      HSL:
        354°, 95.6140%, 55.2941%
        HSV (HSB):
        354°, 87.2000%, 98.0392%
        XYZ:
        40.5607, 21.6050, 5.2812
        xyY:
        0.6014, 0.3203, 21.6050
      CIE-Lab:
        53.6053, 76.4141, 47.0711
        CIE-LCH:
        53.6053, 89.7485, 31.6331
        CIE-Luv:
        53.6053, 159.2888, 29.7677
        Hunter-Lab:
        46.4811, 74.4220, 25.8002
      #fa2034 color charts
#fa2034 RGB chart
      #fa2034 CMYK chart
      #fa2034 RGB pie chart
      #fa2034 color shades, tints & tones
#fa2034 color schemes
#fa2034 color preview, HTML & CSS examples
           This text has a color of #fa2034        
        
          <p style="color:#fa2034;">Text here</p>
        
        
          .mytext {color:#fa2034;}
        
        Text color #fa2034
      
           This box has a color of #fa2034        
        
          <div style="background-color:#fa2034;">Content here</div>
        
        
          .mybackground {background-color:#fa2034;}
        
        Background color #fa2034
      
           Border around this has a color of #fa2034        
        
          <div style="border:2px solid #fa2034;">Content here</div>
        
        
          .myborder {border:2px solid #fa2034;}
        
        Border color #fa2034