#f00de8 color space conversions
Hex:
        #f00de8
        RGB:
        240, 13, 232
        CMY:
        6, 95, 9
        CMYK:
        0, 95, 3, 6
      HSL:
        302°, 89.7233%, 49.6078%
        HSV (HSB):
        302°, 94.5833%, 94.1176%
        XYZ:
        50.6446, 24.6393, 78.4305
        xyY:
        0.3295, 0.1603, 24.6393
      CIE-Lab:
        56.7223, 91.8963, -53.8994
        CIE-LCH:
        56.7223, 106.5367, 329.6073
        CIE-Luv:
        56.7223, 81.9919, -95.8993
        Hunter-Lab:
        49.6380, 95.2533, -58.9346
      #f00de8 color charts
#f00de8 RGB chart
      #f00de8 CMYK chart
      #f00de8 RGB pie chart
      #f00de8 color shades, tints & tones
#f00de8 color schemes
#f00de8 color preview, HTML & CSS examples
           This text has a color of #f00de8        
        
          <p style="color:#f00de8;">Text here</p>
        
        
          .mytext {color:#f00de8;}
        
        Text color #f00de8
      
           This box has a color of #f00de8        
        
          <div style="background-color:#f00de8;">Content here</div>
        
        
          .mybackground {background-color:#f00de8;}
        
        Background color #f00de8
      
           Border around this has a color of #f00de8        
        
          <div style="border:2px solid #f00de8;">Content here</div>
        
        
          .myborder {border:2px solid #f00de8;}
        
        Border color #f00de8