Shades of Magenta #FE04F0
Tints of Magenta #FE04F0
RGB
CMYK
RGB Variations
Color information
#FE04F0 (or 0xFE04F0) is known color: Magenta. HEX triplet: FE, 04 and F0. RGB value is (254,4,240). Sum of RGB (Red+Green+Blue) = 254+4+240=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 4 (1.95% from 255 or 0.80% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04F0 is #01FB0F. Grayscale: #686868. Windows color (decimal): -129808 or 15729918. OLE color: 15729918.
HSL color Cylindrical-coordinate representation of color #FE04F0: hue angle of 303.36º 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 #FE04F0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 240 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.00 |
| HSL | 303.36º | 0.99% | 0.51% | - |
| HSV(B) | 303.36º | 0.98% | 1% | - |
| XYZ | 56.64 | 27.45 | 84.75 | - |
| YUV | 105.65 | 203.83 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 240 | 0 | 0.98 | 0.06 | 0.00 | 303.36 | 0.99 | 0.51 |
| Hex | FE | 4 | F0 | 0 | 62 | 6 | 0 | 12F | 63 | 33 |
| Octal | 376 | 4 | 360 | 0 | 142 | 6 | 0 | 457 | 143 | 63 |
| Binary | 11111110 | 100 | 11110000 | 0 | 1100010 | 110 | 0 | 100101111 | 1100011 | 110011 |
Color Harmonies of #FE04F0
Complementary color
Monochromatic Colors of #FE04F0
Black with #FE04F0
Text Example
Text Example
White with #FE04F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04F0; }
p { color: rgb(254,4,240); }
H1.HeaderClassName
{
color: #FE04F0;
}
.AnyTagClassName
{
color: #FE04F0;
}
</style>
background-color css
<style>
a { background-color: #FE04F0; }
a { background-color: rgb(254,4,240); }
div.DivClassName
{
background-color: #FE04F0;
}
.BgClassName
{
background-color: #FE04F0;
}
</style>
border-color css
<style>
span { border-color: #FE04F0; }
span { border-color: rgb(254,4,240); }
td.TdClassName
{
border-color: #FE04F0;
}
.TagClassName
{
border-color: #FE04F0;
}
</style>