Shades of Magenta #FE00F4
Tints of Magenta #FE00F4
RGB
CMYK
RGB Variations
Color information
#FE00F4 (or 0xFE00F4) is known color: Magenta. HEX triplet: FE, 00 and F4. RGB value is (254,0,244). Sum of RGB (Red+Green+Blue) = 254+0+244=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00F4 is #01FF0B. Grayscale: #676767. Windows color (decimal): -130828 or 15991038. OLE color: 15991038.
HSL color Cylindrical-coordinate representation of color #FE00F4: hue angle of 302.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00F4 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 244 | - |
| CMYK | 0 | 1 | 0.04 | 0.00 |
| HSL | 302.36º | 1% | 0.5% | - |
| HSV(B) | 302.36º | 1% | 1% | - |
| XYZ | 57.2 | 27.6 | 87.9 | - |
| YUV | 103.76 | 207.15 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 244 | 0 | 1 | 0.04 | 0.00 | 302.36 | 1 | 0.5 |
| Hex | FE | 0 | F4 | 0 | 64 | 4 | 0 | 12E | 64 | 32 |
| Octal | 376 | 0 | 364 | 0 | 144 | 4 | 0 | 456 | 144 | 62 |
| Binary | 11111110 | 0 | 11110100 | 0 | 1100100 | 100 | 0 | 100101110 | 1100100 | 110010 |
Color Harmonies of #FE00F4
Complementary color
Monochromatic Colors of #FE00F4
Black with #FE00F4
Text Example
Text Example
White with #FE00F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00F4; }
p { color: rgb(254,0,244); }
H1.HeaderClassName
{
color: #FE00F4;
}
.AnyTagClassName
{
color: #FE00F4;
}
</style>
background-color css
<style>
a { background-color: #FE00F4; }
a { background-color: rgb(254,0,244); }
div.DivClassName
{
background-color: #FE00F4;
}
.BgClassName
{
background-color: #FE00F4;
}
</style>
border-color css
<style>
span { border-color: #FE00F4; }
span { border-color: rgb(254,0,244); }
td.TdClassName
{
border-color: #FE00F4;
}
.TagClassName
{
border-color: #FE00F4;
}
</style>