#fa70ce color space conversions
Hex:
        #fa70ce
        RGB:
        250, 112, 206
        CMY:
        2, 56, 19
        CMYK:
        0, 55, 18, 2
      HSL:
        319°, 93.2432%, 70.9804%
        HSV (HSB):
        319°, 55.2000%, 98.0392%
        XYZ:
        56.3591, 36.3686, 62.4419
        xyY:
        0.3632, 0.2344, 36.3686
      CIE-Lab:
        66.8006, 63.1615, -23.4038
        CIE-LCH:
        66.8006, 67.3580, 339.6684
        CIE-Luv:
        66.8006, 76.2524, -46.5448
        Hunter-Lab:
        60.3064, 61.2804, -19.1751
      #fa70ce color charts
#fa70ce RGB chart
      #fa70ce CMYK chart
      #fa70ce RGB pie chart
      #fa70ce color shades, tints & tones
#fa70ce color schemes
#fa70ce color preview, HTML & CSS examples
           This text has a color of #fa70ce        
        
          <p style="color:#fa70ce;">Text here</p>
        
        
          .mytext {color:#fa70ce;}
        
        Text color #fa70ce
      
           This box has a color of #fa70ce        
        
          <div style="background-color:#fa70ce;">Content here</div>
        
        
          .mybackground {background-color:#fa70ce;}
        
        Background color #fa70ce
      
           Border around this has a color of #fa70ce        
        
          <div style="border:2px solid #fa70ce;">Content here</div>
        
        
          .myborder {border:2px solid #fa70ce;}
        
        Border color #fa70ce