#f82fec color space conversions
Hex:
        #f82fec
        RGB:
        248, 47, 236
        CMY:
        3, 82, 7
        CMYK:
        0, 81, 5, 3
      HSL:
        304°, 93.4884%, 57.8431%
        HSV (HSB):
        304°, 81.0484%, 97.2549%
        XYZ:
        54.8682, 28.0456, 81.8783
        xyY:
        0.3330, 0.1702, 28.0456
      CIE-Lab:
        59.9299, 89.0393, -50.9585
        CIE-LCH:
        59.9299, 102.5903, 330.2168
        CIE-Luv:
        59.9299, 82.9588, -92.2000
        Hunter-Lab:
        52.9581, 92.2615, -54.5974
      #f82fec color charts
#f82fec RGB chart
      #f82fec CMYK chart
      #f82fec RGB pie chart
      #f82fec color shades, tints & tones
#f82fec color schemes
#f82fec color preview, HTML & CSS examples
           This text has a color of #f82fec        
        
          <p style="color:#f82fec;">Text here</p>
        
        
          .mytext {color:#f82fec;}
        
        Text color #f82fec
      
           This box has a color of #f82fec        
        
          <div style="background-color:#f82fec;">Content here</div>
        
        
          .mybackground {background-color:#f82fec;}
        
        Background color #f82fec
      
           Border around this has a color of #f82fec        
        
          <div style="border:2px solid #f82fec;">Content here</div>
        
        
          .myborder {border:2px solid #f82fec;}
        
        Border color #f82fec