#fa20ee color space conversions
Hex:
        #fa20ee
        RGB:
        250, 32, 238
        CMY:
        2, 87, 7
        CMYK:
        0, 87, 5, 2
      HSL:
        303°, 95.6140%, 55.2941%
        HSV (HSB):
        303°, 87.2000%, 98.0392%
        XYZ:
        55.3735, 27.5301, 83.2842
        xyY:
        0.3332, 0.1657, 27.5301
      CIE-Lab:
        59.4618, 92.3311, -52.8007
        CIE-LCH:
        59.4618, 106.3623, 330.2364
        CIE-Luv:
        59.4618, 85.4720, -95.3399
        Hunter-Lab:
        52.4691, 96.5598, -57.3827
      #fa20ee color charts
#fa20ee RGB chart
      #fa20ee CMYK chart
      #fa20ee RGB pie chart
      #fa20ee color shades, tints & tones
#fa20ee color schemes
#fa20ee color preview, HTML & CSS examples
           This text has a color of #fa20ee        
        
          <p style="color:#fa20ee;">Text here</p>
        
        
          .mytext {color:#fa20ee;}
        
        Text color #fa20ee
      
           This box has a color of #fa20ee        
        
          <div style="background-color:#fa20ee;">Content here</div>
        
        
          .mybackground {background-color:#fa20ee;}
        
        Background color #fa20ee
      
           Border around this has a color of #fa20ee        
        
          <div style="border:2px solid #fa20ee;">Content here</div>
        
        
          .myborder {border:2px solid #fa20ee;}
        
        Border color #fa20ee