Shades of Hot Magenta #FF0BD9
Tints of Hot Magenta #FF0BD9
RGB
CMYK
RGB Variations
Color information
#FF0BD9 (or 0xFF0BD9) is known color: Hot Magenta. HEX triplet: FF, 0B and D9. RGB value is (255,11,217). Sum of RGB (Red+Green+Blue) = 255+11+217=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 11 (4.69% from 255 or 2.28% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BD9 is #00F426. Grayscale: #6A6A6A. Windows color (decimal): -62503 or 14224383. OLE color: 14224383.
HSL color Cylindrical-coordinate representation of color #FF0BD9: hue angle of 309.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0BD9 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 217 | - |
| CMYK | 0 | 0.96 | 0.15 | 0 |
| HSL | 309.34º | 1% | 0.52% | - |
| HSV(B) | 309.34º | 0.96% | 1% | - |
| XYZ | 53.88 | 26.51 | 67.92 | - |
| YUV | 107.44 | 189.84 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 217 | 0 | 0.96 | 0.15 | 0 | 309.34 | 1 | 0.52 |
| Hex | FF | B | D9 | 0 | 60 | F | 0 | 135 | 64 | 34 |
| Octal | 377 | 13 | 331 | 0 | 140 | 17 | 0 | 465 | 144 | 64 |
| Binary | 11111111 | 1011 | 11011001 | 0 | 1100000 | 1111 | 0 | 100110101 | 1100100 | 110100 |
Color Harmonies of #FF0BD9
Complementary color
Monochromatic Colors of #FF0BD9
Black with #FF0BD9
Text Example
Text Example
White with #FF0BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BD9; }
p { color: rgb(255,11,217); }
H1.HeaderClassName
{
color: #FF0BD9;
}
.AnyTagClassName
{
color: #FF0BD9;
}
</style>
background-color css
<style>
a { background-color: #FF0BD9; }
a { background-color: rgb(255,11,217); }
div.DivClassName
{
background-color: #FF0BD9;
}
.BgClassName
{
background-color: #FF0BD9;
}
</style>
border-color css
<style>
span { border-color: #FF0BD9; }
span { border-color: rgb(255,11,217); }
td.TdClassName
{
border-color: #FF0BD9;
}
.TagClassName
{
border-color: #FF0BD9;
}
</style>