#f82aee color space conversions
Hex:
        #f82aee
        RGB:
        248, 42, 238
        CMY:
        3, 84, 7
        CMYK:
        0, 83, 4, 3
      HSL:
        303°, 93.6364%, 56.8627%
        HSV (HSB):
        303°, 83.0645%, 97.2549%
        XYZ:
        54.9720, 27.7854, 83.3547
        xyY:
        0.3309, 0.1673, 27.7854
      CIE-Lab:
        59.6944, 90.3167, -52.4512
        CIE-LCH:
        59.6944, 104.4425, 329.8542
        CIE-Luv:
        59.6944, 82.8728, -94.5922
        Hunter-Lab:
        52.7119, 93.9076, -56.8585
      #f82aee color charts
#f82aee RGB chart
      #f82aee CMYK chart
      #f82aee RGB pie chart
      #f82aee color shades, tints & tones
#f82aee color schemes
#f82aee color preview, HTML & CSS examples
           This text has a color of #f82aee        
        
          <p style="color:#f82aee;">Text here</p>
        
        
          .mytext {color:#f82aee;}
        
        Text color #f82aee
      
           This box has a color of #f82aee        
        
          <div style="background-color:#f82aee;">Content here</div>
        
        
          .mybackground {background-color:#f82aee;}
        
        Background color #f82aee
      
           Border around this has a color of #f82aee        
        
          <div style="border:2px solid #f82aee;">Content here</div>
        
        
          .myborder {border:2px solid #f82aee;}
        
        Border color #f82aee