Shades of Hot Pink #FD5DB0
Tints of Hot Pink #FD5DB0
RGB
CMYK
RGB Variations
Color information
#FD5DB0 (or 0xFD5DB0) is known color: Hot Pink. HEX triplet: FD, 5D and B0. RGB value is (253,93,176). Sum of RGB (Red+Green+Blue) = 253+93+176=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5DB0 is #02A24F. Grayscale: #969696. Windows color (decimal): -172624 or 11558397. OLE color: 11558397.
HSL color Cylindrical-coordinate representation of color #FD5DB0: hue angle of 328.88º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5DB0 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 176 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.01 |
| HSL | 328.88º | 0.98% | 0.68% | - |
| HSV(B) | 328.88º | 0.63% | 0.99% | - |
| XYZ | 52.26 | 31.85 | 44.47 | - |
| YUV | 150.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 176 | 0 | 0.63 | 0.30 | 0.01 | 328.88 | 0.98 | 0.68 |
| Hex | FD | 5D | B0 | 0 | 3F | 1E | 1 | 149 | 62 | 44 |
| Octal | 375 | 135 | 260 | 0 | 77 | 36 | 1 | 511 | 142 | 104 |
| Binary | 11111101 | 1011101 | 10110000 | 0 | 111111 | 11110 | 1 | 101001001 | 1100010 | 1000100 |
Color Harmonies of #FD5DB0
Complementary color
Monochromatic Colors of #FD5DB0
Black with #FD5DB0
Text Example
Text Example
White with #FD5DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5DB0; }
p { color: rgb(253,93,176); }
H1.HeaderClassName
{
color: #FD5DB0;
}
.AnyTagClassName
{
color: #FD5DB0;
}
</style>
background-color css
<style>
a { background-color: #FD5DB0; }
a { background-color: rgb(253,93,176); }
div.DivClassName
{
background-color: #FD5DB0;
}
.BgClassName
{
background-color: #FD5DB0;
}
</style>
border-color css
<style>
span { border-color: #FD5DB0; }
span { border-color: rgb(253,93,176); }
td.TdClassName
{
border-color: #FD5DB0;
}
.TagClassName
{
border-color: #FD5DB0;
}
</style>