#fa288e color space conversions
Hex:
        #fa288e
        RGB:
        250, 40, 142
        CMY:
        2, 84, 44
        CMYK:
        0, 84, 43, 2
      HSL:
        331°, 95.4545%, 56.8627%
        HSV (HSB):
        331°, 84.0000%, 98.0392%
        XYZ:
        45.0656, 23.7946, 27.8088
        xyY:
        0.4662, 0.2461, 23.7946
      CIE-Lab:
        55.8815, 80.0530, -2.9592
        CIE-LCH:
        55.8815, 80.1077, 357.8830
        CIE-Luv:
        55.8815, 126.0561, -19.7314
        Hunter-Lab:
        48.7797, 79.5447, 0.3452
      #fa288e color charts
#fa288e RGB chart
      #fa288e CMYK chart
      #fa288e RGB pie chart
      #fa288e color shades, tints & tones
#fa288e color schemes
#fa288e color preview, HTML & CSS examples
           This text has a color of #fa288e        
        
          <p style="color:#fa288e;">Text here</p>
        
        
          .mytext {color:#fa288e;}
        
        Text color #fa288e
      
           This box has a color of #fa288e        
        
          <div style="background-color:#fa288e;">Content here</div>
        
        
          .mybackground {background-color:#fa288e;}
        
        Background color #fa288e
      
           Border around this has a color of #fa288e        
        
          <div style="border:2px solid #fa288e;">Content here</div>
        
        
          .myborder {border:2px solid #fa288e;}
        
        Border color #fa288e