Shades of Hot Magenta #F00AD0
Tints of Hot Magenta #F00AD0
RGB
CMYK
RGB Variations
Color information
#F00AD0 (or 0xF00AD0) is known color: Hot Magenta. HEX triplet: F0, 0A and D0. RGB value is (240,10,208). Sum of RGB (Red+Green+Blue) = 240+10+208=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AD0 is #0FF52F. Grayscale: #646464. Windows color (decimal): -1045808 or 13634288. OLE color: 13634288.
HSL color Cylindrical-coordinate representation of color #F00AD0: hue angle of 308.35º 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 #F00AD0 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 208 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.06 |
| HSL | 308.35º | 0.92% | 0.49% | - |
| HSV(B) | 308.35º | 0.96% | 0.94% | - |
| XYZ | 47.43 | 23.3 | 61.67 | - |
| YUV | 101.34 | 188.2 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 208 | 0 | 0.96 | 0.13 | 0.06 | 308.35 | 0.92 | 0.49 |
| Hex | F0 | A | D0 | 0 | 60 | D | 6 | 134 | 5C | 31 |
| Octal | 360 | 12 | 320 | 0 | 140 | 15 | 6 | 464 | 134 | 61 |
| Binary | 11110000 | 1010 | 11010000 | 0 | 1100000 | 1101 | 110 | 100110100 | 1011100 | 110001 |
Color Harmonies of #F00AD0
Complementary color
Monochromatic Colors of #F00AD0
Black with #F00AD0
Text Example
Text Example
White with #F00AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AD0; }
p { color: rgb(240,10,208); }
H1.HeaderClassName
{
color: #F00AD0;
}
.AnyTagClassName
{
color: #F00AD0;
}
</style>
background-color css
<style>
a { background-color: #F00AD0; }
a { background-color: rgb(240,10,208); }
div.DivClassName
{
background-color: #F00AD0;
}
.BgClassName
{
background-color: #F00AD0;
}
</style>
border-color css
<style>
span { border-color: #F00AD0; }
span { border-color: rgb(240,10,208); }
td.TdClassName
{
border-color: #F00AD0;
}
.TagClassName
{
border-color: #F00AD0;
}
</style>