Shades of Hot Pink #FF5DB9
Tints of Hot Pink #FF5DB9
RGB
CMYK
RGB Variations
Color information
#FF5DB9 (or 0xFF5DB9) is known color: Hot Pink. HEX triplet: FF, 5D and B9. RGB value is (255,93,185). Sum of RGB (Red+Green+Blue) = 255+93+185=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DB9 is #00A246. Grayscale: #979797. Windows color (decimal): -41543 or 12148223. OLE color: 12148223.
HSL color Cylindrical-coordinate representation of color #FF5DB9: hue angle of 325.93º 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 #FF5DB9 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 185 | - |
| CMYK | 0 | 0.64 | 0.27 | 0 |
| HSL | 325.93º | 1% | 0.68% | - |
| HSV(B) | 325.93º | 0.64% | 1% | - |
| XYZ | 53.91 | 32.59 | 49.35 | - |
| YUV | 151.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 185 | 0 | 0.64 | 0.27 | 0 | 325.93 | 1 | 0.68 |
| Hex | FF | 5D | B9 | 0 | 40 | 1B | 0 | 146 | 64 | 44 |
| Octal | 377 | 135 | 271 | 0 | 100 | 33 | 0 | 506 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10111001 | 0 | 1000000 | 11011 | 0 | 101000110 | 1100100 | 1000100 |
Color Harmonies of #FF5DB9
Complementary color
Monochromatic Colors of #FF5DB9
Black with #FF5DB9
Text Example
Text Example
White with #FF5DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DB9; }
p { color: rgb(255,93,185); }
H1.HeaderClassName
{
color: #FF5DB9;
}
.AnyTagClassName
{
color: #FF5DB9;
}
</style>
background-color css
<style>
a { background-color: #FF5DB9; }
a { background-color: rgb(255,93,185); }
div.DivClassName
{
background-color: #FF5DB9;
}
.BgClassName
{
background-color: #FF5DB9;
}
</style>
border-color css
<style>
span { border-color: #FF5DB9; }
span { border-color: rgb(255,93,185); }
td.TdClassName
{
border-color: #FF5DB9;
}
.TagClassName
{
border-color: #FF5DB9;
}
</style>