#f001cf color space conversions
Hex:
        #f001cf
        RGB:
        240, 1, 207
        CMY:
        6, 100, 19
        CMYK:
        0, 100, 14, 6
      HSL:
        308°, 99.1701%, 47.2549%
        HSV (HSB):
        308°, 99.5833%, 94.1176%
        XYZ:
        47.2085, 23.0520, 60.9928
        xyY:
        0.3597, 0.1756, 23.0520
      CIE-Lab:
        55.1258, 89.3947, -42.2372
        CIE-LCH:
        55.1258, 98.8706, 334.7102
        CIE-Luv:
        55.1258, 93.1743, -77.4886
        Hunter-Lab:
        48.0125, 91.4893, -41.7105
      #f001cf color charts
#f001cf RGB chart
      #f001cf CMYK chart
      #f001cf RGB pie chart
      #f001cf color shades, tints & tones
#f001cf color schemes
#f001cf color preview, HTML & CSS examples
           This text has a color of #f001cf        
        
          <p style="color:#f001cf;">Text here</p>
        
        
          .mytext {color:#f001cf;}
        
        Text color #f001cf
      
           This box has a color of #f001cf        
        
          <div style="background-color:#f001cf;">Content here</div>
        
        
          .mybackground {background-color:#f001cf;}
        
        Background color #f001cf
      
           Border around this has a color of #f001cf        
        
          <div style="border:2px solid #f001cf;">Content here</div>
        
        
          .myborder {border:2px solid #f001cf;}
        
        Border color #f001cf