#fa57ff color space conversions
Hex:
        #fa57ff
        RGB:
        250, 87, 255
        CMY:
        2, 66, 0
        CMYK:
        2, 66, 0, 0
      HSL:
        298°, 100.0000%, 67.0588%
        HSV (HSB):
        298°, 65.8824%, 100.0000%
        XYZ:
        60.8825, 34.3604, 98.0311
        xyY:
        0.3150, 0.1778, 34.3604
      CIE-Lab:
        65.2476, 80.8055, -53.0397
        CIE-LCH:
        65.2476, 96.6578, 326.7196
        CIE-Luv:
        65.2476, 69.5177, -95.8826
        Hunter-Lab:
        58.6177, 82.8157, -58.1230
      #fa57ff color charts
#fa57ff RGB chart
      #fa57ff CMYK chart
      #fa57ff RGB pie chart
      #fa57ff color shades, tints & tones
#fa57ff color schemes
#fa57ff color preview, HTML & CSS examples
           This text has a color of #fa57ff        
        
          <p style="color:#fa57ff;">Text here</p>
        
        
          .mytext {color:#fa57ff;}
        
        Text color #fa57ff
      
           This box has a color of #fa57ff        
        
          <div style="background-color:#fa57ff;">Content here</div>
        
        
          .mybackground {background-color:#fa57ff;}
        
        Background color #fa57ff
      
           Border around this has a color of #fa57ff        
        
          <div style="border:2px solid #fa57ff;">Content here</div>
        
        
          .myborder {border:2px solid #fa57ff;}
        
        Border color #fa57ff