#fa00e5 color space conversions
Hex:
        #fa00e5
        RGB:
        250, 0, 229
        CMY:
        2, 100, 10
        CMYK:
        0, 100, 8, 2
      HSL:
        305°, 100.0000%, 49.0196%
        HSV (HSB):
        305°, 100.0000%, 98.0392%
        XYZ:
        53.5672, 25.9811, 76.3203
        xyY:
        0.3437, 0.1667, 25.9811
      CIE-Lab:
        58.0191, 93.9584, -50.0409
        CIE-LCH:
        58.0191, 106.4532, 331.9609
        CIE-Luv:
        58.0191, 91.1859, -90.8881
        Hunter-Lab:
        50.9717, 98.3888, -53.0952
      #fa00e5 color charts
#fa00e5 RGB chart
      #fa00e5 CMYK chart
      #fa00e5 RGB pie chart
      #fa00e5 color shades, tints & tones
#fa00e5 color schemes
#fa00e5 color preview, HTML & CSS examples
           This text has a color of #fa00e5        
        
          <p style="color:#fa00e5;">Text here</p>
        
        
          .mytext {color:#fa00e5;}
        
        Text color #fa00e5
      
           This box has a color of #fa00e5        
        
          <div style="background-color:#fa00e5;">Content here</div>
        
        
          .mybackground {background-color:#fa00e5;}
        
        Background color #fa00e5
      
           Border around this has a color of #fa00e5        
        
          <div style="border:2px solid #fa00e5;">Content here</div>
        
        
          .myborder {border:2px solid #fa00e5;}
        
        Border color #fa00e5