Shades of Hot Magenta #F010DC
Tints of Hot Magenta #F010DC
RGB
CMYK
RGB Variations
Color information
#F010DC (or 0xF010DC) is known color: Hot Magenta. HEX triplet: F0, 10 and DC. RGB value is (240,16,220). Sum of RGB (Red+Green+Blue) = 240+16+220=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F010DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010DC is #0FEF23. Grayscale: #696969. Windows color (decimal): -1044260 or 14422256. OLE color: 14422256.
HSL color Cylindrical-coordinate representation of color #F010DC: hue angle of 305.36º 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 #F010DC is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 220 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.06 |
| HSL | 305.36º | 0.88% | 0.5% | - |
| HSV(B) | 305.36º | 0.93% | 0.94% | - |
| XYZ | 49.04 | 24.06 | 69.77 | - |
| YUV | 106.23 | 192.21 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 220 | 0 | 0.93 | 0.08 | 0.06 | 305.36 | 0.88 | 0.5 |
| Hex | F0 | 10 | DC | 0 | 5D | 8 | 6 | 131 | 58 | 32 |
| Octal | 360 | 20 | 334 | 0 | 135 | 10 | 6 | 461 | 130 | 62 |
| Binary | 11110000 | 10000 | 11011100 | 0 | 1011101 | 1000 | 110 | 100110001 | 1011000 | 110010 |
Color Harmonies of #F010DC
Complementary color
Monochromatic Colors of #F010DC
Black with #F010DC
Text Example
Text Example
White with #F010DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010DC; }
p { color: rgb(240,16,220); }
H1.HeaderClassName
{
color: #F010DC;
}
.AnyTagClassName
{
color: #F010DC;
}
</style>
background-color css
<style>
a { background-color: #F010DC; }
a { background-color: rgb(240,16,220); }
div.DivClassName
{
background-color: #F010DC;
}
.BgClassName
{
background-color: #F010DC;
}
</style>
border-color css
<style>
span { border-color: #F010DC; }
span { border-color: rgb(240,16,220); }
td.TdClassName
{
border-color: #F010DC;
}
.TagClassName
{
border-color: #F010DC;
}
</style>