Shades of Hot Pink #FF52C0
Tints of Hot Pink #FF52C0
RGB
CMYK
RGB Variations
Color information
#FF52C0 (or 0xFF52C0) is known color: Hot Pink. HEX triplet: FF, 52 and C0. RGB value is (255,82,192). Sum of RGB (Red+Green+Blue) = 255+82+192=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52C0 is #00AD3F. Grayscale: #929292. Windows color (decimal): -44352 or 12604159. OLE color: 12604159.
HSL color Cylindrical-coordinate representation of color #FF52C0: hue angle of 321.85º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF52C0 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 192 | - |
| CMYK | 0 | 0.68 | 0.25 | 0 |
| HSL | 321.85º | 1% | 0.66% | - |
| HSV(B) | 321.85º | 0.68% | 1% | - |
| XYZ | 53.77 | 31.1 | 53.04 | - |
| YUV | 146.27 | 153.81 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 192 | 0 | 0.68 | 0.25 | 0 | 321.85 | 1 | 0.66 |
| Hex | FF | 52 | C0 | 0 | 44 | 19 | 0 | 142 | 64 | 42 |
| Octal | 377 | 122 | 300 | 0 | 104 | 31 | 0 | 502 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11000000 | 0 | 1000100 | 11001 | 0 | 101000010 | 1100100 | 1000010 |
Color Harmonies of #FF52C0
Complementary color
Monochromatic Colors of #FF52C0
Black with #FF52C0
Text Example
Text Example
White with #FF52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52C0; }
p { color: rgb(255,82,192); }
H1.HeaderClassName
{
color: #FF52C0;
}
.AnyTagClassName
{
color: #FF52C0;
}
</style>
background-color css
<style>
a { background-color: #FF52C0; }
a { background-color: rgb(255,82,192); }
div.DivClassName
{
background-color: #FF52C0;
}
.BgClassName
{
background-color: #FF52C0;
}
</style>
border-color css
<style>
span { border-color: #FF52C0; }
span { border-color: rgb(255,82,192); }
td.TdClassName
{
border-color: #FF52C0;
}
.TagClassName
{
border-color: #FF52C0;
}
</style>