#f80fea color space conversions
Hex:
        #f80fea
        RGB:
        248, 15, 234
        CMY:
        3, 94, 8
        CMYK:
        0, 94, 6, 3
      HSL:
        304°, 94.3320%, 51.5686%
        HSV (HSB):
        304°, 93.9516%, 97.2549%
        XYZ:
        53.7335, 26.2386, 80.0744
        xyY:
        0.3357, 0.1639, 26.2386
      CIE-Lab:
        58.2629, 93.3349, -52.4872
        CIE-LCH:
        58.2629, 107.0809, 330.6486
        CIE-Luv:
        58.2629, 86.9327, -94.5763
        Hunter-Lab:
        51.2236, 97.6048, -56.8274
      #f80fea color charts
#f80fea RGB chart
      #f80fea CMYK chart
      #f80fea RGB pie chart
      #f80fea color shades, tints & tones
#f80fea color schemes
#f80fea color preview, HTML & CSS examples
           This text has a color of #f80fea        
        
          <p style="color:#f80fea;">Text here</p>
        
        
          .mytext {color:#f80fea;}
        
        Text color #f80fea
      
           This box has a color of #f80fea        
        
          <div style="background-color:#f80fea;">Content here</div>
        
        
          .mybackground {background-color:#f80fea;}
        
        Background color #f80fea
      
           Border around this has a color of #f80fea        
        
          <div style="border:2px solid #f80fea;">Content here</div>
        
        
          .myborder {border:2px solid #f80fea;}
        
        Border color #f80fea