#fa225f color space conversions
Hex:
        #fa225f
        RGB:
        250, 34, 95
        CMY:
        2, 87, 63
        CMYK:
        0, 86, 62, 2
      HSL:
        343°, 95.5752%, 55.6863%
        HSV (HSB):
        343°, 86.4000%, 98.0392%
        XYZ:
        42.0619, 22.2943, 12.9128
        xyY:
        0.5444, 0.2885, 22.2943
      CIE-Lab:
        54.3378, 77.8447, 23.0107
        CIE-LCH:
        54.3378, 81.1744, 16.4675
        CIE-Luv:
        54.3378, 146.4824, 10.5283
        Hunter-Lab:
        47.2168, 76.3829, 16.8372
      #fa225f color charts
#fa225f RGB chart
      #fa225f CMYK chart
      #fa225f RGB pie chart
      #fa225f color shades, tints & tones
#fa225f color schemes
#fa225f color preview, HTML & CSS examples
           This text has a color of #fa225f        
        
          <p style="color:#fa225f;">Text here</p>
        
        
          .mytext {color:#fa225f;}
        
        Text color #fa225f
      
           This box has a color of #fa225f        
        
          <div style="background-color:#fa225f;">Content here</div>
        
        
          .mybackground {background-color:#fa225f;}
        
        Background color #fa225f
      
           Border around this has a color of #fa225f        
        
          <div style="border:2px solid #fa225f;">Content here</div>
        
        
          .myborder {border:2px solid #fa225f;}
        
        Border color #fa225f