Shades of Hot Magenta #F602D2
Tints of Hot Magenta #F602D2
RGB
CMYK
RGB Variations
Color information
#F602D2 (or 0xF602D2) is known color: Hot Magenta. HEX triplet: F6, 02 and D2. RGB value is (246,2,210). Sum of RGB (Red+Green+Blue) = 246+2+210=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 2 (1.17% from 255 or 0.44% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F602D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602D2 is #09FD2D. Grayscale: #626262. Windows color (decimal): -654638 or 13763318. OLE color: 13763318.
HSL color Cylindrical-coordinate representation of color #F602D2: hue angle of 308.85º 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 #F602D2 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 210 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.04 |
| HSL | 308.85º | 0.98% | 0.49% | - |
| HSV(B) | 308.85º | 0.99% | 0.96% | - |
| XYZ | 49.66 | 24.29 | 63.04 | - |
| YUV | 98.67 | 190.84 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 210 | 0 | 0.99 | 0.15 | 0.04 | 308.85 | 0.98 | 0.49 |
| Hex | F6 | 2 | D2 | 0 | 63 | F | 4 | 135 | 62 | 31 |
| Octal | 366 | 2 | 322 | 0 | 143 | 17 | 4 | 465 | 142 | 61 |
| Binary | 11110110 | 10 | 11010010 | 0 | 1100011 | 1111 | 100 | 100110101 | 1100010 | 110001 |
Color Harmonies of #F602D2
Complementary color
Monochromatic Colors of #F602D2
Black with #F602D2
Text Example
Text Example
White with #F602D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602D2; }
p { color: rgb(246,2,210); }
H1.HeaderClassName
{
color: #F602D2;
}
.AnyTagClassName
{
color: #F602D2;
}
</style>
background-color css
<style>
a { background-color: #F602D2; }
a { background-color: rgb(246,2,210); }
div.DivClassName
{
background-color: #F602D2;
}
.BgClassName
{
background-color: #F602D2;
}
</style>
border-color css
<style>
span { border-color: #F602D2; }
span { border-color: rgb(246,2,210); }
td.TdClassName
{
border-color: #F602D2;
}
.TagClassName
{
border-color: #F602D2;
}
</style>