Shades of Magenta #FE0BEB
Tints of Magenta #FE0BEB
RGB
CMYK
RGB Variations
Color information
#FE0BEB (or 0xFE0BEB) is known color: Magenta. HEX triplet: FE, 0B and EB. RGB value is (254,11,235). Sum of RGB (Red+Green+Blue) = 254+11+235=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 11 (4.69% from 255 or 2.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0BEB is #01F414. Grayscale: #6C6C6C. Windows color (decimal): -128021 or 15404030. OLE color: 15404030.
HSL color Cylindrical-coordinate representation of color #FE0BEB: hue angle of 304.69º 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 #FE0BEB is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 235 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.00 |
| HSL | 304.69º | 0.99% | 0.52% | - |
| HSV(B) | 304.69º | 0.96% | 1% | - |
| XYZ | 55.99 | 27.31 | 80.92 | - |
| YUV | 109.19 | 199.01 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 235 | 0 | 0.96 | 0.07 | 0.00 | 304.69 | 0.99 | 0.52 |
| Hex | FE | B | EB | 0 | 60 | 7 | 0 | 131 | 63 | 34 |
| Octal | 376 | 13 | 353 | 0 | 140 | 7 | 0 | 461 | 143 | 64 |
| Binary | 11111110 | 1011 | 11101011 | 0 | 1100000 | 111 | 0 | 100110001 | 1100011 | 110100 |
Color Harmonies of #FE0BEB
Complementary color
Monochromatic Colors of #FE0BEB
Black with #FE0BEB
Text Example
Text Example
White with #FE0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BEB; }
p { color: rgb(254,11,235); }
H1.HeaderClassName
{
color: #FE0BEB;
}
.AnyTagClassName
{
color: #FE0BEB;
}
</style>
background-color css
<style>
a { background-color: #FE0BEB; }
a { background-color: rgb(254,11,235); }
div.DivClassName
{
background-color: #FE0BEB;
}
.BgClassName
{
background-color: #FE0BEB;
}
</style>
border-color css
<style>
span { border-color: #FE0BEB; }
span { border-color: rgb(254,11,235); }
td.TdClassName
{
border-color: #FE0BEB;
}
.TagClassName
{
border-color: #FE0BEB;
}
</style>