#fa141b color space conversions
Hex:
        #fa141b
        RGB:
        250, 20, 27
        CMY:
        2, 92, 89
        CMYK:
        0, 92, 89, 2
      HSL:
        358°, 95.8333%, 52.9412%
        HSV (HSB):
        358°, 92.0000%, 98.0392%
        XYZ:
        39.8723, 20.9034, 2.9702
        xyY:
        0.6255, 0.3279, 20.9034
      CIE-Lab:
        52.8437, 77.5554, 58.4903
        CIE-LCH:
        52.8437, 97.1389, 37.0227
        CIE-Luv:
        52.8437, 166.4741, 34.9548
        Hunter-Lab:
        45.7203, 75.6581, 28.1525
      #fa141b color charts
#fa141b RGB chart
      #fa141b CMYK chart
      #fa141b RGB pie chart
      #fa141b color shades, tints & tones
#fa141b color schemes
#fa141b color preview, HTML & CSS examples
           This text has a color of #fa141b        
        
          <p style="color:#fa141b;">Text here</p>
        
        
          .mytext {color:#fa141b;}
        
        Text color #fa141b
      
           This box has a color of #fa141b        
        
          <div style="background-color:#fa141b;">Content here</div>
        
        
          .mybackground {background-color:#fa141b;}
        
        Background color #fa141b
      
           Border around this has a color of #fa141b        
        
          <div style="border:2px solid #fa141b;">Content here</div>
        
        
          .myborder {border:2px solid #fa141b;}
        
        Border color #fa141b