Shades of Hot Pink #FF5DBB
Tints of Hot Pink #FF5DBB
RGB
CMYK
RGB Variations
Color information
#FF5DBB (or 0xFF5DBB) is known color: Hot Pink. HEX triplet: FF, 5D and BB. RGB value is (255,93,187). Sum of RGB (Red+Green+Blue) = 255+93+187=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DBB is #00A244. Grayscale: #979797. Windows color (decimal): -41541 or 12279295. OLE color: 12279295.
HSL color Cylindrical-coordinate representation of color #FF5DBB: hue angle of 325.19º 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 #FF5DBB is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 187 | - |
| CMYK | 0 | 0.64 | 0.27 | 0 |
| HSL | 325.19º | 1% | 0.68% | - |
| HSV(B) | 325.19º | 0.64% | 1% | - |
| XYZ | 54.12 | 32.68 | 50.47 | - |
| YUV | 152.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 187 | 0 | 0.64 | 0.27 | 0 | 325.19 | 1 | 0.68 |
| Hex | FF | 5D | BB | 0 | 40 | 1B | 0 | 145 | 64 | 44 |
| Octal | 377 | 135 | 273 | 0 | 100 | 33 | 0 | 505 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10111011 | 0 | 1000000 | 11011 | 0 | 101000101 | 1100100 | 1000100 |
Color Harmonies of #FF5DBB
Complementary color
Monochromatic Colors of #FF5DBB
Black with #FF5DBB
Text Example
Text Example
White with #FF5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DBB; }
p { color: rgb(255,93,187); }
H1.HeaderClassName
{
color: #FF5DBB;
}
.AnyTagClassName
{
color: #FF5DBB;
}
</style>
background-color css
<style>
a { background-color: #FF5DBB; }
a { background-color: rgb(255,93,187); }
div.DivClassName
{
background-color: #FF5DBB;
}
.BgClassName
{
background-color: #FF5DBB;
}
</style>
border-color css
<style>
span { border-color: #FF5DBB; }
span { border-color: rgb(255,93,187); }
td.TdClassName
{
border-color: #FF5DBB;
}
.TagClassName
{
border-color: #FF5DBB;
}
</style>