Shades of Magenta #FE03F6
Tints of Magenta #FE03F6
RGB
CMYK
RGB Variations
Color information
#FE03F6 (or 0xFE03F6) is known color: Magenta. HEX triplet: FE, 03 and F6. RGB value is (254,3,246). Sum of RGB (Red+Green+Blue) = 254+3+246=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 3 (1.56% from 255 or 0.60% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE03F6 is #01FC09. Grayscale: #696969. Windows color (decimal): -130058 or 16122878. OLE color: 16122878.
HSL color Cylindrical-coordinate representation of color #FE03F6: hue angle of 301.91º 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 #FE03F6 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 246 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.00 |
| HSL | 301.91º | 0.99% | 0.5% | - |
| HSV(B) | 301.91º | 0.99% | 1% | - |
| XYZ | 57.54 | 27.79 | 89.52 | - |
| YUV | 105.75 | 207.16 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 246 | 0 | 0.99 | 0.03 | 0.00 | 301.91 | 0.99 | 0.5 |
| Hex | FE | 3 | F6 | 0 | 63 | 3 | 0 | 12E | 63 | 32 |
| Octal | 376 | 3 | 366 | 0 | 143 | 3 | 0 | 456 | 143 | 62 |
| Binary | 11111110 | 11 | 11110110 | 0 | 1100011 | 11 | 0 | 100101110 | 1100011 | 110010 |
Color Harmonies of #FE03F6
Complementary color
Monochromatic Colors of #FE03F6
Black with #FE03F6
Text Example
Text Example
White with #FE03F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03F6; }
p { color: rgb(254,3,246); }
H1.HeaderClassName
{
color: #FE03F6;
}
.AnyTagClassName
{
color: #FE03F6;
}
</style>
background-color css
<style>
a { background-color: #FE03F6; }
a { background-color: rgb(254,3,246); }
div.DivClassName
{
background-color: #FE03F6;
}
.BgClassName
{
background-color: #FE03F6;
}
</style>
border-color css
<style>
span { border-color: #FE03F6; }
span { border-color: rgb(254,3,246); }
td.TdClassName
{
border-color: #FE03F6;
}
.TagClassName
{
border-color: #FE03F6;
}
</style>