Shades of Magenta #FE03ED
Tints of Magenta #FE03ED
RGB
CMYK
RGB Variations
Color information
#FE03ED (or 0xFE03ED) is known color: Magenta. HEX triplet: FE, 03 and ED. RGB value is (254,3,237). Sum of RGB (Red+Green+Blue) = 254+3+237=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 3 (1.56% from 255 or 0.61% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE03ED is #01FC12. Grayscale: #686868. Windows color (decimal): -130067 or 15533054. OLE color: 15533054.
HSL color Cylindrical-coordinate representation of color #FE03ED: hue angle of 304.06º 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 #FE03ED is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 237 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.00 |
| HSL | 304.06º | 0.99% | 0.5% | - |
| HSV(B) | 304.06º | 0.99% | 1% | - |
| XYZ | 56.19 | 27.25 | 82.42 | - |
| YUV | 104.73 | 202.66 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 237 | 0 | 0.99 | 0.07 | 0.00 | 304.06 | 0.99 | 0.5 |
| Hex | FE | 3 | ED | 0 | 63 | 7 | 0 | 130 | 63 | 32 |
| Octal | 376 | 3 | 355 | 0 | 143 | 7 | 0 | 460 | 143 | 62 |
| Binary | 11111110 | 11 | 11101101 | 0 | 1100011 | 111 | 0 | 100110000 | 1100011 | 110010 |
Color Harmonies of #FE03ED
Complementary color
Monochromatic Colors of #FE03ED
Black with #FE03ED
Text Example
Text Example
White with #FE03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03ED; }
p { color: rgb(254,3,237); }
H1.HeaderClassName
{
color: #FE03ED;
}
.AnyTagClassName
{
color: #FE03ED;
}
</style>
background-color css
<style>
a { background-color: #FE03ED; }
a { background-color: rgb(254,3,237); }
div.DivClassName
{
background-color: #FE03ED;
}
.BgClassName
{
background-color: #FE03ED;
}
</style>
border-color css
<style>
span { border-color: #FE03ED; }
span { border-color: rgb(254,3,237); }
td.TdClassName
{
border-color: #FE03ED;
}
.TagClassName
{
border-color: #FE03ED;
}
</style>