Shades of Hot Magenta #F202E2
Tints of Hot Magenta #F202E2
RGB
CMYK
RGB Variations
Color information
#F202E2 (or 0xF202E2) is known color: Hot Magenta. HEX triplet: F2, 02 and E2. RGB value is (242,2,226). Sum of RGB (Red+Green+Blue) = 242+2+226=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F202E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F202E2 is #0DFD1D. Grayscale: #626262. Windows color (decimal): -916766 or 14811890. OLE color: 14811890.
HSL color Cylindrical-coordinate representation of color #F202E2: hue angle of 304º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F202E2 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 226 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.05 |
| HSL | 304º | 0.98% | 0.48% | - |
| HSV(B) | 304º | 0.99% | 0.95% | - |
| XYZ | 50.37 | 24.41 | 74.01 | - |
| YUV | 99.3 | 199.51 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 226 | 0 | 0.99 | 0.07 | 0.05 | 304 | 0.98 | 0.48 |
| Hex | F2 | 2 | E2 | 0 | 63 | 7 | 5 | 130 | 62 | 30 |
| Octal | 362 | 2 | 342 | 0 | 143 | 7 | 5 | 460 | 142 | 60 |
| Binary | 11110010 | 10 | 11100010 | 0 | 1100011 | 111 | 101 | 100110000 | 1100010 | 110000 |
Color Harmonies of #F202E2
Complementary color
Monochromatic Colors of #F202E2
Black with #F202E2
Text Example
Text Example
White with #F202E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202E2; }
p { color: rgb(242,2,226); }
H1.HeaderClassName
{
color: #F202E2;
}
.AnyTagClassName
{
color: #F202E2;
}
</style>
background-color css
<style>
a { background-color: #F202E2; }
a { background-color: rgb(242,2,226); }
div.DivClassName
{
background-color: #F202E2;
}
.BgClassName
{
background-color: #F202E2;
}
</style>
border-color css
<style>
span { border-color: #F202E2; }
span { border-color: rgb(242,2,226); }
td.TdClassName
{
border-color: #F202E2;
}
.TagClassName
{
border-color: #F202E2;
}
</style>