Shades of Hot Magenta #F00AD6
Tints of Hot Magenta #F00AD6
RGB
CMYK
RGB Variations
Color information
#F00AD6 (or 0xF00AD6) is known color: Hot Magenta. HEX triplet: F0, 0A and D6. RGB value is (240,10,214). Sum of RGB (Red+Green+Blue) = 240+10+214=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AD6 is #0FF529. Grayscale: #656565. Windows color (decimal): -1045802 or 14027504. OLE color: 14027504.
HSL color Cylindrical-coordinate representation of color #F00AD6: hue angle of 306.78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00AD6 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 214 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.06 |
| HSL | 306.78º | 0.92% | 0.49% | - |
| HSV(B) | 306.78º | 0.96% | 0.94% | - |
| XYZ | 48.18 | 23.6 | 65.63 | - |
| YUV | 102.03 | 191.2 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 214 | 0 | 0.96 | 0.11 | 0.06 | 306.78 | 0.92 | 0.49 |
| Hex | F0 | A | D6 | 0 | 60 | B | 6 | 133 | 5C | 31 |
| Octal | 360 | 12 | 326 | 0 | 140 | 13 | 6 | 463 | 134 | 61 |
| Binary | 11110000 | 1010 | 11010110 | 0 | 1100000 | 1011 | 110 | 100110011 | 1011100 | 110001 |
Color Harmonies of #F00AD6
Complementary color
Monochromatic Colors of #F00AD6
Black with #F00AD6
Text Example
Text Example
White with #F00AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AD6; }
p { color: rgb(240,10,214); }
H1.HeaderClassName
{
color: #F00AD6;
}
.AnyTagClassName
{
color: #F00AD6;
}
</style>
background-color css
<style>
a { background-color: #F00AD6; }
a { background-color: rgb(240,10,214); }
div.DivClassName
{
background-color: #F00AD6;
}
.BgClassName
{
background-color: #F00AD6;
}
</style>
border-color css
<style>
span { border-color: #F00AD6; }
span { border-color: rgb(240,10,214); }
td.TdClassName
{
border-color: #F00AD6;
}
.TagClassName
{
border-color: #F00AD6;
}
</style>