#fa52be color space conversions
Hex:
        #fa52be
        RGB:
        250, 82, 190
        CMY:
        2, 68, 25
        CMYK:
        0, 67, 24, 2
      HSL:
        321°, 94.3820%, 65.0980%
        HSV (HSB):
        321°, 67.2000%, 98.0392%
        XYZ:
        51.7359, 30.0763, 51.7937
        xyY:
        0.3872, 0.2251, 30.0763
      CIE-Lab:
        61.7200, 73.2454, -22.1238
        CIE-LCH:
        61.7200, 76.5137, 343.1930
        CIE-Luv:
        61.7200, 93.5064, -45.8323
        Hunter-Lab:
        54.8419, 72.4175, -17.6053
      #fa52be color charts
#fa52be RGB chart
      #fa52be CMYK chart
      #fa52be RGB pie chart
      #fa52be color shades, tints & tones
#fa52be color schemes
#fa52be color preview, HTML & CSS examples
           This text has a color of #fa52be        
        
          <p style="color:#fa52be;">Text here</p>
        
        
          .mytext {color:#fa52be;}
        
        Text color #fa52be
      
           This box has a color of #fa52be        
        
          <div style="background-color:#fa52be;">Content here</div>
        
        
          .mybackground {background-color:#fa52be;}
        
        Background color #fa52be
      
           Border around this has a color of #fa52be        
        
          <div style="border:2px solid #fa52be;">Content here</div>
        
        
          .myborder {border:2px solid #fa52be;}
        
        Border color #fa52be