Shades of Hot Pink #FD5DB8
Tints of Hot Pink #FD5DB8
RGB
CMYK
RGB Variations
Color information
#FD5DB8 (or 0xFD5DB8) is known color: Hot Pink. HEX triplet: FD, 5D and B8. RGB value is (253,93,184). Sum of RGB (Red+Green+Blue) = 253+93+184=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DB8 is #02A247. Grayscale: #979797. Windows color (decimal): -172616 or 12082685. OLE color: 12082685.
HSL color Cylindrical-coordinate representation of color #FD5DB8: hue angle of 325.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 #FD5DB8 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 184 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.01 |
| HSL | 325.88º | 0.98% | 0.68% | - |
| HSV(B) | 325.88º | 0.63% | 0.99% | - |
| XYZ | 53.07 | 32.17 | 48.76 | - |
| YUV | 151.21 | 146.51 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 184 | 0 | 0.63 | 0.27 | 0.01 | 325.88 | 0.98 | 0.68 |
| Hex | FD | 5D | B8 | 0 | 3F | 1B | 1 | 146 | 62 | 44 |
| Octal | 375 | 135 | 270 | 0 | 77 | 33 | 1 | 506 | 142 | 104 |
| Binary | 11111101 | 1011101 | 10111000 | 0 | 111111 | 11011 | 1 | 101000110 | 1100010 | 1000100 |
Color Harmonies of #FD5DB8
Complementary color
Monochromatic Colors of #FD5DB8
Black with #FD5DB8
Text Example
Text Example
White with #FD5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5DB8; }
p { color: rgb(253,93,184); }
H1.HeaderClassName
{
color: #FD5DB8;
}
.AnyTagClassName
{
color: #FD5DB8;
}
</style>
background-color css
<style>
a { background-color: #FD5DB8; }
a { background-color: rgb(253,93,184); }
div.DivClassName
{
background-color: #FD5DB8;
}
.BgClassName
{
background-color: #FD5DB8;
}
</style>
border-color css
<style>
span { border-color: #FD5DB8; }
span { border-color: rgb(253,93,184); }
td.TdClassName
{
border-color: #FD5DB8;
}
.TagClassName
{
border-color: #FD5DB8;
}
</style>