Shades of Magenta #F20CEA
Tints of Magenta #F20CEA
RGB
CMYK
RGB Variations
Color information
#F20CEA (or 0xF20CEA) is known color: Magenta. HEX triplet: F2, 0C and EA. RGB value is (242,12,234). Sum of RGB (Red+Green+Blue) = 242+12+234=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20CEA is #0DF315. Grayscale: #696969. Windows color (decimal): -914198 or 15338738. OLE color: 15338738.
HSL color Cylindrical-coordinate representation of color #F20CEA: hue angle of 302.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20CEA is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 234 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.05 |
| HSL | 302.09º | 0.91% | 0.5% | - |
| HSV(B) | 302.09º | 0.95% | 0.95% | - |
| XYZ | 51.6 | 25.08 | 79.96 | - |
| YUV | 106.08 | 200.2 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 234 | 0 | 0.95 | 0.03 | 0.05 | 302.09 | 0.91 | 0.5 |
| Hex | F2 | C | EA | 0 | 5F | 3 | 5 | 12E | 5B | 32 |
| Octal | 362 | 14 | 352 | 0 | 137 | 3 | 5 | 456 | 133 | 62 |
| Binary | 11110010 | 1100 | 11101010 | 0 | 1011111 | 11 | 101 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F20CEA
Complementary color
Monochromatic Colors of #F20CEA
Black with #F20CEA
Text Example
Text Example
White with #F20CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CEA; }
p { color: rgb(242,12,234); }
H1.HeaderClassName
{
color: #F20CEA;
}
.AnyTagClassName
{
color: #F20CEA;
}
</style>
background-color css
<style>
a { background-color: #F20CEA; }
a { background-color: rgb(242,12,234); }
div.DivClassName
{
background-color: #F20CEA;
}
.BgClassName
{
background-color: #F20CEA;
}
</style>
border-color css
<style>
span { border-color: #F20CEA; }
span { border-color: rgb(242,12,234); }
td.TdClassName
{
border-color: #F20CEA;
}
.TagClassName
{
border-color: #F20CEA;
}
</style>