Shades of Magenta #FE0EFB
Tints of Magenta #FE0EFB
RGB
CMYK
RGB Variations
Color information
#FE0EFB (or 0xFE0EFB) is known color: Magenta. HEX triplet: FE, 0E and FB. RGB value is (254,14,251). Sum of RGB (Red+Green+Blue) = 254+14+251=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 14 (5.86% from 255 or 2.70% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EFB is #01F104. Grayscale: #707070. Windows color (decimal): -127237 or 16453374. OLE color: 16453374.
HSL color Cylindrical-coordinate representation of color #FE0EFB: hue angle of 300.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0EFB is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 251 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.00 |
| HSL | 300.75º | 0.99% | 0.53% | - |
| HSV(B) | 300.75º | 0.94% | 1% | - |
| XYZ | 58.44 | 28.35 | 93.66 | - |
| YUV | 112.78 | 206.01 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 251 | 0 | 0.94 | 0.01 | 0.00 | 300.75 | 0.99 | 0.53 |
| Hex | FE | E | FB | 0 | 5E | 1 | 0 | 12D | 63 | 35 |
| Octal | 376 | 16 | 373 | 0 | 136 | 1 | 0 | 455 | 143 | 65 |
| Binary | 11111110 | 1110 | 11111011 | 0 | 1011110 | 1 | 0 | 100101101 | 1100011 | 110101 |
Color Harmonies of #FE0EFB
Complementary color
Monochromatic Colors of #FE0EFB
Black with #FE0EFB
Text Example
Text Example
White with #FE0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EFB; }
p { color: rgb(254,14,251); }
H1.HeaderClassName
{
color: #FE0EFB;
}
.AnyTagClassName
{
color: #FE0EFB;
}
</style>
background-color css
<style>
a { background-color: #FE0EFB; }
a { background-color: rgb(254,14,251); }
div.DivClassName
{
background-color: #FE0EFB;
}
.BgClassName
{
background-color: #FE0EFB;
}
</style>
border-color css
<style>
span { border-color: #FE0EFB; }
span { border-color: rgb(254,14,251); }
td.TdClassName
{
border-color: #FE0EFB;
}
.TagClassName
{
border-color: #FE0EFB;
}
</style>