Shades of Magenta #FE05E8
Tints of Magenta #FE05E8
RGB
CMYK
RGB Variations
Color information
#FE05E8 (or 0xFE05E8) is known color: Magenta. HEX triplet: FE, 05 and E8. RGB value is (254,5,232). Sum of RGB (Red+Green+Blue) = 254+5+232=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 5 (2.34% from 255 or 1.02% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05E8 is #01FA17. Grayscale: #686868. Windows color (decimal): -129560 or 15205886. OLE color: 15205886.
HSL color Cylindrical-coordinate representation of color #FE05E8: hue angle of 305.3º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05E8 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 232 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.00 |
| HSL | 305.3º | 0.99% | 0.51% | - |
| HSV(B) | 305.3º | 0.98% | 1% | - |
| XYZ | 55.49 | 27.01 | 78.63 | - |
| YUV | 105.33 | 199.49 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 232 | 0 | 0.98 | 0.09 | 0.00 | 305.3 | 0.99 | 0.51 |
| Hex | FE | 5 | E8 | 0 | 62 | 9 | 0 | 131 | 63 | 33 |
| Octal | 376 | 5 | 350 | 0 | 142 | 11 | 0 | 461 | 143 | 63 |
| Binary | 11111110 | 101 | 11101000 | 0 | 1100010 | 1001 | 0 | 100110001 | 1100011 | 110011 |
Color Harmonies of #FE05E8
Complementary color
Monochromatic Colors of #FE05E8
Black with #FE05E8
Text Example
Text Example
White with #FE05E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05E8; }
p { color: rgb(254,5,232); }
H1.HeaderClassName
{
color: #FE05E8;
}
.AnyTagClassName
{
color: #FE05E8;
}
</style>
background-color css
<style>
a { background-color: #FE05E8; }
a { background-color: rgb(254,5,232); }
div.DivClassName
{
background-color: #FE05E8;
}
.BgClassName
{
background-color: #FE05E8;
}
</style>
border-color css
<style>
span { border-color: #FE05E8; }
span { border-color: rgb(254,5,232); }
td.TdClassName
{
border-color: #FE05E8;
}
.TagClassName
{
border-color: #FE05E8;
}
</style>