Shades of Hot Magenta #F60ADF
Tints of Hot Magenta #F60ADF
RGB
CMYK
RGB Variations
Color information
#F60ADF (or 0xF60ADF) is known color: Hot Magenta. HEX triplet: F6, 0A and DF. RGB value is (246,10,223). Sum of RGB (Red+Green+Blue) = 246+10+223=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ADF is #09F520. Grayscale: #686868. Windows color (decimal): -652577 or 14617334. OLE color: 14617334.
HSL color Cylindrical-coordinate representation of color #F60ADF: hue angle of 305.85º 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 #F60ADF is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.04 |
| HSL | 305.85º | 0.93% | 0.5% | - |
| HSV(B) | 305.85º | 0.96% | 0.96% | - |
| XYZ | 51.43 | 25.14 | 71.95 | - |
| YUV | 104.85 | 194.69 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 223 | 0 | 0.96 | 0.09 | 0.04 | 305.85 | 0.93 | 0.5 |
| Hex | F6 | A | DF | 0 | 60 | 9 | 4 | 132 | 5D | 32 |
| Octal | 366 | 12 | 337 | 0 | 140 | 11 | 4 | 462 | 135 | 62 |
| Binary | 11110110 | 1010 | 11011111 | 0 | 1100000 | 1001 | 100 | 100110010 | 1011101 | 110010 |
Color Harmonies of #F60ADF
Complementary color
Monochromatic Colors of #F60ADF
Black with #F60ADF
Text Example
Text Example
White with #F60ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60ADF; }
p { color: rgb(246,10,223); }
H1.HeaderClassName
{
color: #F60ADF;
}
.AnyTagClassName
{
color: #F60ADF;
}
</style>
background-color css
<style>
a { background-color: #F60ADF; }
a { background-color: rgb(246,10,223); }
div.DivClassName
{
background-color: #F60ADF;
}
.BgClassName
{
background-color: #F60ADF;
}
</style>
border-color css
<style>
span { border-color: #F60ADF; }
span { border-color: rgb(246,10,223); }
td.TdClassName
{
border-color: #F60ADF;
}
.TagClassName
{
border-color: #F60ADF;
}
</style>