#fa545b color space conversions
Hex:
        #fa545b
        RGB:
        250, 84, 91
        CMY:
        2, 67, 64
        CMYK:
        0, 66, 64, 2
      HSL:
        357°, 94.3182%, 65.4902%
        HSV (HSB):
        357°, 66.4000%, 98.0392%
        XYZ:
        44.4830, 27.4200, 12.8456
        xyY:
        0.5249, 0.3235, 27.4200
      CIE-Lab:
        59.3611, 63.3676, 31.8421
        CIE-LCH:
        59.3611, 70.9180, 26.6795
        CIE-Luv:
        59.3611, 125.1021, 23.8415
        Hunter-Lab:
        52.3641, 59.9976, 22.1102
      #fa545b color charts
#fa545b RGB chart
      #fa545b CMYK chart
      #fa545b RGB pie chart
      #fa545b color shades, tints & tones
#fa545b color schemes
#fa545b color preview, HTML & CSS examples
           This text has a color of #fa545b        
        
          <p style="color:#fa545b;">Text here</p>
        
        
          .mytext {color:#fa545b;}
        
        Text color #fa545b
      
           This box has a color of #fa545b        
        
          <div style="background-color:#fa545b;">Content here</div>
        
        
          .mybackground {background-color:#fa545b;}
        
        Background color #fa545b
      
           Border around this has a color of #fa545b        
        
          <div style="border:2px solid #fa545b;">Content here</div>
        
        
          .myborder {border:2px solid #fa545b;}
        
        Border color #fa545b