#fa163f color space conversions
Hex:
        #fa163f
        RGB:
        250, 22, 63
        CMY:
        2, 91, 75
        CMYK:
        0, 91, 75, 2
      HSL:
        349°, 95.7983%, 53.3333%
        HSV (HSB):
        349°, 91.2000%, 98.0392%
        XYZ:
        40.6085, 21.2567, 6.6653
        xyY:
        0.5926, 0.3102, 21.2567
      CIE-Lab:
        53.2293, 78.1826, 40.5385
        CIE-LCH:
        53.2293, 88.0675, 27.4072
        CIE-Luv:
        53.2293, 159.3161, 24.7973
        Hunter-Lab:
        46.1050, 76.5359, 23.7021
      #fa163f color charts
#fa163f RGB chart
      #fa163f CMYK chart
      #fa163f RGB pie chart
      #fa163f color shades, tints & tones
#fa163f color schemes
#fa163f color preview, HTML & CSS examples
           This text has a color of #fa163f        
        
          <p style="color:#fa163f;">Text here</p>
        
        
          .mytext {color:#fa163f;}
        
        Text color #fa163f
      
           This box has a color of #fa163f        
        
          <div style="background-color:#fa163f;">Content here</div>
        
        
          .mybackground {background-color:#fa163f;}
        
        Background color #fa163f
      
           Border around this has a color of #fa163f        
        
          <div style="border:2px solid #fa163f;">Content here</div>
        
        
          .myborder {border:2px solid #fa163f;}
        
        Border color #fa163f