Shades of Magenta #FE0BE8
Tints of Magenta #FE0BE8
RGB
CMYK
RGB Variations
Color information
#FE0BE8 (or 0xFE0BE8) is known color: Magenta. HEX triplet: FE, 0B and E8. RGB value is (254,11,232). Sum of RGB (Red+Green+Blue) = 254+11+232=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 11 (4.69% from 255 or 2.21% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0BE8 is #01F417. Grayscale: #6C6C6C. Windows color (decimal): -128024 or 15207422. OLE color: 15207422.
HSL color Cylindrical-coordinate representation of color #FE0BE8: hue angle of 305.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0BE8 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 232 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.00 |
| HSL | 305.43º | 0.99% | 0.52% | - |
| HSV(B) | 305.43º | 0.96% | 1% | - |
| XYZ | 55.56 | 27.14 | 78.65 | - |
| YUV | 108.85 | 197.51 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 232 | 0 | 0.96 | 0.09 | 0.00 | 305.43 | 0.99 | 0.52 |
| Hex | FE | B | E8 | 0 | 60 | 9 | 0 | 131 | 63 | 34 |
| Octal | 376 | 13 | 350 | 0 | 140 | 11 | 0 | 461 | 143 | 64 |
| Binary | 11111110 | 1011 | 11101000 | 0 | 1100000 | 1001 | 0 | 100110001 | 1100011 | 110100 |
Color Harmonies of #FE0BE8
Complementary color
Monochromatic Colors of #FE0BE8
Black with #FE0BE8
Text Example
Text Example
White with #FE0BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BE8; }
p { color: rgb(254,11,232); }
H1.HeaderClassName
{
color: #FE0BE8;
}
.AnyTagClassName
{
color: #FE0BE8;
}
</style>
background-color css
<style>
a { background-color: #FE0BE8; }
a { background-color: rgb(254,11,232); }
div.DivClassName
{
background-color: #FE0BE8;
}
.BgClassName
{
background-color: #FE0BE8;
}
</style>
border-color css
<style>
span { border-color: #FE0BE8; }
span { border-color: rgb(254,11,232); }
td.TdClassName
{
border-color: #FE0BE8;
}
.TagClassName
{
border-color: #FE0BE8;
}
</style>