Shades of Magenta #F40FEC
Tints of Magenta #F40FEC
RGB
CMYK
RGB Variations
Color information
#F40FEC (or 0xF40FEC) is known color: Magenta. HEX triplet: F4, 0F and EC. RGB value is (244,15,236). Sum of RGB (Red+Green+Blue) = 244+15+236=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 15 (6.25% from 255 or 3.03% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40FEC is #0BF013. Grayscale: #6C6C6C. Windows color (decimal): -782356 or 15470580. OLE color: 15470580.
HSL color Cylindrical-coordinate representation of color #F40FEC: hue angle of 302.1º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FEC is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 236 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.04 |
| HSL | 302.1º | 0.91% | 0.51% | - |
| HSV(B) | 302.1º | 0.94% | 0.96% | - |
| XYZ | 52.62 | 25.63 | 81.53 | - |
| YUV | 108.67 | 199.87 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 236 | 0 | 0.94 | 0.03 | 0.04 | 302.1 | 0.91 | 0.51 |
| Hex | F4 | F | EC | 0 | 5E | 3 | 4 | 12E | 5B | 33 |
| Octal | 364 | 17 | 354 | 0 | 136 | 3 | 4 | 456 | 133 | 63 |
| Binary | 11110100 | 1111 | 11101100 | 0 | 1011110 | 11 | 100 | 100101110 | 1011011 | 110011 |
Color Harmonies of #F40FEC
Complementary color
Monochromatic Colors of #F40FEC
Black with #F40FEC
Text Example
Text Example
White with #F40FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FEC; }
p { color: rgb(244,15,236); }
H1.HeaderClassName
{
color: #F40FEC;
}
.AnyTagClassName
{
color: #F40FEC;
}
</style>
background-color css
<style>
a { background-color: #F40FEC; }
a { background-color: rgb(244,15,236); }
div.DivClassName
{
background-color: #F40FEC;
}
.BgClassName
{
background-color: #F40FEC;
}
</style>
border-color css
<style>
span { border-color: #F40FEC; }
span { border-color: rgb(244,15,236); }
td.TdClassName
{
border-color: #F40FEC;
}
.TagClassName
{
border-color: #F40FEC;
}
</style>