#fa01ff color space conversions
Hex:
        #fa01ff
        RGB:
        250, 1, 255
        CMY:
        2, 100, 0
        CMYK:
        2, 100, 0, 0
      HSL:
        299°, 100.0000%, 50.1961%
        HSV (HSB):
        299°, 99.6078%, 100.0000%
        XYZ:
        57.4852, 27.5657, 96.8986
        xyY:
        0.3159, 0.1515, 27.5657
      CIE-Lab:
        59.4943, 97.4332, -62.2126
        CIE-LCH:
        59.4943, 115.6012, 327.4411
        CIE-Luv:
        59.4943, 80.4764, -110.3019
        Hunter-Lab:
        52.5030, 103.5580, -72.6724
      #fa01ff color charts
#fa01ff RGB chart
      #fa01ff CMYK chart
      #fa01ff RGB pie chart
      #fa01ff color shades, tints & tones
#fa01ff color schemes
#fa01ff color preview, HTML & CSS examples
           This text has a color of #fa01ff        
        
          <p style="color:#fa01ff;">Text here</p>
        
        
          .mytext {color:#fa01ff;}
        
        Text color #fa01ff
      
           This box has a color of #fa01ff        
        
          <div style="background-color:#fa01ff;">Content here</div>
        
        
          .mybackground {background-color:#fa01ff;}
        
        Background color #fa01ff
      
           Border around this has a color of #fa01ff        
        
          <div style="border:2px solid #fa01ff;">Content here</div>
        
        
          .myborder {border:2px solid #fa01ff;}
        
        Border color #fa01ff