#fa73ff color space conversions
Hex:
        #fa73ff
        RGB:
        250, 115, 255
        CMY:
        2, 55, 0
        CMYK:
        2, 55, 0, 0
      HSL:
        298°, 100.0000%, 72.5490%
        HSV (HSB):
        298°, 54.9020%, 100.0000%
        XYZ:
        63.6051, 39.8055, 98.9386
        xyY:
        0.3143, 0.1967, 39.8055
      CIE-Lab:
        69.3307, 69.5370, -46.5939
        CIE-LCH:
        69.3307, 83.7042, 326.1756
        CIE-Luv:
        69.3307, 61.1735, -84.8906
        Hunter-Lab:
        63.0916, 69.5426, -48.8130
      #fa73ff color charts
#fa73ff RGB chart
      #fa73ff CMYK chart
      #fa73ff RGB pie chart
      #fa73ff color shades, tints & tones
#fa73ff color schemes
#fa73ff color preview, HTML & CSS examples
           This text has a color of #fa73ff        
        
          <p style="color:#fa73ff;">Text here</p>
        
        
          .mytext {color:#fa73ff;}
        
        Text color #fa73ff
      
           This box has a color of #fa73ff        
        
          <div style="background-color:#fa73ff;">Content here</div>
        
        
          .mybackground {background-color:#fa73ff;}
        
        Background color #fa73ff
      
           Border around this has a color of #fa73ff        
        
          <div style="border:2px solid #fa73ff;">Content here</div>
        
        
          .myborder {border:2px solid #fa73ff;}
        
        Border color #fa73ff