#f100fd color space conversions
Hex:
        #f100fd
        RGB:
        241, 0, 253
        CMY:
        5, 100, 1
        CMYK:
        5, 100, 0, 1
      HSL:
        297°, 100.0000%, 49.6078%
        HSV (HSB):
        297°, 100.0000%, 99.2157%
        XYZ:
        54.0053, 25.7926, 95.0606
        xyY:
        0.3089, 0.1475, 25.7926
      CIE-Lab:
        57.8397, 95.8547, -63.8413
        CIE-LCH:
        57.8397, 115.1687, 326.3355
        CIE-Luv:
        57.8397, 74.9499, -111.7548
        Hunter-Lab:
        50.7864, 100.9370, -75.4268
      #f100fd color charts
#f100fd RGB chart
      #f100fd CMYK chart
      #f100fd RGB pie chart
      #f100fd color shades, tints & tones
#f100fd color schemes
#f100fd color preview, HTML & CSS examples
           This text has a color of #f100fd        
        
          <p style="color:#f100fd;">Text here</p>
        
        
          .mytext {color:#f100fd;}
        
        Text color #f100fd
      
           This box has a color of #f100fd        
        
          <div style="background-color:#f100fd;">Content here</div>
        
        
          .mybackground {background-color:#f100fd;}
        
        Background color #f100fd
      
           Border around this has a color of #f100fd        
        
          <div style="border:2px solid #f100fd;">Content here</div>
        
        
          .myborder {border:2px solid #f100fd;}
        
        Border color #f100fd