#fa151e color space conversions
Hex:
        #fa151e
        RGB:
        250, 21, 30
        CMY:
        2, 92, 88
        CMYK:
        0, 92, 88, 2
      HSL:
        358°, 95.8159%, 53.1373%
        HSV (HSB):
        358°, 91.6000%, 98.0392%
        XYZ:
        39.9269, 20.9541, 3.1685
        xyY:
        0.6234, 0.3272, 20.9541
      CIE-Lab:
        52.8992, 77.4866, 57.2751
        CIE-LCH:
        52.8992, 96.3567, 36.4704
        CIE-Luv:
        52.8992, 165.8890, 34.4701
        Hunter-Lab:
        45.7756, 75.5857, 27.9390
      #fa151e color charts
#fa151e RGB chart
      #fa151e CMYK chart
      #fa151e RGB pie chart
      #fa151e color shades, tints & tones
#fa151e color schemes
#fa151e color preview, HTML & CSS examples
           This text has a color of #fa151e        
        
          <p style="color:#fa151e;">Text here</p>
        
        
          .mytext {color:#fa151e;}
        
        Text color #fa151e
      
           This box has a color of #fa151e        
        
          <div style="background-color:#fa151e;">Content here</div>
        
        
          .mybackground {background-color:#fa151e;}
        
        Background color #fa151e
      
           Border around this has a color of #fa151e        
        
          <div style="border:2px solid #fa151e;">Content here</div>
        
        
          .myborder {border:2px solid #fa151e;}
        
        Border color #fa151e