Shades of Hot Magenta #F010DA
Tints of Hot Magenta #F010DA
RGB
CMYK
RGB Variations
Color information
#F010DA (or 0xF010DA) is known color: Hot Magenta. HEX triplet: F0, 10 and DA. RGB value is (240,16,218). Sum of RGB (Red+Green+Blue) = 240+16+218=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F010DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010DA is #0FEF25. Grayscale: #696969. Windows color (decimal): -1044262 or 14291184. OLE color: 14291184.
HSL color Cylindrical-coordinate representation of color #F010DA: hue angle of 305.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010DA is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 218 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.06 |
| HSL | 305.89º | 0.88% | 0.5% | - |
| HSV(B) | 305.89º | 0.93% | 0.94% | - |
| XYZ | 48.78 | 23.96 | 68.38 | - |
| YUV | 106 | 191.21 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 218 | 0 | 0.93 | 0.09 | 0.06 | 305.89 | 0.88 | 0.5 |
| Hex | F0 | 10 | DA | 0 | 5D | 9 | 6 | 132 | 58 | 32 |
| Octal | 360 | 20 | 332 | 0 | 135 | 11 | 6 | 462 | 130 | 62 |
| Binary | 11110000 | 10000 | 11011010 | 0 | 1011101 | 1001 | 110 | 100110010 | 1011000 | 110010 |
Color Harmonies of #F010DA
Complementary color
Monochromatic Colors of #F010DA
Black with #F010DA
Text Example
Text Example
White with #F010DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010DA; }
p { color: rgb(240,16,218); }
H1.HeaderClassName
{
color: #F010DA;
}
.AnyTagClassName
{
color: #F010DA;
}
</style>
background-color css
<style>
a { background-color: #F010DA; }
a { background-color: rgb(240,16,218); }
div.DivClassName
{
background-color: #F010DA;
}
.BgClassName
{
background-color: #F010DA;
}
</style>
border-color css
<style>
span { border-color: #F010DA; }
span { border-color: rgb(240,16,218); }
td.TdClassName
{
border-color: #F010DA;
}
.TagClassName
{
border-color: #F010DA;
}
</style>