#f52dca color space conversions
Hex:
        #f52dca
        RGB:
        245, 45, 202
        CMY:
        4, 82, 21
        CMYK:
        0, 82, 18, 4
      HSL:
        313°, 90.9091%, 56.8627%
        HSV (HSB):
        313°, 81.6327%, 96.0784%
        XYZ:
        49.2552, 25.5535, 58.2134
        xyY:
        0.3703, 0.1921, 25.5535
      CIE-Lab:
        57.6108, 84.3253, -35.4094
        CIE-LCH:
        57.6108, 91.4581, 337.2218
        CIE-Luv:
        57.6108, 94.8426, -67.0882
        Hunter-Lab:
        50.5505, 85.4630, -32.8924
      #f52dca color charts
#f52dca RGB chart
      #f52dca CMYK chart
      #f52dca RGB pie chart
      #f52dca color shades, tints & tones
#f52dca color schemes
#f52dca color preview, HTML & CSS examples
           This text has a color of #f52dca        
        
          <p style="color:#f52dca;">Text here</p>
        
        
          .mytext {color:#f52dca;}
        
        Text color #f52dca
      
           This box has a color of #f52dca        
        
          <div style="background-color:#f52dca;">Content here</div>
        
        
          .mybackground {background-color:#f52dca;}
        
        Background color #f52dca
      
           Border around this has a color of #f52dca        
        
          <div style="border:2px solid #f52dca;">Content here</div>
        
        
          .myborder {border:2px solid #f52dca;}
        
        Border color #f52dca