#fa64fd color space conversions
Hex:
        #fa64fd
        RGB:
        250, 100, 253
        CMY:
        2, 61, 1
        CMYK:
        1, 60, 0, 1
      HSL:
        299°, 97.4522%, 69.2157%
        HSV (HSB):
        299°, 60.4743%, 99.2157%
        XYZ:
        61.7111, 36.5302, 96.7270
        xyY:
        0.3165, 0.1874, 36.5302
      CIE-Lab:
        66.9231, 75.5303, -49.2908
        CIE-LCH:
        66.9231, 90.1910, 326.8717
        CIE-Luv:
        66.9231, 66.5369, -89.5852
        Hunter-Lab:
        60.4402, 76.4831, -52.5781
      #fa64fd color charts
#fa64fd RGB chart
      #fa64fd CMYK chart
      #fa64fd RGB pie chart
      #fa64fd color shades, tints & tones
#fa64fd color schemes
#fa64fd color preview, HTML & CSS examples
           This text has a color of #fa64fd        
        
          <p style="color:#fa64fd;">Text here</p>
        
        
          .mytext {color:#fa64fd;}
        
        Text color #fa64fd
      
           This box has a color of #fa64fd        
        
          <div style="background-color:#fa64fd;">Content here</div>
        
        
          .mybackground {background-color:#fa64fd;}
        
        Background color #fa64fd
      
           Border around this has a color of #fa64fd        
        
          <div style="border:2px solid #fa64fd;">Content here</div>
        
        
          .myborder {border:2px solid #fa64fd;}
        
        Border color #fa64fd