#f00fca color space conversions
Hex:
        #f00fca
        RGB:
        240, 15, 202
        CMY:
        6, 94, 21
        CMYK:
        0, 94, 16, 6
      HSL:
        310°, 88.2353%, 50.0000%
        HSV (HSB):
        310°, 93.7500%, 94.1176%
        XYZ:
        46.7667, 23.1312, 57.8770
        xyY:
        0.3660, 0.1810, 23.1312
      CIE-Lab:
        55.2072, 87.8047, -39.2403
        CIE-LCH:
        55.2072, 96.1742, 335.9200
        CIE-Luv:
        55.2072, 94.6432, -72.7821
        Hunter-Lab:
        48.0949, 89.4044, -37.6827
      #f00fca color charts
#f00fca RGB chart
      #f00fca CMYK chart
      #f00fca RGB pie chart
      #f00fca color shades, tints & tones
#f00fca color schemes
#f00fca color preview, HTML & CSS examples
           This text has a color of #f00fca        
        
          <p style="color:#f00fca;">Text here</p>
        
        
          .mytext {color:#f00fca;}
        
        Text color #f00fca
      
           This box has a color of #f00fca        
        
          <div style="background-color:#f00fca;">Content here</div>
        
        
          .mybackground {background-color:#f00fca;}
        
        Background color #f00fca
      
           Border around this has a color of #f00fca        
        
          <div style="border:2px solid #f00fca;">Content here</div>
        
        
          .myborder {border:2px solid #f00fca;}
        
        Border color #f00fca