#fa00eb color space conversions
Hex:
        #fa00eb
        RGB:
        250, 0, 235
        CMY:
        2, 100, 8
        CMYK:
        0, 100, 6, 2
      HSL:
        304°, 100.0000%, 49.0196%
        HSV (HSB):
        304°, 100.0000%, 98.0392%
        XYZ:
        54.4197, 26.3222, 80.8097
        xyY:
        0.3369, 0.1629, 26.3222
      CIE-Lab:
        58.3416, 94.7481, -52.9024
        CIE-LCH:
        58.3416, 108.5167, 330.8233
        CIE-Luv:
        58.3416, 88.6391, -95.4409
        Hunter-Lab:
        51.3051, 99.5524, -57.4730
      #fa00eb color charts
#fa00eb RGB chart
      #fa00eb CMYK chart
      #fa00eb RGB pie chart
      #fa00eb color shades, tints & tones
#fa00eb color schemes
#fa00eb color preview, HTML & CSS examples
           This text has a color of #fa00eb        
        
          <p style="color:#fa00eb;">Text here</p>
        
        
          .mytext {color:#fa00eb;}
        
        Text color #fa00eb
      
           This box has a color of #fa00eb        
        
          <div style="background-color:#fa00eb;">Content here</div>
        
        
          .mybackground {background-color:#fa00eb;}
        
        Background color #fa00eb
      
           Border around this has a color of #fa00eb        
        
          <div style="border:2px solid #fa00eb;">Content here</div>
        
        
          .myborder {border:2px solid #fa00eb;}
        
        Border color #fa00eb