Shades of Hot Pink #FD5DB6
Tints of Hot Pink #FD5DB6
RGB
CMYK
RGB Variations
Color information
#FD5DB6 (or 0xFD5DB6) is known color: Hot Pink. HEX triplet: FD, 5D and B6. RGB value is (253,93,182). Sum of RGB (Red+Green+Blue) = 253+93+182=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DB6 is #02A249. Grayscale: #969696. Windows color (decimal): -172618 or 11951613. OLE color: 11951613.
HSL color Cylindrical-coordinate representation of color #FD5DB6: hue angle of 326.62º 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 #FD5DB6 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 182 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.01 |
| HSL | 326.63º | 0.98% | 0.68% | - |
| HSV(B) | 326.63º | 0.63% | 0.99% | - |
| XYZ | 52.87 | 32.09 | 47.66 | - |
| YUV | 150.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 182 | 0 | 0.63 | 0.28 | 0.01 | 326.63 | 0.98 | 0.68 |
| Hex | FD | 5D | B6 | 0 | 3F | 1C | 1 | 147 | 62 | 44 |
| Octal | 375 | 135 | 266 | 0 | 77 | 34 | 1 | 507 | 142 | 104 |
| Binary | 11111101 | 1011101 | 10110110 | 0 | 111111 | 11100 | 1 | 101000111 | 1100010 | 1000100 |
Color Harmonies of #FD5DB6
Complementary color
Monochromatic Colors of #FD5DB6
Black with #FD5DB6
Text Example
Text Example
White with #FD5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5DB6; }
p { color: rgb(253,93,182); }
H1.HeaderClassName
{
color: #FD5DB6;
}
.AnyTagClassName
{
color: #FD5DB6;
}
</style>
background-color css
<style>
a { background-color: #FD5DB6; }
a { background-color: rgb(253,93,182); }
div.DivClassName
{
background-color: #FD5DB6;
}
.BgClassName
{
background-color: #FD5DB6;
}
</style>
border-color css
<style>
span { border-color: #FD5DB6; }
span { border-color: rgb(253,93,182); }
td.TdClassName
{
border-color: #FD5DB6;
}
.TagClassName
{
border-color: #FD5DB6;
}
</style>