Shades of Hot Magenta #F602E2
Tints of Hot Magenta #F602E2
RGB
CMYK
RGB Variations
Color information
#F602E2 (or 0xF602E2) is known color: Hot Magenta. HEX triplet: F6, 02 and E2. RGB value is (246,2,226). Sum of RGB (Red+Green+Blue) = 246+2+226=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F602E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602E2 is #09FD1D. Grayscale: #636363. Windows color (decimal): -654622 or 14811894. OLE color: 14811894.
HSL color Cylindrical-coordinate representation of color #F602E2: hue angle of 304.92º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F602E2 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 226 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.04 |
| HSL | 304.92º | 0.98% | 0.49% | - |
| HSV(B) | 304.92º | 0.99% | 0.96% | - |
| XYZ | 51.76 | 25.13 | 74.07 | - |
| YUV | 100.49 | 198.84 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 226 | 0 | 0.99 | 0.08 | 0.04 | 304.92 | 0.98 | 0.49 |
| Hex | F6 | 2 | E2 | 0 | 63 | 8 | 4 | 131 | 62 | 31 |
| Octal | 366 | 2 | 342 | 0 | 143 | 10 | 4 | 461 | 142 | 61 |
| Binary | 11110110 | 10 | 11100010 | 0 | 1100011 | 1000 | 100 | 100110001 | 1100010 | 110001 |
Color Harmonies of #F602E2
Complementary color
Monochromatic Colors of #F602E2
Black with #F602E2
Text Example
Text Example
White with #F602E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602E2; }
p { color: rgb(246,2,226); }
H1.HeaderClassName
{
color: #F602E2;
}
.AnyTagClassName
{
color: #F602E2;
}
</style>
background-color css
<style>
a { background-color: #F602E2; }
a { background-color: rgb(246,2,226); }
div.DivClassName
{
background-color: #F602E2;
}
.BgClassName
{
background-color: #F602E2;
}
</style>
border-color css
<style>
span { border-color: #F602E2; }
span { border-color: rgb(246,2,226); }
td.TdClassName
{
border-color: #F602E2;
}
.TagClassName
{
border-color: #F602E2;
}
</style>