Shades of Hot Magenta #F60ACD
Tints of Hot Magenta #F60ACD
RGB
CMYK
RGB Variations
Color information
#F60ACD (or 0xF60ACD) is known color: Hot Magenta. HEX triplet: F6, 0A and CD. RGB value is (246,10,205). Sum of RGB (Red+Green+Blue) = 246+10+205=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ACD is #09F532. Grayscale: #666666. Windows color (decimal): -652595 or 13437686. OLE color: 13437686.
HSL color Cylindrical-coordinate representation of color #F60ACD: hue angle of 310.42º 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 #F60ACD is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 205 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.04 |
| HSL | 310.42º | 0.93% | 0.5% | - |
| HSV(B) | 310.42º | 0.96% | 0.96% | - |
| XYZ | 49.13 | 24.22 | 59.84 | - |
| YUV | 102.79 | 185.69 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 205 | 0 | 0.96 | 0.17 | 0.04 | 310.42 | 0.93 | 0.5 |
| Hex | F6 | A | CD | 0 | 60 | 11 | 4 | 136 | 5D | 32 |
| Octal | 366 | 12 | 315 | 0 | 140 | 21 | 4 | 466 | 135 | 62 |
| Binary | 11110110 | 1010 | 11001101 | 0 | 1100000 | 10001 | 100 | 100110110 | 1011101 | 110010 |
Color Harmonies of #F60ACD
Complementary color
Monochromatic Colors of #F60ACD
Black with #F60ACD
Text Example
Text Example
White with #F60ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60ACD; }
p { color: rgb(246,10,205); }
H1.HeaderClassName
{
color: #F60ACD;
}
.AnyTagClassName
{
color: #F60ACD;
}
</style>
background-color css
<style>
a { background-color: #F60ACD; }
a { background-color: rgb(246,10,205); }
div.DivClassName
{
background-color: #F60ACD;
}
.BgClassName
{
background-color: #F60ACD;
}
</style>
border-color css
<style>
span { border-color: #F60ACD; }
span { border-color: rgb(246,10,205); }
td.TdClassName
{
border-color: #F60ACD;
}
.TagClassName
{
border-color: #F60ACD;
}
</style>