#f01dea color space conversions
Hex:
        #f01dea
        RGB:
        240, 29, 234
        CMY:
        6, 89, 8
        CMYK:
        0, 88, 3, 6
      HSL:
        302°, 87.5519%, 52.7451%
        HSV (HSB):
        302°, 87.9167%, 94.1176%
        XYZ:
        51.2258, 25.3445, 80.0340
        xyY:
        0.3271, 0.1618, 25.3445
      CIE-Lab:
        57.4096, 90.4787, -53.9280
        CIE-LCH:
        57.4096, 105.3310, 329.2038
        CIE-Luv:
        57.4096, 80.0843, -96.0115
        Hunter-Lab:
        50.3433, 93.5282, -59.0167
      #f01dea color charts
#f01dea RGB chart
      #f01dea CMYK chart
      #f01dea RGB pie chart
      #f01dea color shades, tints & tones
#f01dea color schemes
#f01dea color preview, HTML & CSS examples
           This text has a color of #f01dea        
        
          <p style="color:#f01dea;">Text here</p>
        
        
          .mytext {color:#f01dea;}
        
        Text color #f01dea
      
           This box has a color of #f01dea        
        
          <div style="background-color:#f01dea;">Content here</div>
        
        
          .mybackground {background-color:#f01dea;}
        
        Background color #f01dea
      
           Border around this has a color of #f01dea        
        
          <div style="border:2px solid #f01dea;">Content here</div>
        
        
          .myborder {border:2px solid #f01dea;}
        
        Border color #f01dea