#f00bdb color space conversions
Hex:
        #f00bdb
        RGB:
        240, 11, 219
        CMY:
        6, 96, 14
        CMYK:
        0, 95, 9, 6
      HSL:
        306°, 91.2351%, 49.2157%
        HSV (HSB):
        306°, 95.4167%, 94.1176%
        XYZ:
        48.8410, 23.8791, 69.0527
        xyY:
        0.3445, 0.1684, 23.8791
      CIE-Lab:
        55.9665, 90.2838, -47.7516
        CIE-LCH:
        55.9665, 102.1341, 332.1254
        CIE-Luv:
        55.9665, 87.4873, -86.1603
        Hunter-Lab:
        48.8662, 92.8921, -49.5762
      #f00bdb color charts
#f00bdb RGB chart
      #f00bdb CMYK chart
      #f00bdb RGB pie chart
      #f00bdb color shades, tints & tones
#f00bdb color schemes
#f00bdb color preview, HTML & CSS examples
           This text has a color of #f00bdb        
        
          <p style="color:#f00bdb;">Text here</p>
        
        
          .mytext {color:#f00bdb;}
        
        Text color #f00bdb
      
           This box has a color of #f00bdb        
        
          <div style="background-color:#f00bdb;">Content here</div>
        
        
          .mybackground {background-color:#f00bdb;}
        
        Background color #f00bdb
      
           Border around this has a color of #f00bdb        
        
          <div style="border:2px solid #f00bdb;">Content here</div>
        
        
          .myborder {border:2px solid #f00bdb;}
        
        Border color #f00bdb