#f006cd color space conversions
Hex:
        #f006cd
        RGB:
        240, 6, 205
        CMY:
        6, 98, 20
        CMYK:
        0, 98, 15, 6
      HSL:
        309°, 95.1220%, 48.2353%
        HSV (HSB):
        309°, 97.5000%, 94.1176%
        XYZ:
        47.0197, 23.0633, 59.7311
        xyY:
        0.3622, 0.1777, 23.0633
      CIE-Lab:
        55.1375, 88.8160, -41.0723
        CIE-LCH:
        55.1375, 97.8531, 335.1822
        CIE-Luv:
        55.1375, 93.8105, -75.6606
        Hunter-Lab:
        48.0243, 90.7239, -40.1260
      #f006cd color charts
#f006cd RGB chart
      #f006cd CMYK chart
      #f006cd RGB pie chart
      #f006cd color shades, tints & tones
#f006cd color schemes
#f006cd color preview, HTML & CSS examples
           This text has a color of #f006cd        
        
          <p style="color:#f006cd;">Text here</p>
        
        
          .mytext {color:#f006cd;}
        
        Text color #f006cd
      
           This box has a color of #f006cd        
        
          <div style="background-color:#f006cd;">Content here</div>
        
        
          .mybackground {background-color:#f006cd;}
        
        Background color #f006cd
      
           Border around this has a color of #f006cd        
        
          <div style="border:2px solid #f006cd;">Content here</div>
        
        
          .myborder {border:2px solid #f006cd;}
        
        Border color #f006cd