Shades of Hot Pink #FF5DB8
Tints of Hot Pink #FF5DB8
RGB
CMYK
RGB Variations
Color information
#FF5DB8 (or 0xFF5DB8) is known color: Hot Pink. HEX triplet: FF, 5D and B8. RGB value is (255,93,184). Sum of RGB (Red+Green+Blue) = 255+93+184=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DB8 is #00A247. Grayscale: #979797. Windows color (decimal): -41544 or 12082687. OLE color: 12082687.
HSL color Cylindrical-coordinate representation of color #FF5DB8: hue angle of 326.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DB8 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 184 | - |
| CMYK | 0 | 0.64 | 0.28 | 0 |
| HSL | 326.3º | 1% | 0.68% | - |
| HSV(B) | 326.3º | 0.64% | 1% | - |
| XYZ | 53.81 | 32.55 | 48.79 | - |
| YUV | 151.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 184 | 0 | 0.64 | 0.28 | 0 | 326.3 | 1 | 0.68 |
| Hex | FF | 5D | B8 | 0 | 40 | 1C | 0 | 146 | 64 | 44 |
| Octal | 377 | 135 | 270 | 0 | 100 | 34 | 0 | 506 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10111000 | 0 | 1000000 | 11100 | 0 | 101000110 | 1100100 | 1000100 |
Color Harmonies of #FF5DB8
Complementary color
Monochromatic Colors of #FF5DB8
Black with #FF5DB8
Text Example
Text Example
White with #FF5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DB8; }
p { color: rgb(255,93,184); }
H1.HeaderClassName
{
color: #FF5DB8;
}
.AnyTagClassName
{
color: #FF5DB8;
}
</style>
background-color css
<style>
a { background-color: #FF5DB8; }
a { background-color: rgb(255,93,184); }
div.DivClassName
{
background-color: #FF5DB8;
}
.BgClassName
{
background-color: #FF5DB8;
}
</style>
border-color css
<style>
span { border-color: #FF5DB8; }
span { border-color: rgb(255,93,184); }
td.TdClassName
{
border-color: #FF5DB8;
}
.TagClassName
{
border-color: #FF5DB8;
}
</style>