Shades of Hot Magenta #FF0BD8
Tints of Hot Magenta #FF0BD8
RGB
CMYK
RGB Variations
Color information
#FF0BD8 (or 0xFF0BD8) is known color: Hot Magenta. HEX triplet: FF, 0B and D8. RGB value is (255,11,216). Sum of RGB (Red+Green+Blue) = 255+11+216=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 11 (4.69% from 255 or 2.28% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BD8 is #00F427. Grayscale: #6A6A6A. Windows color (decimal): -62504 or 14158847. OLE color: 14158847.
HSL color Cylindrical-coordinate representation of color #FF0BD8: hue angle of 309.59º 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 #FF0BD8 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 216 | - |
| CMYK | 0 | 0.96 | 0.15 | 0 |
| HSL | 309.59º | 1% | 0.52% | - |
| HSV(B) | 309.59º | 0.96% | 1% | - |
| XYZ | 53.75 | 26.46 | 67.24 | - |
| YUV | 107.33 | 189.34 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 216 | 0 | 0.96 | 0.15 | 0 | 309.59 | 1 | 0.52 |
| Hex | FF | B | D8 | 0 | 60 | F | 0 | 136 | 64 | 34 |
| Octal | 377 | 13 | 330 | 0 | 140 | 17 | 0 | 466 | 144 | 64 |
| Binary | 11111111 | 1011 | 11011000 | 0 | 1100000 | 1111 | 0 | 100110110 | 1100100 | 110100 |
Color Harmonies of #FF0BD8
Complementary color
Monochromatic Colors of #FF0BD8
Black with #FF0BD8
Text Example
Text Example
White with #FF0BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BD8; }
p { color: rgb(255,11,216); }
H1.HeaderClassName
{
color: #FF0BD8;
}
.AnyTagClassName
{
color: #FF0BD8;
}
</style>
background-color css
<style>
a { background-color: #FF0BD8; }
a { background-color: rgb(255,11,216); }
div.DivClassName
{
background-color: #FF0BD8;
}
.BgClassName
{
background-color: #FF0BD8;
}
</style>
border-color css
<style>
span { border-color: #FF0BD8; }
span { border-color: rgb(255,11,216); }
td.TdClassName
{
border-color: #FF0BD8;
}
.TagClassName
{
border-color: #FF0BD8;
}
</style>