In a RGB color space, #ff52ff hex color is composed of 100% red, 32.2% green and 100% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 67.8% magenta, 0% yellow and 0% black. It has a hue angle of 300 degrees, a saturation of 100% and a lightness of 66.1%. #ff52ff color hex could be obtained by blending #ffa4ff with #ff00ff. Closest websafe color is: #ff66ff.
The hexadecimal color #ff52ff has RGB values of R:255, G:82, B:255 and CMYK values of C:0, M:0.68, Y:0, K:0. Its decimal value is 16732927.
Hex triplet | ff52ff | #ff52ff |
RGB Decimal | 255, 82, 255 | rgb(255,82,255) |
RGB Percent | 100, 32.2, 100 | rgb(100%,32.2%,100%) |
CMYK | 0, 67.8, 0, 0 | |
HSL | 300°, 100, 66.1 | hsl(300,100%,66.1%) |
HSV(HSB) | 300°, 67.8, 100 | |
Web Safe | ff66ff | #f6f |
XYZ | 62.307, 34.515, 97.986 |
xyY | 0.32, 0.177, 34.515 |
CIE-LAB | 65.369, 83.619, -52.801 |
CIE-LCH | 65.369, 98.894, 327.73 |
CIE-LUV | 65.369, 74.208, -95.956 |
Hunter-Lab | 58.749, 86.5, -57.764 |
Binary | 11111111, 01010010, 11111111 |
Below, you can see some colors close to #ff52ff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff52ff.
<span style="color:#ff52ff">Text here</span>
This paragraph has a background color of #ff52ff.
<p style="background-color:#ff52ff;">Content here</p>
This element has a border color of #ff52ff.
<div style="border:1px #ff52ff;">Content here</div>
.text {color:#ff52ff;}
.background {background-color:#ff52ff;}
.border {border:1px solid #ff52ff;}
.text-shadow {border:1px solid #ff52ff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #120012 is the darkest color, while #fffcff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #a9a8a9 is the less saturated color, while #f859f8 is the most saturated one.