Shades of Hot Magenta #F60FDD
Tints of Hot Magenta #F60FDD
RGB
CMYK
RGB Variations
Color information
#F60FDD (or 0xF60FDD) is known color: Hot Magenta. HEX triplet: F6, 0F and DD. RGB value is (246,15,221). Sum of RGB (Red+Green+Blue) = 246+15+221=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60FDD is #09F022. Grayscale: #6A6A6A. Windows color (decimal): -651299 or 14487542. OLE color: 14487542.
HSL color Cylindrical-coordinate representation of color #F60FDD: hue angle of 306.49º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60FDD is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.04 |
| HSL | 306.49º | 0.93% | 0.51% | - |
| HSV(B) | 306.49º | 0.94% | 0.96% | - |
| XYZ | 51.23 | 25.15 | 70.56 | - |
| YUV | 107.55 | 192.03 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 221 | 0 | 0.94 | 0.10 | 0.04 | 306.49 | 0.93 | 0.51 |
| Hex | F6 | F | DD | 0 | 5E | A | 4 | 132 | 5D | 33 |
| Octal | 366 | 17 | 335 | 0 | 136 | 12 | 4 | 462 | 135 | 63 |
| Binary | 11110110 | 1111 | 11011101 | 0 | 1011110 | 1010 | 100 | 100110010 | 1011101 | 110011 |
Color Harmonies of #F60FDD
Complementary color
Monochromatic Colors of #F60FDD
Black with #F60FDD
Text Example
Text Example
White with #F60FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FDD; }
p { color: rgb(246,15,221); }
H1.HeaderClassName
{
color: #F60FDD;
}
.AnyTagClassName
{
color: #F60FDD;
}
</style>
background-color css
<style>
a { background-color: #F60FDD; }
a { background-color: rgb(246,15,221); }
div.DivClassName
{
background-color: #F60FDD;
}
.BgClassName
{
background-color: #F60FDD;
}
</style>
border-color css
<style>
span { border-color: #F60FDD; }
span { border-color: rgb(246,15,221); }
td.TdClassName
{
border-color: #F60FDD;
}
.TagClassName
{
border-color: #F60FDD;
}
</style>