Shades of Magenta #F00CEC
Tints of Magenta #F00CEC
RGB
CMYK
RGB Variations
Color information
#F00CEC (or 0xF00CEC) is known color: Magenta. HEX triplet: F0, 0C and EC. RGB value is (240,12,236). Sum of RGB (Red+Green+Blue) = 240+12+236=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00CEC is #0FF313. Grayscale: #696969. Windows color (decimal): -1045268 or 15469808. OLE color: 15469808.
HSL color Cylindrical-coordinate representation of color #F00CEC: hue angle of 301.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CEC is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 236 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.06 |
| HSL | 301.05º | 0.9% | 0.49% | - |
| HSV(B) | 301.05º | 0.95% | 0.94% | - |
| XYZ | 51.21 | 24.84 | 81.45 | - |
| YUV | 105.71 | 201.54 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 236 | 0 | 0.95 | 0.02 | 0.06 | 301.05 | 0.9 | 0.49 |
| Hex | F0 | C | EC | 0 | 5F | 2 | 6 | 12D | 5A | 31 |
| Octal | 360 | 14 | 354 | 0 | 137 | 2 | 6 | 455 | 132 | 61 |
| Binary | 11110000 | 1100 | 11101100 | 0 | 1011111 | 10 | 110 | 100101101 | 1011010 | 110001 |
Color Harmonies of #F00CEC
Complementary color
Monochromatic Colors of #F00CEC
Black with #F00CEC
Text Example
Text Example
White with #F00CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CEC; }
p { color: rgb(240,12,236); }
H1.HeaderClassName
{
color: #F00CEC;
}
.AnyTagClassName
{
color: #F00CEC;
}
</style>
background-color css
<style>
a { background-color: #F00CEC; }
a { background-color: rgb(240,12,236); }
div.DivClassName
{
background-color: #F00CEC;
}
.BgClassName
{
background-color: #F00CEC;
}
</style>
border-color css
<style>
span { border-color: #F00CEC; }
span { border-color: rgb(240,12,236); }
td.TdClassName
{
border-color: #F00CEC;
}
.TagClassName
{
border-color: #F00CEC;
}
</style>