#f100cf color space conversions
Hex:
        #f100cf
        RGB:
        241, 0, 207
        CMY:
        5, 100, 19
        CMYK:
        0, 100, 14, 5
      HSL:
        308°, 100.0000%, 47.2549%
        HSV (HSB):
        308°, 100.0000%, 94.5098%
        XYZ:
        47.5381, 23.2058, 61.0051
        xyY:
        0.3608, 0.1761, 23.2058
      CIE-Lab:
        55.2837, 89.6338, -41.9762
        CIE-LCH:
        55.2837, 98.9758, 334.9060
        CIE-Luv:
        55.2837, 93.9898, -77.1874
        Hunter-Lab:
        48.1724, 91.8482, -41.3637
      #f100cf color charts
#f100cf RGB chart
      #f100cf CMYK chart
      #f100cf RGB pie chart
      #f100cf color shades, tints & tones
#f100cf color schemes
#f100cf color preview, HTML & CSS examples
           This text has a color of #f100cf        
        
          <p style="color:#f100cf;">Text here</p>
        
        
          .mytext {color:#f100cf;}
        
        Text color #f100cf
      
           This box has a color of #f100cf        
        
          <div style="background-color:#f100cf;">Content here</div>
        
        
          .mybackground {background-color:#f100cf;}
        
        Background color #f100cf
      
           Border around this has a color of #f100cf        
        
          <div style="border:2px solid #f100cf;">Content here</div>
        
        
          .myborder {border:2px solid #f100cf;}
        
        Border color #f100cf