Shades of Hot Pink #FD54C0
Tints of Hot Pink #FD54C0
RGB
CMYK
RGB Variations
Color information
#FD54C0 (or 0xFD54C0) is known color: Hot Pink. HEX triplet: FD, 54 and C0. RGB value is (253,84,192). Sum of RGB (Red+Green+Blue) = 253+84+192=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54C0 is #02AB3F. Grayscale: #929292. Windows color (decimal): -174912 or 12604669. OLE color: 12604669.
HSL color Cylindrical-coordinate representation of color #FD54C0: hue angle of 321.66º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD54C0 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 192 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.01 |
| HSL | 321.66º | 0.98% | 0.66% | - |
| HSV(B) | 321.66º | 0.67% | 0.99% | - |
| XYZ | 53.19 | 31.03 | 53.05 | - |
| YUV | 146.84 | 153.49 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 192 | 0 | 0.67 | 0.24 | 0.01 | 321.66 | 0.98 | 0.66 |
| Hex | FD | 54 | C0 | 0 | 43 | 18 | 1 | 142 | 62 | 42 |
| Octal | 375 | 124 | 300 | 0 | 103 | 30 | 1 | 502 | 142 | 102 |
| Binary | 11111101 | 1010100 | 11000000 | 0 | 1000011 | 11000 | 1 | 101000010 | 1100010 | 1000010 |
Color Harmonies of #FD54C0
Complementary color
Monochromatic Colors of #FD54C0
Black with #FD54C0
Text Example
Text Example
White with #FD54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD54C0; }
p { color: rgb(253,84,192); }
H1.HeaderClassName
{
color: #FD54C0;
}
.AnyTagClassName
{
color: #FD54C0;
}
</style>
background-color css
<style>
a { background-color: #FD54C0; }
a { background-color: rgb(253,84,192); }
div.DivClassName
{
background-color: #FD54C0;
}
.BgClassName
{
background-color: #FD54C0;
}
</style>
border-color css
<style>
span { border-color: #FD54C0; }
span { border-color: rgb(253,84,192); }
td.TdClassName
{
border-color: #FD54C0;
}
.TagClassName
{
border-color: #FD54C0;
}
</style>