Shades of Hot Magenta #F60AD1
Tints of Hot Magenta #F60AD1
RGB
CMYK
RGB Variations
Color information
#F60AD1 (or 0xF60AD1) is known color: Hot Magenta. HEX triplet: F6, 0A and D1. RGB value is (246,10,209). Sum of RGB (Red+Green+Blue) = 246+10+209=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F60AD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60AD1 is #09F52E. Grayscale: #666666. Windows color (decimal): -652591 or 13699830. OLE color: 13699830.
HSL color Cylindrical-coordinate representation of color #F60AD1: hue angle of 309.41º 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 #F60AD1 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 209 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.04 |
| HSL | 309.41º | 0.93% | 0.5% | - |
| HSV(B) | 309.41º | 0.96% | 0.96% | - |
| XYZ | 49.62 | 24.41 | 62.42 | - |
| YUV | 103.25 | 187.69 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 209 | 0 | 0.96 | 0.15 | 0.04 | 309.41 | 0.93 | 0.5 |
| Hex | F6 | A | D1 | 0 | 60 | F | 4 | 135 | 5D | 32 |
| Octal | 366 | 12 | 321 | 0 | 140 | 17 | 4 | 465 | 135 | 62 |
| Binary | 11110110 | 1010 | 11010001 | 0 | 1100000 | 1111 | 100 | 100110101 | 1011101 | 110010 |
Color Harmonies of #F60AD1
Complementary color
Monochromatic Colors of #F60AD1
Black with #F60AD1
Text Example
Text Example
White with #F60AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60AD1; }
p { color: rgb(246,10,209); }
H1.HeaderClassName
{
color: #F60AD1;
}
.AnyTagClassName
{
color: #F60AD1;
}
</style>
background-color css
<style>
a { background-color: #F60AD1; }
a { background-color: rgb(246,10,209); }
div.DivClassName
{
background-color: #F60AD1;
}
.BgClassName
{
background-color: #F60AD1;
}
</style>
border-color css
<style>
span { border-color: #F60AD1; }
span { border-color: rgb(246,10,209); }
td.TdClassName
{
border-color: #F60AD1;
}
.TagClassName
{
border-color: #F60AD1;
}
</style>