Shades of Magenta #FE03E6
Tints of Magenta #FE03E6
RGB
CMYK
RGB Variations
Color information
#FE03E6 (or 0xFE03E6) is known color: Magenta. HEX triplet: FE, 03 and E6. RGB value is (254,3,230). Sum of RGB (Red+Green+Blue) = 254+3+230=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 3 (1.56% from 255 or 0.62% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE03E6 is #01FC19. Grayscale: #676767. Windows color (decimal): -130074 or 15074302. OLE color: 15074302.
HSL color Cylindrical-coordinate representation of color #FE03E6: hue angle of 305.74º 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 #FE03E6 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 230 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.00 |
| HSL | 305.74º | 0.99% | 0.5% | - |
| HSV(B) | 305.74º | 0.99% | 1% | - |
| XYZ | 55.19 | 26.85 | 77.14 | - |
| YUV | 103.93 | 199.16 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 230 | 0 | 0.99 | 0.09 | 0.00 | 305.74 | 0.99 | 0.5 |
| Hex | FE | 3 | E6 | 0 | 63 | 9 | 0 | 132 | 63 | 32 |
| Octal | 376 | 3 | 346 | 0 | 143 | 11 | 0 | 462 | 143 | 62 |
| Binary | 11111110 | 11 | 11100110 | 0 | 1100011 | 1001 | 0 | 100110010 | 1100011 | 110010 |
Color Harmonies of #FE03E6
Complementary color
Monochromatic Colors of #FE03E6
Black with #FE03E6
Text Example
Text Example
White with #FE03E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03E6; }
p { color: rgb(254,3,230); }
H1.HeaderClassName
{
color: #FE03E6;
}
.AnyTagClassName
{
color: #FE03E6;
}
</style>
background-color css
<style>
a { background-color: #FE03E6; }
a { background-color: rgb(254,3,230); }
div.DivClassName
{
background-color: #FE03E6;
}
.BgClassName
{
background-color: #FE03E6;
}
</style>
border-color css
<style>
span { border-color: #FE03E6; }
span { border-color: rgb(254,3,230); }
td.TdClassName
{
border-color: #FE03E6;
}
.TagClassName
{
border-color: #FE03E6;
}
</style>