#fa14fa color space conversions
Hex:
        #fa14fa
        RGB:
        250, 20, 250
        CMY:
        2, 92, 2
        CMYK:
        0, 92, 0, 2
      HSL:
        300°, 95.8333%, 52.9412%
        HSV (HSB):
        300°, 92.0000%, 98.0392%
        XYZ:
        56.9298, 27.7264, 92.7937
        xyY:
        0.3208, 0.1562, 27.7264
      CIE-Lab:
        59.6408, 95.4358, -59.2043
        CIE-LCH:
        59.6408, 112.3083, 328.1863
        CIE-Luv:
        59.6408, 81.6406, -105.5642
        Hunter-Lab:
        52.6559, 100.8405, -67.6256
      #fa14fa color charts
#fa14fa RGB chart
      #fa14fa CMYK chart
      #fa14fa RGB pie chart
      #fa14fa color shades, tints & tones
#fa14fa color schemes
#fa14fa color preview, HTML & CSS examples
           This text has a color of #fa14fa        
        
          <p style="color:#fa14fa;">Text here</p>
        
        
          .mytext {color:#fa14fa;}
        
        Text color #fa14fa
      
           This box has a color of #fa14fa        
        
          <div style="background-color:#fa14fa;">Content here</div>
        
        
          .mybackground {background-color:#fa14fa;}
        
        Background color #fa14fa
      
           Border around this has a color of #fa14fa        
        
          <div style="border:2px solid #fa14fa;">Content here</div>
        
        
          .myborder {border:2px solid #fa14fa;}
        
        Border color #fa14fa