Shades of Magenta #F40CEC
Tints of Magenta #F40CEC
RGB
CMYK
RGB Variations
Color information
#F40CEC (or 0xF40CEC) is known color: Magenta. HEX triplet: F4, 0C and EC. RGB value is (244,12,236). Sum of RGB (Red+Green+Blue) = 244+12+236=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CEC is #0BF313. Grayscale: #6A6A6A. Windows color (decimal): -783124 or 15469812. OLE color: 15469812.
HSL color Cylindrical-coordinate representation of color #F40CEC: hue angle of 302.07º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CEC is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 236 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.04 |
| HSL | 302.07º | 0.91% | 0.5% | - |
| HSV(B) | 302.07º | 0.95% | 0.96% | - |
| XYZ | 52.58 | 25.55 | 81.52 | - |
| YUV | 106.9 | 200.86 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 236 | 0 | 0.95 | 0.03 | 0.04 | 302.07 | 0.91 | 0.5 |
| Hex | F4 | C | EC | 0 | 5F | 3 | 4 | 12E | 5B | 32 |
| Octal | 364 | 14 | 354 | 0 | 137 | 3 | 4 | 456 | 133 | 62 |
| Binary | 11110100 | 1100 | 11101100 | 0 | 1011111 | 11 | 100 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F40CEC
Complementary color
Monochromatic Colors of #F40CEC
Black with #F40CEC
Text Example
Text Example
White with #F40CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CEC; }
p { color: rgb(244,12,236); }
H1.HeaderClassName
{
color: #F40CEC;
}
.AnyTagClassName
{
color: #F40CEC;
}
</style>
background-color css
<style>
a { background-color: #F40CEC; }
a { background-color: rgb(244,12,236); }
div.DivClassName
{
background-color: #F40CEC;
}
.BgClassName
{
background-color: #F40CEC;
}
</style>
border-color css
<style>
span { border-color: #F40CEC; }
span { border-color: rgb(244,12,236); }
td.TdClassName
{
border-color: #F40CEC;
}
.TagClassName
{
border-color: #F40CEC;
}
</style>