#fa02af color space conversions
Hex:
        #fa02af
        RGB:
        250, 2, 175
        CMY:
        2, 99, 31
        CMYK:
        0, 99, 30, 2
      HSL:
        318°, 98.4127%, 49.4118%
        HSV (HSB):
        318°, 99.2000%, 98.0392%
        XYZ:
        47.1839, 23.4626, 42.5993
        xyY:
        0.4167, 0.2072, 23.4626
      CIE-Lab:
        55.5456, 87.5164, -22.9229
        CIE-LCH:
        55.5456, 90.4687, 345.3224
        CIE-Luv:
        55.5456, 115.7852, -48.8039
        Hunter-Lab:
        48.4382, 89.1112, -18.2363
      #fa02af color charts
#fa02af RGB chart
      #fa02af CMYK chart
      #fa02af RGB pie chart
      #fa02af color shades, tints & tones
#fa02af color schemes
#fa02af color preview, HTML & CSS examples
           This text has a color of #fa02af        
        
          <p style="color:#fa02af;">Text here</p>
        
        
          .mytext {color:#fa02af;}
        
        Text color #fa02af
      
           This box has a color of #fa02af        
        
          <div style="background-color:#fa02af;">Content here</div>
        
        
          .mybackground {background-color:#fa02af;}
        
        Background color #fa02af
      
           Border around this has a color of #fa02af        
        
          <div style="border:2px solid #fa02af;">Content here</div>
        
        
          .myborder {border:2px solid #fa02af;}
        
        Border color #fa02af