Shades of Magenta #FE03E7
Tints of Magenta #FE03E7
RGB
CMYK
RGB Variations
Color information
#FE03E7 (or 0xFE03E7) is known color: Magenta. HEX triplet: FE, 03 and E7. RGB value is (254,3,231). Sum of RGB (Red+Green+Blue) = 254+3+231=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 3 (1.56% from 255 or 0.61% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE03E7 is #01FC18. Grayscale: #676767. Windows color (decimal): -130073 or 15139838. OLE color: 15139838.
HSL color Cylindrical-coordinate representation of color #FE03E7: hue angle of 305.5º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE03E7 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 231 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.00 |
| HSL | 305.5º | 0.99% | 0.5% | - |
| HSV(B) | 305.5º | 0.99% | 1% | - |
| XYZ | 55.33 | 26.91 | 77.88 | - |
| YUV | 104.04 | 199.66 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 231 | 0 | 0.99 | 0.09 | 0.00 | 305.5 | 0.99 | 0.5 |
| Hex | FE | 3 | E7 | 0 | 63 | 9 | 0 | 131 | 63 | 32 |
| Octal | 376 | 3 | 347 | 0 | 143 | 11 | 0 | 461 | 143 | 62 |
| Binary | 11111110 | 11 | 11100111 | 0 | 1100011 | 1001 | 0 | 100110001 | 1100011 | 110010 |
Color Harmonies of #FE03E7
Complementary color
Monochromatic Colors of #FE03E7
Black with #FE03E7
Text Example
Text Example
White with #FE03E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03E7; }
p { color: rgb(254,3,231); }
H1.HeaderClassName
{
color: #FE03E7;
}
.AnyTagClassName
{
color: #FE03E7;
}
</style>
background-color css
<style>
a { background-color: #FE03E7; }
a { background-color: rgb(254,3,231); }
div.DivClassName
{
background-color: #FE03E7;
}
.BgClassName
{
background-color: #FE03E7;
}
</style>
border-color css
<style>
span { border-color: #FE03E7; }
span { border-color: rgb(254,3,231); }
td.TdClassName
{
border-color: #FE03E7;
}
.TagClassName
{
border-color: #FE03E7;
}
</style>