Shades of Hot Magenta #F20FE2
Tints of Hot Magenta #F20FE2
RGB
CMYK
RGB Variations
Color information
#F20FE2 (or 0xF20FE2) is known color: Hot Magenta. HEX triplet: F2, 0F and E2. RGB value is (242,15,226). Sum of RGB (Red+Green+Blue) = 242+15+226=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20FE2 is #0DF01D. Grayscale: #6A6A6A. Windows color (decimal): -913438 or 14815218. OLE color: 14815218.
HSL color Cylindrical-coordinate representation of color #F20FE2: hue angle of 304.23º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20FE2 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 226 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.05 |
| HSL | 304.23º | 0.9% | 0.5% | - |
| HSV(B) | 304.23º | 0.94% | 0.95% | - |
| XYZ | 50.52 | 24.71 | 74.06 | - |
| YUV | 106.93 | 195.21 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 226 | 0 | 0.94 | 0.07 | 0.05 | 304.23 | 0.9 | 0.5 |
| Hex | F2 | F | E2 | 0 | 5E | 7 | 5 | 130 | 5A | 32 |
| Octal | 362 | 17 | 342 | 0 | 136 | 7 | 5 | 460 | 132 | 62 |
| Binary | 11110010 | 1111 | 11100010 | 0 | 1011110 | 111 | 101 | 100110000 | 1011010 | 110010 |
Color Harmonies of #F20FE2
Complementary color
Monochromatic Colors of #F20FE2
Black with #F20FE2
Text Example
Text Example
White with #F20FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FE2; }
p { color: rgb(242,15,226); }
H1.HeaderClassName
{
color: #F20FE2;
}
.AnyTagClassName
{
color: #F20FE2;
}
</style>
background-color css
<style>
a { background-color: #F20FE2; }
a { background-color: rgb(242,15,226); }
div.DivClassName
{
background-color: #F20FE2;
}
.BgClassName
{
background-color: #F20FE2;
}
</style>
border-color css
<style>
span { border-color: #F20FE2; }
span { border-color: rgb(242,15,226); }
td.TdClassName
{
border-color: #F20FE2;
}
.TagClassName
{
border-color: #F20FE2;
}
</style>