#fa94fa color space conversions
Hex:
        #fa94fa
        RGB:
        250, 148, 250
        CMY:
        2, 42, 2
        CMYK:
        0, 41, 0, 2
      HSL:
        300°, 91.0714%, 78.0392%
        HSV (HSB):
        300°, 40.8000%, 98.0392%
        XYZ:
        67.2696, 48.4059, 96.2403
        xyY:
        0.3174, 0.2284, 48.4059
      CIE-Lab:
        75.0802, 52.9972, -34.9037
        CIE-LCH:
        75.0802, 63.4584, 326.6313
        CIE-Luv:
        75.0802, 49.6103, -64.1540
        Hunter-Lab:
        69.5744, 50.8316, -33.3121
      #fa94fa color charts
#fa94fa RGB chart
      #fa94fa CMYK chart
      #fa94fa RGB pie chart
      #fa94fa color shades, tints & tones
#fa94fa color schemes
#fa94fa color preview, HTML & CSS examples
           This text has a color of #fa94fa        
        
          <p style="color:#fa94fa;">Text here</p>
        
        
          .mytext {color:#fa94fa;}
        
        Text color #fa94fa
      
           This box has a color of #fa94fa        
        
          <div style="background-color:#fa94fa;">Content here</div>
        
        
          .mybackground {background-color:#fa94fa;}
        
        Background color #fa94fa
      
           Border around this has a color of #fa94fa        
        
          <div style="border:2px solid #fa94fa;">Content here</div>
        
        
          .myborder {border:2px solid #fa94fa;}
        
        Border color #fa94fa