Shades of Magenta #FF0BE8
Tints of Magenta #FF0BE8
RGB
CMYK
RGB Variations
Color information
#FF0BE8 (or 0xFF0BE8) is known color: Magenta. HEX triplet: FF, 0B and E8. RGB value is (255,11,232). Sum of RGB (Red+Green+Blue) = 255+11+232=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 11 (4.69% from 255 or 2.21% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0BE8 is #00F417. Grayscale: #6C6C6C. Windows color (decimal): -62488 or 15207423. OLE color: 15207423.
HSL color Cylindrical-coordinate representation of color #FF0BE8: hue angle of 305.66º 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 #FF0BE8 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 232 | - |
| CMYK | 0 | 0.96 | 0.09 | 0 |
| HSL | 305.66º | 1% | 0.52% | - |
| HSV(B) | 305.66º | 0.96% | 1% | - |
| XYZ | 55.93 | 27.33 | 78.67 | - |
| YUV | 109.15 | 197.34 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 232 | 0 | 0.96 | 0.09 | 0 | 305.66 | 1 | 0.52 |
| Hex | FF | B | E8 | 0 | 60 | 9 | 0 | 132 | 64 | 34 |
| Octal | 377 | 13 | 350 | 0 | 140 | 11 | 0 | 462 | 144 | 64 |
| Binary | 11111111 | 1011 | 11101000 | 0 | 1100000 | 1001 | 0 | 100110010 | 1100100 | 110100 |
Color Harmonies of #FF0BE8
Complementary color
Monochromatic Colors of #FF0BE8
Black with #FF0BE8
Text Example
Text Example
White with #FF0BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BE8; }
p { color: rgb(255,11,232); }
H1.HeaderClassName
{
color: #FF0BE8;
}
.AnyTagClassName
{
color: #FF0BE8;
}
</style>
background-color css
<style>
a { background-color: #FF0BE8; }
a { background-color: rgb(255,11,232); }
div.DivClassName
{
background-color: #FF0BE8;
}
.BgClassName
{
background-color: #FF0BE8;
}
</style>
border-color css
<style>
span { border-color: #FF0BE8; }
span { border-color: rgb(255,11,232); }
td.TdClassName
{
border-color: #FF0BE8;
}
.TagClassName
{
border-color: #FF0BE8;
}
</style>