Shades of Hot Magenta #F60ED4
Tints of Hot Magenta #F60ED4
RGB
CMYK
RGB Variations
Color information
#F60ED4 (or 0xF60ED4) is known color: Hot Magenta. HEX triplet: F6, 0E and D4. RGB value is (246,14,212). Sum of RGB (Red+Green+Blue) = 246+14+212=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ED4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ED4 is #09F12B. Grayscale: #696969. Windows color (decimal): -651564 or 13897462. OLE color: 13897462.
HSL color Cylindrical-coordinate representation of color #F60ED4: hue angle of 308.79º 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 #F60ED4 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 212 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.04 |
| HSL | 308.79º | 0.93% | 0.51% | - |
| HSV(B) | 308.79º | 0.94% | 0.96% | - |
| XYZ | 50.05 | 24.66 | 64.41 | - |
| YUV | 105.94 | 187.86 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 212 | 0 | 0.94 | 0.14 | 0.04 | 308.79 | 0.93 | 0.51 |
| Hex | F6 | E | D4 | 0 | 5E | E | 4 | 135 | 5D | 33 |
| Octal | 366 | 16 | 324 | 0 | 136 | 16 | 4 | 465 | 135 | 63 |
| Binary | 11110110 | 1110 | 11010100 | 0 | 1011110 | 1110 | 100 | 100110101 | 1011101 | 110011 |
Color Harmonies of #F60ED4
Complementary color
Monochromatic Colors of #F60ED4
Black with #F60ED4
Text Example
Text Example
White with #F60ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60ED4; }
p { color: rgb(246,14,212); }
H1.HeaderClassName
{
color: #F60ED4;
}
.AnyTagClassName
{
color: #F60ED4;
}
</style>
background-color css
<style>
a { background-color: #F60ED4; }
a { background-color: rgb(246,14,212); }
div.DivClassName
{
background-color: #F60ED4;
}
.BgClassName
{
background-color: #F60ED4;
}
</style>
border-color css
<style>
span { border-color: #F60ED4; }
span { border-color: rgb(246,14,212); }
td.TdClassName
{
border-color: #F60ED4;
}
.TagClassName
{
border-color: #F60ED4;
}
</style>