Shades of Hot Pink #FF5DBC
Tints of Hot Pink #FF5DBC
RGB
CMYK
RGB Variations
Color information
#FF5DBC (or 0xFF5DBC) is known color: Hot Pink. HEX triplet: FF, 5D and BC. RGB value is (255,93,188). Sum of RGB (Red+Green+Blue) = 255+93+188=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DBC is #00A243. Grayscale: #989898. Windows color (decimal): -41540 or 12344831. OLE color: 12344831.
HSL color Cylindrical-coordinate representation of color #FF5DBC: hue angle of 324.81º 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 #FF5DBC is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 188 | - |
| CMYK | 0 | 0.64 | 0.26 | 0 |
| HSL | 324.81º | 1% | 0.68% | - |
| HSV(B) | 324.81º | 0.64% | 1% | - |
| XYZ | 54.23 | 32.72 | 51.03 | - |
| YUV | 152.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 188 | 0 | 0.64 | 0.26 | 0 | 324.81 | 1 | 0.68 |
| Hex | FF | 5D | BC | 0 | 40 | 1A | 0 | 145 | 64 | 44 |
| Octal | 377 | 135 | 274 | 0 | 100 | 32 | 0 | 505 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10111100 | 0 | 1000000 | 11010 | 0 | 101000101 | 1100100 | 1000100 |
Color Harmonies of #FF5DBC
Complementary color
Monochromatic Colors of #FF5DBC
Black with #FF5DBC
Text Example
Text Example
White with #FF5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DBC; }
p { color: rgb(255,93,188); }
H1.HeaderClassName
{
color: #FF5DBC;
}
.AnyTagClassName
{
color: #FF5DBC;
}
</style>
background-color css
<style>
a { background-color: #FF5DBC; }
a { background-color: rgb(255,93,188); }
div.DivClassName
{
background-color: #FF5DBC;
}
.BgClassName
{
background-color: #FF5DBC;
}
</style>
border-color css
<style>
span { border-color: #FF5DBC; }
span { border-color: rgb(255,93,188); }
td.TdClassName
{
border-color: #FF5DBC;
}
.TagClassName
{
border-color: #FF5DBC;
}
</style>