#fa017e color space conversions
Hex:
        #fa017e
        RGB:
        250, 1, 126
        CMY:
        2, 100, 51
        CMYK:
        0, 100, 50, 2
      HSL:
        330°, 99.2032%, 49.2157%
        HSV (HSB):
        330°, 99.6000%, 98.0392%
        XYZ:
        43.2011, 21.8521, 21.6796
        xyY:
        0.4981, 0.2519, 21.8521
      CIE-Lab:
        53.8697, 83.2718, 3.6782
        CIE-LCH:
        53.8697, 83.3530, 2.5292
        CIE-Luv:
        53.8697, 138.9979, -12.1035
        Hunter-Lab:
        46.7462, 83.1572, 5.2253
      #fa017e color charts
#fa017e RGB chart
      #fa017e CMYK chart
      #fa017e RGB pie chart
      #fa017e color shades, tints & tones
#fa017e color schemes
#fa017e color preview, HTML & CSS examples
           This text has a color of #fa017e        
        
          <p style="color:#fa017e;">Text here</p>
        
        
          .mytext {color:#fa017e;}
        
        Text color #fa017e
      
           This box has a color of #fa017e        
        
          <div style="background-color:#fa017e;">Content here</div>
        
        
          .mybackground {background-color:#fa017e;}
        
        Background color #fa017e
      
           Border around this has a color of #fa017e        
        
          <div style="border:2px solid #fa017e;">Content here</div>
        
        
          .myborder {border:2px solid #fa017e;}
        
        Border color #fa017e