Shades of Hot Magenta #F40ADC
Tints of Hot Magenta #F40ADC
RGB
CMYK
RGB Variations
Color information
#F40ADC (or 0xF40ADC) is known color: Hot Magenta. HEX triplet: F4, 0A and DC. RGB value is (244,10,220). Sum of RGB (Red+Green+Blue) = 244+10+220=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F40ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40ADC is #0BF523. Grayscale: #676767. Windows color (decimal): -783652 or 14420724. OLE color: 14420724.
HSL color Cylindrical-coordinate representation of color #F40ADC: hue angle of 306.15º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40ADC is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 220 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.04 |
| HSL | 306.15º | 0.92% | 0.5% | - |
| HSV(B) | 306.15º | 0.96% | 0.96% | - |
| XYZ | 50.34 | 24.62 | 69.81 | - |
| YUV | 103.91 | 193.52 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 220 | 0 | 0.96 | 0.10 | 0.04 | 306.15 | 0.92 | 0.5 |
| Hex | F4 | A | DC | 0 | 60 | A | 4 | 132 | 5C | 32 |
| Octal | 364 | 12 | 334 | 0 | 140 | 12 | 4 | 462 | 134 | 62 |
| Binary | 11110100 | 1010 | 11011100 | 0 | 1100000 | 1010 | 100 | 100110010 | 1011100 | 110010 |
Color Harmonies of #F40ADC
Complementary color
Monochromatic Colors of #F40ADC
Black with #F40ADC
Text Example
Text Example
White with #F40ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40ADC; }
p { color: rgb(244,10,220); }
H1.HeaderClassName
{
color: #F40ADC;
}
.AnyTagClassName
{
color: #F40ADC;
}
</style>
background-color css
<style>
a { background-color: #F40ADC; }
a { background-color: rgb(244,10,220); }
div.DivClassName
{
background-color: #F40ADC;
}
.BgClassName
{
background-color: #F40ADC;
}
</style>
border-color css
<style>
span { border-color: #F40ADC; }
span { border-color: rgb(244,10,220); }
td.TdClassName
{
border-color: #F40ADC;
}
.TagClassName
{
border-color: #F40ADC;
}
</style>