#fa141f color space conversions
Hex:
        #fa141f
        RGB:
        250, 20, 31
        CMY:
        2, 92, 88
        CMYK:
        0, 92, 88, 2
      HSL:
        357°, 95.8333%, 52.9412%
        HSV (HSB):
        357°, 92.0000%, 98.0392%
        XYZ:
        39.9218, 20.9232, 3.2308
        xyY:
        0.6230, 0.3265, 20.9232
      CIE-Lab:
        52.8654, 77.6166, 56.8159
        CIE-LCH:
        52.8654, 96.1893, 36.2044
        CIE-Luv:
        52.8654, 165.9777, 34.1983
        Hunter-Lab:
        45.7419, 75.7397, 27.8316
      #fa141f color charts
#fa141f RGB chart
      #fa141f CMYK chart
      #fa141f RGB pie chart
      #fa141f color shades, tints & tones
#fa141f color schemes
#fa141f color preview, HTML & CSS examples
           This text has a color of #fa141f        
        
          <p style="color:#fa141f;">Text here</p>
        
        
          .mytext {color:#fa141f;}
        
        Text color #fa141f
      
           This box has a color of #fa141f        
        
          <div style="background-color:#fa141f;">Content here</div>
        
        
          .mybackground {background-color:#fa141f;}
        
        Background color #fa141f
      
           Border around this has a color of #fa141f        
        
          <div style="border:2px solid #fa141f;">Content here</div>
        
        
          .myborder {border:2px solid #fa141f;}
        
        Border color #fa141f