#fa25ff color space conversions
Hex:
        #fa25ff
        RGB:
        250, 37, 255
        CMY:
        2, 85, 0
        CMYK:
        2, 85, 0, 0
      HSL:
        299°, 100.0000%, 57.2549%
        HSV (HSB):
        299°, 85.4902%, 100.0000%
        XYZ:
        58.1359, 28.8671, 97.1156
        xyY:
        0.3158, 0.1568, 28.8671
      CIE-Lab:
        60.6642, 93.9802, -60.3391
        CIE-LCH:
        60.6642, 111.6830, 327.2979
        CIE-Luv:
        60.6642, 78.3465, -107.5017
        Hunter-Lab:
        53.7281, 99.1196, -69.5591
      #fa25ff color charts
#fa25ff RGB chart
      #fa25ff CMYK chart
      #fa25ff RGB pie chart
      #fa25ff color shades, tints & tones
#fa25ff color schemes
#fa25ff color preview, HTML & CSS examples
           This text has a color of #fa25ff        
        
          <p style="color:#fa25ff;">Text here</p>
        
        
          .mytext {color:#fa25ff;}
        
        Text color #fa25ff
      
           This box has a color of #fa25ff        
        
          <div style="background-color:#fa25ff;">Content here</div>
        
        
          .mybackground {background-color:#fa25ff;}
        
        Background color #fa25ff
      
           Border around this has a color of #fa25ff        
        
          <div style="border:2px solid #fa25ff;">Content here</div>
        
        
          .myborder {border:2px solid #fa25ff;}
        
        Border color #fa25ff