#fa52cf color space conversions
Hex:
        #fa52cf
        RGB:
        250, 82, 207
        CMY:
        2, 68, 19
        CMYK:
        0, 67, 17, 2
      HSL:
        315°, 94.3820%, 65.0980%
        HSV (HSB):
        315°, 67.2000%, 98.0392%
        XYZ:
        53.7041, 30.8636, 62.1582
        xyY:
        0.3660, 0.2103, 30.8636
      CIE-Lab:
        62.3923, 75.4602, -30.7522
        CIE-LCH:
        62.3923, 81.4859, 337.8277
        CIE-Luv:
        62.3923, 87.3342, -59.4428
        Hunter-Lab:
        55.5550, 75.3318, -27.4487
      #fa52cf color charts
#fa52cf RGB chart
      #fa52cf CMYK chart
      #fa52cf RGB pie chart
      #fa52cf color shades, tints & tones
#fa52cf color schemes
#fa52cf color preview, HTML & CSS examples
           This text has a color of #fa52cf        
        
          <p style="color:#fa52cf;">Text here</p>
        
        
          .mytext {color:#fa52cf;}
        
        Text color #fa52cf
      
           This box has a color of #fa52cf        
        
          <div style="background-color:#fa52cf;">Content here</div>
        
        
          .mybackground {background-color:#fa52cf;}
        
        Background color #fa52cf
      
           Border around this has a color of #fa52cf        
        
          <div style="border:2px solid #fa52cf;">Content here</div>
        
        
          .myborder {border:2px solid #fa52cf;}
        
        Border color #fa52cf