Shades of Hot Pink #FD52C0
Tints of Hot Pink #FD52C0
RGB
CMYK
RGB Variations
Color information
#FD52C0 (or 0xFD52C0) is known color: Hot Pink. HEX triplet: FD, 52 and C0. RGB value is (253,82,192). Sum of RGB (Red+Green+Blue) = 253+82+192=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD52C0 is #02AD3F. Grayscale: #919191. Windows color (decimal): -175424 or 12604157. OLE color: 12604157.
HSL color Cylindrical-coordinate representation of color #FD52C0: hue angle of 321.4º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD52C0 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 192 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.01 |
| HSL | 321.4º | 0.98% | 0.66% | - |
| HSV(B) | 321.4º | 0.68% | 0.99% | - |
| XYZ | 53.04 | 30.72 | 53 | - |
| YUV | 145.67 | 154.15 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 192 | 0 | 0.68 | 0.24 | 0.01 | 321.4 | 0.98 | 0.66 |
| Hex | FD | 52 | C0 | 0 | 44 | 18 | 1 | 141 | 62 | 42 |
| Octal | 375 | 122 | 300 | 0 | 104 | 30 | 1 | 501 | 142 | 102 |
| Binary | 11111101 | 1010010 | 11000000 | 0 | 1000100 | 11000 | 1 | 101000001 | 1100010 | 1000010 |
Color Harmonies of #FD52C0
Complementary color
Monochromatic Colors of #FD52C0
Black with #FD52C0
Text Example
Text Example
White with #FD52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD52C0; }
p { color: rgb(253,82,192); }
H1.HeaderClassName
{
color: #FD52C0;
}
.AnyTagClassName
{
color: #FD52C0;
}
</style>
background-color css
<style>
a { background-color: #FD52C0; }
a { background-color: rgb(253,82,192); }
div.DivClassName
{
background-color: #FD52C0;
}
.BgClassName
{
background-color: #FD52C0;
}
</style>
border-color css
<style>
span { border-color: #FD52C0; }
span { border-color: rgb(253,82,192); }
td.TdClassName
{
border-color: #FD52C0;
}
.TagClassName
{
border-color: #FD52C0;
}
</style>