Shades of Magenta #FF0BEA
Tints of Magenta #FF0BEA
RGB
CMYK
RGB Variations
Color information
#FF0BEA (or 0xFF0BEA) is known color: Magenta. HEX triplet: FF, 0B and EA. RGB value is (255,11,234). Sum of RGB (Red+Green+Blue) = 255+11+234=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 11 (4.69% from 255 or 2.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0BEA is #00F415. Grayscale: #6C6C6C. Windows color (decimal): -62486 or 15338495. OLE color: 15338495.
HSL color Cylindrical-coordinate representation of color #FF0BEA: hue angle of 305.16º 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 #FF0BEA is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 234 | - |
| CMYK | 0 | 0.96 | 0.08 | 0 |
| HSL | 305.16º | 1% | 0.52% | - |
| HSV(B) | 305.16º | 0.96% | 1% | - |
| XYZ | 56.21 | 27.44 | 80.18 | - |
| YUV | 109.38 | 198.34 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 234 | 0 | 0.96 | 0.08 | 0 | 305.16 | 1 | 0.52 |
| Hex | FF | B | EA | 0 | 60 | 8 | 0 | 131 | 64 | 34 |
| Octal | 377 | 13 | 352 | 0 | 140 | 10 | 0 | 461 | 144 | 64 |
| Binary | 11111111 | 1011 | 11101010 | 0 | 1100000 | 1000 | 0 | 100110001 | 1100100 | 110100 |
Color Harmonies of #FF0BEA
Complementary color
Monochromatic Colors of #FF0BEA
Black with #FF0BEA
Text Example
Text Example
White with #FF0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BEA; }
p { color: rgb(255,11,234); }
H1.HeaderClassName
{
color: #FF0BEA;
}
.AnyTagClassName
{
color: #FF0BEA;
}
</style>
background-color css
<style>
a { background-color: #FF0BEA; }
a { background-color: rgb(255,11,234); }
div.DivClassName
{
background-color: #FF0BEA;
}
.BgClassName
{
background-color: #FF0BEA;
}
</style>
border-color css
<style>
span { border-color: #FF0BEA; }
span { border-color: rgb(255,11,234); }
td.TdClassName
{
border-color: #FF0BEA;
}
.TagClassName
{
border-color: #FF0BEA;
}
</style>