Shades of Hot Magenta #F20CE2
Tints of Hot Magenta #F20CE2
RGB
CMYK
RGB Variations
Color information
#F20CE2 (or 0xF20CE2) is known color: Hot Magenta. HEX triplet: F2, 0C and E2. RGB value is (242,12,226). Sum of RGB (Red+Green+Blue) = 242+12+226=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20CE2 is #0DF31D. Grayscale: #686868. Windows color (decimal): -914206 or 14814450. OLE color: 14814450.
HSL color Cylindrical-coordinate representation of color #F20CE2: hue angle of 304.17º 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 #F20CE2 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 226 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.05 |
| HSL | 304.17º | 0.91% | 0.5% | - |
| HSV(B) | 304.17º | 0.95% | 0.95% | - |
| XYZ | 50.48 | 24.63 | 74.05 | - |
| YUV | 105.17 | 196.2 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 226 | 0 | 0.95 | 0.07 | 0.05 | 304.17 | 0.91 | 0.5 |
| Hex | F2 | C | E2 | 0 | 5F | 7 | 5 | 130 | 5B | 32 |
| Octal | 362 | 14 | 342 | 0 | 137 | 7 | 5 | 460 | 133 | 62 |
| Binary | 11110010 | 1100 | 11100010 | 0 | 1011111 | 111 | 101 | 100110000 | 1011011 | 110010 |
Color Harmonies of #F20CE2
Complementary color
Monochromatic Colors of #F20CE2
Black with #F20CE2
Text Example
Text Example
White with #F20CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CE2; }
p { color: rgb(242,12,226); }
H1.HeaderClassName
{
color: #F20CE2;
}
.AnyTagClassName
{
color: #F20CE2;
}
</style>
background-color css
<style>
a { background-color: #F20CE2; }
a { background-color: rgb(242,12,226); }
div.DivClassName
{
background-color: #F20CE2;
}
.BgClassName
{
background-color: #F20CE2;
}
</style>
border-color css
<style>
span { border-color: #F20CE2; }
span { border-color: rgb(242,12,226); }
td.TdClassName
{
border-color: #F20CE2;
}
.TagClassName
{
border-color: #F20CE2;
}
</style>