Shades of Magenta #F40EFE
Tints of Magenta #F40EFE
RGB
CMYK
RGB Variations
Color information
#F40EFE (or 0xF40EFE) is known color: Magenta. HEX triplet: F4, 0E and FE. RGB value is (244,14,254). Sum of RGB (Red+Green+Blue) = 244+14+254=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 14 (5.86% from 255 or 2.73% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #F40EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40EFE is #0BF101. Grayscale: #6D6D6D. Windows color (decimal): -782594 or 16649972. OLE color: 16649972.
HSL color Cylindrical-coordinate representation of color #F40EFE: hue angle of 297.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40EFE is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 14 | 254 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.00 |
| HSL | 297.5º | 0.99% | 0.53% | - |
| HSV(B) | 297.5º | 0.94% | 1% | - |
| XYZ | 55.35 | 26.7 | 96 | - |
| YUV | 110.13 | 209.2 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 254 | 0.04 | 0.94 | 0 | 0.00 | 297.5 | 0.99 | 0.53 |
| Hex | F4 | E | FE | 4 | 5E | 0 | 0 | 12A | 63 | 35 |
| Octal | 364 | 16 | 376 | 4 | 136 | 0 | 0 | 452 | 143 | 65 |
| Binary | 11110100 | 1110 | 11111110 | 100 | 1011110 | 0 | 0 | 100101010 | 1100011 | 110101 |
Color Harmonies of #F40EFE
Complementary color
Monochromatic Colors of #F40EFE
Black with #F40EFE
Text Example
Text Example
White with #F40EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40EFE; }
p { color: rgb(244,14,254); }
H1.HeaderClassName
{
color: #F40EFE;
}
.AnyTagClassName
{
color: #F40EFE;
}
</style>
background-color css
<style>
a { background-color: #F40EFE; }
a { background-color: rgb(244,14,254); }
div.DivClassName
{
background-color: #F40EFE;
}
.BgClassName
{
background-color: #F40EFE;
}
</style>
border-color css
<style>
span { border-color: #F40EFE; }
span { border-color: rgb(244,14,254); }
td.TdClassName
{
border-color: #F40EFE;
}
.TagClassName
{
border-color: #F40EFE;
}
</style>