Shades of Hot Magenta #F602C1
Tints of Hot Magenta #F602C1
RGB
CMYK
RGB Variations
Color information
#F602C1 (or 0xF602C1) is known color: Hot Magenta. HEX triplet: F6, 02 and C1. RGB value is (246,2,193). Sum of RGB (Red+Green+Blue) = 246+2+193=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F602C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602C1 is #09FD3E. Grayscale: #606060. Windows color (decimal): -654655 or 12649206. OLE color: 12649206.
HSL color Cylindrical-coordinate representation of color #F602C1: hue angle of 313.03º 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 #F602C1 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 193 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.04 |
| HSL | 313.03º | 0.98% | 0.49% | - |
| HSV(B) | 313.03º | 0.99% | 0.96% | - |
| XYZ | 47.65 | 23.49 | 52.47 | - |
| YUV | 96.73 | 182.34 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 193 | 0 | 0.99 | 0.22 | 0.04 | 313.03 | 0.98 | 0.49 |
| Hex | F6 | 2 | C1 | 0 | 63 | 16 | 4 | 139 | 62 | 31 |
| Octal | 366 | 2 | 301 | 0 | 143 | 26 | 4 | 471 | 142 | 61 |
| Binary | 11110110 | 10 | 11000001 | 0 | 1100011 | 10110 | 100 | 100111001 | 1100010 | 110001 |
Color Harmonies of #F602C1
Complementary color
Monochromatic Colors of #F602C1
Black with #F602C1
Text Example
Text Example
White with #F602C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602C1; }
p { color: rgb(246,2,193); }
H1.HeaderClassName
{
color: #F602C1;
}
.AnyTagClassName
{
color: #F602C1;
}
</style>
background-color css
<style>
a { background-color: #F602C1; }
a { background-color: rgb(246,2,193); }
div.DivClassName
{
background-color: #F602C1;
}
.BgClassName
{
background-color: #F602C1;
}
</style>
border-color css
<style>
span { border-color: #F602C1; }
span { border-color: rgb(246,2,193); }
td.TdClassName
{
border-color: #F602C1;
}
.TagClassName
{
border-color: #F602C1;
}
</style>