#fd01fd color space conversions
Hex:
        #fd01fd
        RGB:
        253, 1, 253
        CMY:
        1, 100, 1
        CMYK:
        0, 100, 0, 1
      HSL:
        300°, 99.2126%, 49.8039%
        HSV (HSB):
        300°, 99.6047%, 99.2157%
        XYZ:
        58.2485, 27.9962, 95.2623
        xyY:
        0.3209, 0.1542, 27.9962
      CIE-Lab:
        59.8853, 97.6112, -60.4495
        CIE-LCH:
        59.8853, 114.8133, 328.2306
        CIE-Luv:
        59.8853, 83.4054, -107.8459
        Hunter-Lab:
        52.9114, 103.9098, -69.7083
      #fd01fd color charts
#fd01fd RGB chart
      #fd01fd CMYK chart
      #fd01fd RGB pie chart
      #fd01fd color shades, tints & tones
#fd01fd color schemes
#fd01fd color preview, HTML & CSS examples
           This text has a color of #fd01fd        
        
          <p style="color:#fd01fd;">Text here</p>
        
        
          .mytext {color:#fd01fd;}
        
        Text color #fd01fd
      
           This box has a color of #fd01fd        
        
          <div style="background-color:#fd01fd;">Content here</div>
        
        
          .mybackground {background-color:#fd01fd;}
        
        Background color #fd01fd
      
           Border around this has a color of #fd01fd        
        
          <div style="border:2px solid #fd01fd;">Content here</div>
        
        
          .myborder {border:2px solid #fd01fd;}
        
        Border color #fd01fd