#f81fee color space conversions
Hex:
        #f81fee
        RGB:
        248, 31, 238
        CMY:
        3, 88, 7
        CMYK:
        0, 88, 4, 3
      HSL:
        303°, 93.9394%, 54.7059%
        HSV (HSB):
        303°, 87.5000%, 97.2549%
        XYZ:
        54.6340, 27.1095, 83.2420
        xyY:
        0.3311, 0.1643, 27.1095
      CIE-Lab:
        59.0755, 92.1288, -53.4358
        CIE-LCH:
        59.0755, 106.5040, 329.8858
        CIE-Luv:
        59.0755, 84.1121, -96.1355
        Hunter-Lab:
        52.0668, 96.1844, -58.3435
      #f81fee color charts
#f81fee RGB chart
      #f81fee CMYK chart
      #f81fee RGB pie chart
      #f81fee color shades, tints & tones
#f81fee color schemes
#f81fee color preview, HTML & CSS examples
           This text has a color of #f81fee        
        
          <p style="color:#f81fee;">Text here</p>
        
        
          .mytext {color:#f81fee;}
        
        Text color #f81fee
      
           This box has a color of #f81fee        
        
          <div style="background-color:#f81fee;">Content here</div>
        
        
          .mybackground {background-color:#f81fee;}
        
        Background color #f81fee
      
           Border around this has a color of #f81fee        
        
          <div style="border:2px solid #f81fee;">Content here</div>
        
        
          .myborder {border:2px solid #f81fee;}
        
        Border color #f81fee