Shades of Hot Magenta #F60ADE
Tints of Hot Magenta #F60ADE
RGB
CMYK
RGB Variations
Color information
#F60ADE (or 0xF60ADE) is known color: Hot Magenta. HEX triplet: F6, 0A and DE. RGB value is (246,10,222). Sum of RGB (Red+Green+Blue) = 246+10+222=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 10 (4.30% from 255 or 2.09% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ADE is #09F521. Grayscale: #686868. Windows color (decimal): -652578 or 14551798. OLE color: 14551798.
HSL color Cylindrical-coordinate representation of color #F60ADE: hue angle of 306.1º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60ADE is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 222 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.04 |
| HSL | 306.1º | 0.93% | 0.5% | - |
| HSV(B) | 306.1º | 0.96% | 0.96% | - |
| XYZ | 51.3 | 25.08 | 71.25 | - |
| YUV | 104.73 | 194.19 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 222 | 0 | 0.96 | 0.10 | 0.04 | 306.1 | 0.93 | 0.5 |
| Hex | F6 | A | DE | 0 | 60 | A | 4 | 132 | 5D | 32 |
| Octal | 366 | 12 | 336 | 0 | 140 | 12 | 4 | 462 | 135 | 62 |
| Binary | 11110110 | 1010 | 11011110 | 0 | 1100000 | 1010 | 100 | 100110010 | 1011101 | 110010 |
Color Harmonies of #F60ADE
Complementary color
Monochromatic Colors of #F60ADE
Black with #F60ADE
Text Example
Text Example
White with #F60ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60ADE; }
p { color: rgb(246,10,222); }
H1.HeaderClassName
{
color: #F60ADE;
}
.AnyTagClassName
{
color: #F60ADE;
}
</style>
background-color css
<style>
a { background-color: #F60ADE; }
a { background-color: rgb(246,10,222); }
div.DivClassName
{
background-color: #F60ADE;
}
.BgClassName
{
background-color: #F60ADE;
}
</style>
border-color css
<style>
span { border-color: #F60ADE; }
span { border-color: rgb(246,10,222); }
td.TdClassName
{
border-color: #F60ADE;
}
.TagClassName
{
border-color: #F60ADE;
}
</style>