#fa22ee color space conversions
Hex:
        #fa22ee
        RGB:
        250, 34, 238
        CMY:
        2, 87, 7
        CMYK:
        0, 86, 5, 2
      HSL:
        303°, 95.5752%, 55.6863%
        HSV (HSB):
        303°, 86.4000%, 98.0392%
        XYZ:
        55.4290, 27.6411, 83.3028
        xyY:
        0.3332, 0.1661, 27.6411
      CIE-Lab:
        59.5631, 92.0339, -52.6396
        CIE-LCH:
        59.5631, 106.0244, 330.2322
        CIE-Luv:
        59.5631, 85.2672, -95.0868
        Hunter-Lab:
        52.5748, 96.1845, -57.1404
      #fa22ee color charts
#fa22ee RGB chart
      #fa22ee CMYK chart
      #fa22ee RGB pie chart
      #fa22ee color shades, tints & tones
#fa22ee color schemes
#fa22ee color preview, HTML & CSS examples
           This text has a color of #fa22ee        
        
          <p style="color:#fa22ee;">Text here</p>
        
        
          .mytext {color:#fa22ee;}
        
        Text color #fa22ee
      
           This box has a color of #fa22ee        
        
          <div style="background-color:#fa22ee;">Content here</div>
        
        
          .mybackground {background-color:#fa22ee;}
        
        Background color #fa22ee
      
           Border around this has a color of #fa22ee        
        
          <div style="border:2px solid #fa22ee;">Content here</div>
        
        
          .myborder {border:2px solid #fa22ee;}
        
        Border color #fa22ee