#fa153b color space conversions
Hex:
        #fa153b
        RGB:
        250, 21, 59
        CMY:
        2, 92, 77
        CMYK:
        0, 92, 76, 2
      HSL:
        350°, 95.8159%, 53.1373%
        HSV (HSB):
        350°, 91.6000%, 98.0392%
        XYZ:
        40.4819, 21.1761, 6.0914
        xyY:
        0.5975, 0.3126, 21.1761
      CIE-Lab:
        53.1417, 78.1687, 42.7177
        CIE-LCH:
        53.1417, 89.0795, 28.6558
        CIE-Luv:
        53.1417, 160.5268, 26.2539
        Hunter-Lab:
        46.0175, 76.4972, 24.3639
      #fa153b color charts
#fa153b RGB chart
      #fa153b CMYK chart
      #fa153b RGB pie chart
      #fa153b color shades, tints & tones
#fa153b color schemes
#fa153b color preview, HTML & CSS examples
           This text has a color of #fa153b        
        
          <p style="color:#fa153b;">Text here</p>
        
        
          .mytext {color:#fa153b;}
        
        Text color #fa153b
      
           This box has a color of #fa153b        
        
          <div style="background-color:#fa153b;">Content here</div>
        
        
          .mybackground {background-color:#fa153b;}
        
        Background color #fa153b
      
           Border around this has a color of #fa153b        
        
          <div style="border:2px solid #fa153b;">Content here</div>
        
        
          .myborder {border:2px solid #fa153b;}
        
        Border color #fa153b