Shades of Hot Magenta #F004D6
Tints of Hot Magenta #F004D6
RGB
CMYK
RGB Variations
Color information
#F004D6 (or 0xF004D6) is known color: Hot Magenta. HEX triplet: F0, 04 and D6. RGB value is (240,4,214). Sum of RGB (Red+Green+Blue) = 240+4+214=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F004D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F004D6 is #0FFB29. Grayscale: #616161. Windows color (decimal): -1047338 or 14025968. OLE color: 14025968.
HSL color Cylindrical-coordinate representation of color #F004D6: hue angle of 306.61º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F004D6 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 214 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.06 |
| HSL | 306.61º | 0.97% | 0.48% | - |
| HSV(B) | 306.61º | 0.98% | 0.94% | - |
| XYZ | 48.12 | 23.47 | 65.61 | - |
| YUV | 98.5 | 193.19 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 214 | 0 | 0.98 | 0.11 | 0.06 | 306.61 | 0.97 | 0.48 |
| Hex | F0 | 4 | D6 | 0 | 62 | B | 6 | 133 | 61 | 30 |
| Octal | 360 | 4 | 326 | 0 | 142 | 13 | 6 | 463 | 141 | 60 |
| Binary | 11110000 | 100 | 11010110 | 0 | 1100010 | 1011 | 110 | 100110011 | 1100001 | 110000 |
Color Harmonies of #F004D6
Complementary color
Monochromatic Colors of #F004D6
Black with #F004D6
Text Example
Text Example
White with #F004D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F004D6; }
p { color: rgb(240,4,214); }
H1.HeaderClassName
{
color: #F004D6;
}
.AnyTagClassName
{
color: #F004D6;
}
</style>
background-color css
<style>
a { background-color: #F004D6; }
a { background-color: rgb(240,4,214); }
div.DivClassName
{
background-color: #F004D6;
}
.BgClassName
{
background-color: #F004D6;
}
</style>
border-color css
<style>
span { border-color: #F004D6; }
span { border-color: rgb(240,4,214); }
td.TdClassName
{
border-color: #F004D6;
}
.TagClassName
{
border-color: #F004D6;
}
</style>