#f82fac color space conversions
Hex:
        #f82fac
        RGB:
        248, 47, 172
        CMY:
        3, 82, 33
        CMYK:
        0, 81, 31, 3
      HSL:
        323°, 93.4884%, 57.8431%
        HSV (HSB):
        323°, 81.0484%, 97.2549%
        XYZ:
        47.1743, 24.9680, 41.3627
        xyY:
        0.4156, 0.2200, 24.9680
      CIE-Lab:
        57.0443, 81.0299, -18.9097
        CIE-LCH:
        57.0443, 83.2071, 346.8641
        CIE-Luv:
        57.0443, 109.6767, -41.9817
        Hunter-Lab:
        49.9680, 81.0759, -14.1016
      #f82fac color charts
#f82fac RGB chart
      #f82fac CMYK chart
      #f82fac RGB pie chart
      #f82fac color shades, tints & tones
#f82fac color schemes
#f82fac color preview, HTML & CSS examples
           This text has a color of #f82fac        
        
          <p style="color:#f82fac;">Text here</p>
        
        
          .mytext {color:#f82fac;}
        
        Text color #f82fac
      
           This box has a color of #f82fac        
        
          <div style="background-color:#f82fac;">Content here</div>
        
        
          .mybackground {background-color:#f82fac;}
        
        Background color #f82fac
      
           Border around this has a color of #f82fac        
        
          <div style="border:2px solid #f82fac;">Content here</div>
        
        
          .myborder {border:2px solid #f82fac;}
        
        Border color #f82fac