Shades of Magenta #FE0BEE
Tints of Magenta #FE0BEE
RGB
CMYK
RGB Variations
Color information
#FE0BEE (or 0xFE0BEE) is known color: Magenta. HEX triplet: FE, 0B and EE. RGB value is (254,11,238). Sum of RGB (Red+Green+Blue) = 254+11+238=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 11 (4.69% from 255 or 2.19% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0BEE is #01F411. Grayscale: #6C6C6C. Windows color (decimal): -128018 or 15600638. OLE color: 15600638.
HSL color Cylindrical-coordinate representation of color #FE0BEE: hue angle of 303.95º 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 #FE0BEE is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 238 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.00 |
| HSL | 303.95º | 0.99% | 0.52% | - |
| HSV(B) | 303.95º | 0.96% | 1% | - |
| XYZ | 56.43 | 27.48 | 83.22 | - |
| YUV | 109.54 | 200.51 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 238 | 0 | 0.96 | 0.06 | 0.00 | 303.95 | 0.99 | 0.52 |
| Hex | FE | B | EE | 0 | 60 | 6 | 0 | 130 | 63 | 34 |
| Octal | 376 | 13 | 356 | 0 | 140 | 6 | 0 | 460 | 143 | 64 |
| Binary | 11111110 | 1011 | 11101110 | 0 | 1100000 | 110 | 0 | 100110000 | 1100011 | 110100 |
Color Harmonies of #FE0BEE
Complementary color
Monochromatic Colors of #FE0BEE
Black with #FE0BEE
Text Example
Text Example
White with #FE0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BEE; }
p { color: rgb(254,11,238); }
H1.HeaderClassName
{
color: #FE0BEE;
}
.AnyTagClassName
{
color: #FE0BEE;
}
</style>
background-color css
<style>
a { background-color: #FE0BEE; }
a { background-color: rgb(254,11,238); }
div.DivClassName
{
background-color: #FE0BEE;
}
.BgClassName
{
background-color: #FE0BEE;
}
</style>
border-color css
<style>
span { border-color: #FE0BEE; }
span { border-color: rgb(254,11,238); }
td.TdClassName
{
border-color: #FE0BEE;
}
.TagClassName
{
border-color: #FE0BEE;
}
</style>