Shades of Hot Magenta #F00AD1
Tints of Hot Magenta #F00AD1
RGB
CMYK
RGB Variations
Color information
#F00AD1 (or 0xF00AD1) is known color: Hot Magenta. HEX triplet: F0, 0A and D1. RGB value is (240,10,209). Sum of RGB (Red+Green+Blue) = 240+10+209=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00AD1 is #0FF52E. Grayscale: #646464. Windows color (decimal): -1045807 or 13699824. OLE color: 13699824.
HSL color Cylindrical-coordinate representation of color #F00AD1: hue angle of 308.09º 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 #F00AD1 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 209 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.06 |
| HSL | 308.09º | 0.92% | 0.49% | - |
| HSV(B) | 308.09º | 0.96% | 0.94% | - |
| XYZ | 47.55 | 23.35 | 62.32 | - |
| YUV | 101.46 | 188.7 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 209 | 0 | 0.96 | 0.13 | 0.06 | 308.09 | 0.92 | 0.49 |
| Hex | F0 | A | D1 | 0 | 60 | D | 6 | 134 | 5C | 31 |
| Octal | 360 | 12 | 321 | 0 | 140 | 15 | 6 | 464 | 134 | 61 |
| Binary | 11110000 | 1010 | 11010001 | 0 | 1100000 | 1101 | 110 | 100110100 | 1011100 | 110001 |
Color Harmonies of #F00AD1
Complementary color
Monochromatic Colors of #F00AD1
Black with #F00AD1
Text Example
Text Example
White with #F00AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AD1; }
p { color: rgb(240,10,209); }
H1.HeaderClassName
{
color: #F00AD1;
}
.AnyTagClassName
{
color: #F00AD1;
}
</style>
background-color css
<style>
a { background-color: #F00AD1; }
a { background-color: rgb(240,10,209); }
div.DivClassName
{
background-color: #F00AD1;
}
.BgClassName
{
background-color: #F00AD1;
}
</style>
border-color css
<style>
span { border-color: #F00AD1; }
span { border-color: rgb(240,10,209); }
td.TdClassName
{
border-color: #F00AD1;
}
.TagClassName
{
border-color: #F00AD1;
}
</style>