Shades of Hot Pink #FF5DB6
Tints of Hot Pink #FF5DB6
RGB
CMYK
RGB Variations
Color information
#FF5DB6 (or 0xFF5DB6) is known color: Hot Pink. HEX triplet: FF, 5D and B6. RGB value is (255,93,182). Sum of RGB (Red+Green+Blue) = 255+93+182=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DB6 is #00A249. Grayscale: #979797. Windows color (decimal): -41546 or 11951615. OLE color: 11951615.
HSL color Cylindrical-coordinate representation of color #FF5DB6: hue angle of 327.04º 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 #FF5DB6 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 182 | - |
| CMYK | 0 | 0.64 | 0.29 | 0 |
| HSL | 327.04º | 1% | 0.68% | - |
| HSV(B) | 327.04º | 0.64% | 1% | - |
| XYZ | 53.6 | 32.47 | 47.7 | - |
| YUV | 151.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 182 | 0 | 0.64 | 0.29 | 0 | 327.04 | 1 | 0.68 |
| Hex | FF | 5D | B6 | 0 | 40 | 1D | 0 | 147 | 64 | 44 |
| Octal | 377 | 135 | 266 | 0 | 100 | 35 | 0 | 507 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10110110 | 0 | 1000000 | 11101 | 0 | 101000111 | 1100100 | 1000100 |
Color Harmonies of #FF5DB6
Complementary color
Monochromatic Colors of #FF5DB6
Black with #FF5DB6
Text Example
Text Example
White with #FF5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DB6; }
p { color: rgb(255,93,182); }
H1.HeaderClassName
{
color: #FF5DB6;
}
.AnyTagClassName
{
color: #FF5DB6;
}
</style>
background-color css
<style>
a { background-color: #FF5DB6; }
a { background-color: rgb(255,93,182); }
div.DivClassName
{
background-color: #FF5DB6;
}
.BgClassName
{
background-color: #FF5DB6;
}
</style>
border-color css
<style>
span { border-color: #FF5DB6; }
span { border-color: rgb(255,93,182); }
td.TdClassName
{
border-color: #FF5DB6;
}
.TagClassName
{
border-color: #FF5DB6;
}
</style>