Shades of Magenta #F40EFA
Tints of Magenta #F40EFA
RGB
CMYK
RGB Variations
Color information
#F40EFA (or 0xF40EFA) is known color: Magenta. HEX triplet: F4, 0E and FA. RGB value is (244,14,250). Sum of RGB (Red+Green+Blue) = 244+14+250=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 14 (5.86% from 255 or 2.76% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #F40EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40EFA is #0BF105. Grayscale: #6C6C6C. Windows color (decimal): -782598 or 16387828. OLE color: 16387828.
HSL color Cylindrical-coordinate representation of color #F40EFA: hue angle of 298.47º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40EFA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 14 | 250 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.02 |
| HSL | 298.47º | 0.96% | 0.52% | - |
| HSV(B) | 298.47º | 0.94% | 0.98% | - |
| XYZ | 54.72 | 26.45 | 92.66 | - |
| YUV | 109.67 | 207.2 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 250 | 0.02 | 0.94 | 0 | 0.02 | 298.47 | 0.96 | 0.52 |
| Hex | F4 | E | FA | 2 | 5E | 0 | 2 | 12A | 60 | 34 |
| Octal | 364 | 16 | 372 | 2 | 136 | 0 | 2 | 452 | 140 | 64 |
| Binary | 11110100 | 1110 | 11111010 | 10 | 1011110 | 0 | 10 | 100101010 | 1100000 | 110100 |
Color Harmonies of #F40EFA
Complementary color
Monochromatic Colors of #F40EFA
Black with #F40EFA
Text Example
Text Example
White with #F40EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40EFA; }
p { color: rgb(244,14,250); }
H1.HeaderClassName
{
color: #F40EFA;
}
.AnyTagClassName
{
color: #F40EFA;
}
</style>
background-color css
<style>
a { background-color: #F40EFA; }
a { background-color: rgb(244,14,250); }
div.DivClassName
{
background-color: #F40EFA;
}
.BgClassName
{
background-color: #F40EFA;
}
</style>
border-color css
<style>
span { border-color: #F40EFA; }
span { border-color: rgb(244,14,250); }
td.TdClassName
{
border-color: #F40EFA;
}
.TagClassName
{
border-color: #F40EFA;
}
</style>