Shades of Hot Magenta #F00ADC
Tints of Hot Magenta #F00ADC
RGB
CMYK
RGB Variations
Color information
#F00ADC (or 0xF00ADC) is known color: Hot Magenta. HEX triplet: F0, 0A and DC. RGB value is (240,10,220). Sum of RGB (Red+Green+Blue) = 240+10+220=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ADC is #0FF523. Grayscale: #666666. Windows color (decimal): -1045796 or 14420720. OLE color: 14420720.
HSL color Cylindrical-coordinate representation of color #F00ADC: hue angle of 305.22º 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 #F00ADC is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 220 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.06 |
| HSL | 305.22º | 0.92% | 0.49% | - |
| HSV(B) | 305.22º | 0.96% | 0.94% | - |
| XYZ | 48.96 | 23.91 | 69.74 | - |
| YUV | 102.71 | 194.2 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 220 | 0 | 0.96 | 0.08 | 0.06 | 305.22 | 0.92 | 0.49 |
| Hex | F0 | A | DC | 0 | 60 | 8 | 6 | 131 | 5C | 31 |
| Octal | 360 | 12 | 334 | 0 | 140 | 10 | 6 | 461 | 134 | 61 |
| Binary | 11110000 | 1010 | 11011100 | 0 | 1100000 | 1000 | 110 | 100110001 | 1011100 | 110001 |
Color Harmonies of #F00ADC
Complementary color
Monochromatic Colors of #F00ADC
Black with #F00ADC
Text Example
Text Example
White with #F00ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00ADC; }
p { color: rgb(240,10,220); }
H1.HeaderClassName
{
color: #F00ADC;
}
.AnyTagClassName
{
color: #F00ADC;
}
</style>
background-color css
<style>
a { background-color: #F00ADC; }
a { background-color: rgb(240,10,220); }
div.DivClassName
{
background-color: #F00ADC;
}
.BgClassName
{
background-color: #F00ADC;
}
</style>
border-color css
<style>
span { border-color: #F00ADC; }
span { border-color: rgb(240,10,220); }
td.TdClassName
{
border-color: #F00ADC;
}
.TagClassName
{
border-color: #F00ADC;
}
</style>