#fa85fa color space conversions
Hex:
        #fa85fa
        RGB:
        250, 133, 250
        CMY:
        2, 48, 2
        CMYK:
        0, 47, 0, 2
      HSL:
        300°, 92.1260%, 75.0980%
        HSV (HSB):
        300°, 46.8000%, 98.0392%
        XYZ:
        65.0672, 44.0012, 95.5061
        xyY:
        0.3181, 0.2151, 44.0012
      CIE-Lab:
        72.2293, 60.3691, -39.3298
        CIE-LCH:
        72.2293, 72.0504, 326.9162
        CIE-Luv:
        72.2293, 55.8164, -72.1776
        Hunter-Lab:
        66.3334, 59.0093, -38.9318
      #fa85fa color charts
#fa85fa RGB chart
      #fa85fa CMYK chart
      #fa85fa RGB pie chart
      #fa85fa color shades, tints & tones
#fa85fa color schemes
#fa85fa color preview, HTML & CSS examples
           This text has a color of #fa85fa        
        
          <p style="color:#fa85fa;">Text here</p>
        
        
          .mytext {color:#fa85fa;}
        
        Text color #fa85fa
      
           This box has a color of #fa85fa        
        
          <div style="background-color:#fa85fa;">Content here</div>
        
        
          .mybackground {background-color:#fa85fa;}
        
        Background color #fa85fa
      
           Border around this has a color of #fa85fa        
        
          <div style="border:2px solid #fa85fa;">Content here</div>
        
        
          .myborder {border:2px solid #fa85fa;}
        
        Border color #fa85fa