Shades of Hot Magenta #F602DF
Tints of Hot Magenta #F602DF
RGB
CMYK
RGB Variations
Color information
#F602DF (or 0xF602DF) is known color: Hot Magenta. HEX triplet: F6, 02 and DF. RGB value is (246,2,223). Sum of RGB (Red+Green+Blue) = 246+2+223=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F602DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602DF is #09FD20. Grayscale: #636363. Windows color (decimal): -654625 or 14615286. OLE color: 14615286.
HSL color Cylindrical-coordinate representation of color #F602DF: hue angle of 305.66º 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 #F602DF is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.04 |
| HSL | 305.66º | 0.98% | 0.49% | - |
| HSV(B) | 305.66º | 0.99% | 0.96% | - |
| XYZ | 51.35 | 24.96 | 71.92 | - |
| YUV | 100.15 | 197.34 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 223 | 0 | 0.99 | 0.09 | 0.04 | 305.66 | 0.98 | 0.49 |
| Hex | F6 | 2 | DF | 0 | 63 | 9 | 4 | 132 | 62 | 31 |
| Octal | 366 | 2 | 337 | 0 | 143 | 11 | 4 | 462 | 142 | 61 |
| Binary | 11110110 | 10 | 11011111 | 0 | 1100011 | 1001 | 100 | 100110010 | 1100010 | 110001 |
Color Harmonies of #F602DF
Complementary color
Monochromatic Colors of #F602DF
Black with #F602DF
Text Example
Text Example
White with #F602DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602DF; }
p { color: rgb(246,2,223); }
H1.HeaderClassName
{
color: #F602DF;
}
.AnyTagClassName
{
color: #F602DF;
}
</style>
background-color css
<style>
a { background-color: #F602DF; }
a { background-color: rgb(246,2,223); }
div.DivClassName
{
background-color: #F602DF;
}
.BgClassName
{
background-color: #F602DF;
}
</style>
border-color css
<style>
span { border-color: #F602DF; }
span { border-color: rgb(246,2,223); }
td.TdClassName
{
border-color: #F602DF;
}
.TagClassName
{
border-color: #F602DF;
}
</style>