#fa143b color space conversions
Hex:
        #fa143b
        RGB:
        250, 20, 59
        CMY:
        2, 92, 77
        CMYK:
        0, 92, 76, 2
      HSL:
        350°, 95.8333%, 52.9412%
        HSV (HSB):
        350°, 92.0000%, 98.0392%
        XYZ:
        40.4639, 21.1401, 6.0854
        xyY:
        0.5978, 0.3123, 21.1401
      CIE-Lab:
        53.1025, 78.2820, 42.6752
        CIE-LCH:
        53.1025, 89.1585, 28.5969
        CIE-Luv:
        53.1025, 160.7314, 26.1751
        Hunter-Lab:
        45.9783, 76.6295, 24.3375
      #fa143b color charts
#fa143b RGB chart
      #fa143b CMYK chart
      #fa143b RGB pie chart
      #fa143b color shades, tints & tones
#fa143b color schemes
#fa143b color preview, HTML & CSS examples
           This text has a color of #fa143b        
        
          <p style="color:#fa143b;">Text here</p>
        
        
          .mytext {color:#fa143b;}
        
        Text color #fa143b
      
           This box has a color of #fa143b        
        
          <div style="background-color:#fa143b;">Content here</div>
        
        
          .mybackground {background-color:#fa143b;}
        
        Background color #fa143b
      
           Border around this has a color of #fa143b        
        
          <div style="border:2px solid #fa143b;">Content here</div>
        
        
          .myborder {border:2px solid #fa143b;}
        
        Border color #fa143b