Shades of Hot Magenta #F60EDB
Tints of Hot Magenta #F60EDB
RGB
CMYK
RGB Variations
Color information
#F60EDB (or 0xF60EDB) is known color: Hot Magenta. HEX triplet: F6, 0E and DB. RGB value is (246,14,219). Sum of RGB (Red+Green+Blue) = 246+14+219=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60EDB is #09F124. Grayscale: #6A6A6A. Windows color (decimal): -651557 or 14356214. OLE color: 14356214.
HSL color Cylindrical-coordinate representation of color #F60EDB: hue angle of 306.98º 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 #F60EDB is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.04 |
| HSL | 306.98º | 0.93% | 0.51% | - |
| HSV(B) | 306.98º | 0.94% | 0.96% | - |
| XYZ | 50.95 | 25.02 | 69.16 | - |
| YUV | 106.74 | 191.36 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 219 | 0 | 0.94 | 0.11 | 0.04 | 306.98 | 0.93 | 0.51 |
| Hex | F6 | E | DB | 0 | 5E | B | 4 | 133 | 5D | 33 |
| Octal | 366 | 16 | 333 | 0 | 136 | 13 | 4 | 463 | 135 | 63 |
| Binary | 11110110 | 1110 | 11011011 | 0 | 1011110 | 1011 | 100 | 100110011 | 1011101 | 110011 |
Color Harmonies of #F60EDB
Complementary color
Monochromatic Colors of #F60EDB
Black with #F60EDB
Text Example
Text Example
White with #F60EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EDB; }
p { color: rgb(246,14,219); }
H1.HeaderClassName
{
color: #F60EDB;
}
.AnyTagClassName
{
color: #F60EDB;
}
</style>
background-color css
<style>
a { background-color: #F60EDB; }
a { background-color: rgb(246,14,219); }
div.DivClassName
{
background-color: #F60EDB;
}
.BgClassName
{
background-color: #F60EDB;
}
</style>
border-color css
<style>
span { border-color: #F60EDB; }
span { border-color: rgb(246,14,219); }
td.TdClassName
{
border-color: #F60EDB;
}
.TagClassName
{
border-color: #F60EDB;
}
</style>