#f80dac color space conversions
Hex:
        #f80dac
        RGB:
        248, 13, 172
        CMY:
        3, 95, 33
        CMYK:
        0, 95, 31, 3
      HSL:
        319°, 94.3775%, 51.1765%
        HSV (HSB):
        319°, 94.7581%, 97.2549%
        XYZ:
        46.3017, 23.2229, 41.0718
        xyY:
        0.4187, 0.2100, 23.2229
      CIE-Lab:
        55.3012, 86.0872, -21.5748
        CIE-LCH:
        55.3012, 88.7496, 345.9306
        CIE-Luv:
        55.3012, 114.8819, -46.5435
        Hunter-Lab:
        48.1901, 87.1726, -16.7990
      #f80dac color charts
#f80dac RGB chart
      #f80dac CMYK chart
      #f80dac RGB pie chart
      #f80dac color shades, tints & tones
#f80dac color schemes
#f80dac color preview, HTML & CSS examples
           This text has a color of #f80dac        
        
          <p style="color:#f80dac;">Text here</p>
        
        
          .mytext {color:#f80dac;}
        
        Text color #f80dac
      
           This box has a color of #f80dac        
        
          <div style="background-color:#f80dac;">Content here</div>
        
        
          .mybackground {background-color:#f80dac;}
        
        Background color #f80dac
      
           Border around this has a color of #f80dac        
        
          <div style="border:2px solid #f80dac;">Content here</div>
        
        
          .myborder {border:2px solid #f80dac;}
        
        Border color #f80dac