Shades of Hot Magenta #F602C7
Tints of Hot Magenta #F602C7
RGB
CMYK
RGB Variations
Color information
#F602C7 (or 0xF602C7) is known color: Hot Magenta. HEX triplet: F6, 02 and C7. RGB value is (246,2,199). Sum of RGB (Red+Green+Blue) = 246+2+199=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F602C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602C7 is #09FD38. Grayscale: #606060. Windows color (decimal): -654649 or 13042422. OLE color: 13042422.
HSL color Cylindrical-coordinate representation of color #F602C7: hue angle of 311.56º 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 #F602C7 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.04 |
| HSL | 311.56º | 0.98% | 0.49% | - |
| HSV(B) | 311.56º | 0.99% | 0.96% | - |
| XYZ | 48.34 | 23.76 | 56.07 | - |
| YUV | 97.41 | 185.34 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 199 | 0 | 0.99 | 0.19 | 0.04 | 311.56 | 0.98 | 0.49 |
| Hex | F6 | 2 | C7 | 0 | 63 | 13 | 4 | 138 | 62 | 31 |
| Octal | 366 | 2 | 307 | 0 | 143 | 23 | 4 | 470 | 142 | 61 |
| Binary | 11110110 | 10 | 11000111 | 0 | 1100011 | 10011 | 100 | 100111000 | 1100010 | 110001 |
Color Harmonies of #F602C7
Complementary color
Monochromatic Colors of #F602C7
Black with #F602C7
Text Example
Text Example
White with #F602C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602C7; }
p { color: rgb(246,2,199); }
H1.HeaderClassName
{
color: #F602C7;
}
.AnyTagClassName
{
color: #F602C7;
}
</style>
background-color css
<style>
a { background-color: #F602C7; }
a { background-color: rgb(246,2,199); }
div.DivClassName
{
background-color: #F602C7;
}
.BgClassName
{
background-color: #F602C7;
}
</style>
border-color css
<style>
span { border-color: #F602C7; }
span { border-color: rgb(246,2,199); }
td.TdClassName
{
border-color: #F602C7;
}
.TagClassName
{
border-color: #F602C7;
}
</style>