#f100ef color space conversions
Hex:
        #f100ef
        RGB:
        241, 0, 239
        CMY:
        5, 100, 6
        CMYK:
        0, 100, 1, 5
      HSL:
        300°, 100.0000%, 47.2549%
        HSV (HSB):
        300°, 100.0000%, 94.5098%
        XYZ:
        51.8556, 24.9328, 83.7408
        xyY:
        0.3230, 0.1553, 24.9328
      CIE-Lab:
        57.0099, 93.8623, -57.3618
        CIE-LCH:
        57.0099, 110.0023, 328.5698
        CIE-Luv:
        57.0099, 80.4224, -101.4719
        Hunter-Lab:
        49.9327, 97.9917, -64.4807
      #f100ef color charts
#f100ef RGB chart
      #f100ef CMYK chart
      #f100ef RGB pie chart
      #f100ef color shades, tints & tones
#f100ef color schemes
#f100ef color preview, HTML & CSS examples
           This text has a color of #f100ef        
        
          <p style="color:#f100ef;">Text here</p>
        
        
          .mytext {color:#f100ef;}
        
        Text color #f100ef
      
           This box has a color of #f100ef        
        
          <div style="background-color:#f100ef;">Content here</div>
        
        
          .mybackground {background-color:#f100ef;}
        
        Background color #f100ef
      
           Border around this has a color of #f100ef        
        
          <div style="border:2px solid #f100ef;">Content here</div>
        
        
          .myborder {border:2px solid #f100ef;}
        
        Border color #f100ef