Shades of Hot Magenta #F602CF
Tints of Hot Magenta #F602CF
RGB
CMYK
RGB Variations
Color information
#F602CF (or 0xF602CF) is known color: Hot Magenta. HEX triplet: F6, 02 and CF. RGB value is (246,2,207). Sum of RGB (Red+Green+Blue) = 246+2+207=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F602CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602CF is #09FD30. Grayscale: #616161. Windows color (decimal): -654641 or 13566710. OLE color: 13566710.
HSL color Cylindrical-coordinate representation of color #F602CF: hue angle of 309.59º 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 #F602CF is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 207 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.04 |
| HSL | 309.59º | 0.98% | 0.49% | - |
| HSV(B) | 309.59º | 0.99% | 0.96% | - |
| XYZ | 49.29 | 24.14 | 61.09 | - |
| YUV | 98.33 | 189.34 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 207 | 0 | 0.99 | 0.16 | 0.04 | 309.59 | 0.98 | 0.49 |
| Hex | F6 | 2 | CF | 0 | 63 | 10 | 4 | 136 | 62 | 31 |
| Octal | 366 | 2 | 317 | 0 | 143 | 20 | 4 | 466 | 142 | 61 |
| Binary | 11110110 | 10 | 11001111 | 0 | 1100011 | 10000 | 100 | 100110110 | 1100010 | 110001 |
Color Harmonies of #F602CF
Complementary color
Monochromatic Colors of #F602CF
Black with #F602CF
Text Example
Text Example
White with #F602CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602CF; }
p { color: rgb(246,2,207); }
H1.HeaderClassName
{
color: #F602CF;
}
.AnyTagClassName
{
color: #F602CF;
}
</style>
background-color css
<style>
a { background-color: #F602CF; }
a { background-color: rgb(246,2,207); }
div.DivClassName
{
background-color: #F602CF;
}
.BgClassName
{
background-color: #F602CF;
}
</style>
border-color css
<style>
span { border-color: #F602CF; }
span { border-color: rgb(246,2,207); }
td.TdClassName
{
border-color: #F602CF;
}
.TagClassName
{
border-color: #F602CF;
}
</style>