Shades of Hot Magenta #FF0BE2
Tints of Hot Magenta #FF0BE2
RGB
CMYK
RGB Variations
Color information
#FF0BE2 (or 0xFF0BE2) is known color: Hot Magenta. HEX triplet: FF, 0B and E2. RGB value is (255,11,226). Sum of RGB (Red+Green+Blue) = 255+11+226=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 11 (4.69% from 255 or 2.24% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BE2 is #00F41D. Grayscale: #6B6B6B. Windows color (decimal): -62494 or 14814207. OLE color: 14814207.
HSL color Cylindrical-coordinate representation of color #FF0BE2: hue angle of 307.13º 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 #FF0BE2 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 226 | - |
| CMYK | 0 | 0.96 | 0.11 | 0 |
| HSL | 307.13º | 1% | 0.52% | - |
| HSV(B) | 307.13º | 0.96% | 1% | - |
| XYZ | 55.09 | 26.99 | 74.26 | - |
| YUV | 108.47 | 194.34 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 226 | 0 | 0.96 | 0.11 | 0 | 307.13 | 1 | 0.52 |
| Hex | FF | B | E2 | 0 | 60 | B | 0 | 133 | 64 | 34 |
| Octal | 377 | 13 | 342 | 0 | 140 | 13 | 0 | 463 | 144 | 64 |
| Binary | 11111111 | 1011 | 11100010 | 0 | 1100000 | 1011 | 0 | 100110011 | 1100100 | 110100 |
Color Harmonies of #FF0BE2
Complementary color
Monochromatic Colors of #FF0BE2
Black with #FF0BE2
Text Example
Text Example
White with #FF0BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BE2; }
p { color: rgb(255,11,226); }
H1.HeaderClassName
{
color: #FF0BE2;
}
.AnyTagClassName
{
color: #FF0BE2;
}
</style>
background-color css
<style>
a { background-color: #FF0BE2; }
a { background-color: rgb(255,11,226); }
div.DivClassName
{
background-color: #FF0BE2;
}
.BgClassName
{
background-color: #FF0BE2;
}
</style>
border-color css
<style>
span { border-color: #FF0BE2; }
span { border-color: rgb(255,11,226); }
td.TdClassName
{
border-color: #FF0BE2;
}
.TagClassName
{
border-color: #FF0BE2;
}
</style>