#fa06fc color space conversions
Hex:
        #fa06fc
        RGB:
        250, 6, 252
        CMY:
        2, 98, 1
        CMYK:
        1, 98, 0, 1
      HSL:
        300°, 97.6190%, 50.5882%
        HSV (HSB):
        300°, 97.6190%, 98.8235%
        XYZ:
        57.0602, 27.4825, 94.3927
        xyY:
        0.3189, 0.1536, 27.4825
      CIE-Lab:
        59.4183, 96.7161, -60.6708
        CIE-LCH:
        59.4183, 114.1707, 327.8996
        CIE-Luv:
        59.4183, 81.4765, -107.8565
        Hunter-Lab:
        52.4238, 102.5450, -70.0592
      #fa06fc color charts
#fa06fc RGB chart
      #fa06fc CMYK chart
      #fa06fc RGB pie chart
      #fa06fc color shades, tints & tones
#fa06fc color schemes
#fa06fc color preview, HTML & CSS examples
           This text has a color of #fa06fc        
        
          <p style="color:#fa06fc;">Text here</p>
        
        
          .mytext {color:#fa06fc;}
        
        Text color #fa06fc
      
           This box has a color of #fa06fc        
        
          <div style="background-color:#fa06fc;">Content here</div>
        
        
          .mybackground {background-color:#fa06fc;}
        
        Background color #fa06fc
      
           Border around this has a color of #fa06fc        
        
          <div style="border:2px solid #fa06fc;">Content here</div>
        
        
          .myborder {border:2px solid #fa06fc;}
        
        Border color #fa06fc