Shades of Hot Magenta #F41ADC
Tints of Hot Magenta #F41ADC
RGB
CMYK
RGB Variations
Color information
#F41ADC (or 0xF41ADC) is known color: Hot Magenta. HEX triplet: F4, 1A and DC. RGB value is (244,26,220). Sum of RGB (Red+Green+Blue) = 244+26+220=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F41ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41ADC is #0BE523. Grayscale: #707070. Windows color (decimal): -779556 or 14424820. OLE color: 14424820.
HSL color Cylindrical-coordinate representation of color #F41ADC: hue angle of 306.61º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41ADC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 220 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.04 |
| HSL | 306.61º | 0.91% | 0.53% | - |
| HSV(B) | 306.61º | 0.89% | 0.96% | - |
| XYZ | 50.6 | 25.14 | 69.9 | - |
| YUV | 113.3 | 188.22 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 220 | 0 | 0.89 | 0.10 | 0.04 | 306.61 | 0.91 | 0.53 |
| Hex | F4 | 1A | DC | 0 | 59 | A | 4 | 133 | 5B | 35 |
| Octal | 364 | 32 | 334 | 0 | 131 | 12 | 4 | 463 | 133 | 65 |
| Binary | 11110100 | 11010 | 11011100 | 0 | 1011001 | 1010 | 100 | 100110011 | 1011011 | 110101 |
Color Harmonies of #F41ADC
Complementary color
Monochromatic Colors of #F41ADC
Black with #F41ADC
Text Example
Text Example
White with #F41ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41ADC; }
p { color: rgb(244,26,220); }
H1.HeaderClassName
{
color: #F41ADC;
}
.AnyTagClassName
{
color: #F41ADC;
}
</style>
background-color css
<style>
a { background-color: #F41ADC; }
a { background-color: rgb(244,26,220); }
div.DivClassName
{
background-color: #F41ADC;
}
.BgClassName
{
background-color: #F41ADC;
}
</style>
border-color css
<style>
span { border-color: #F41ADC; }
span { border-color: rgb(244,26,220); }
td.TdClassName
{
border-color: #F41ADC;
}
.TagClassName
{
border-color: #F41ADC;
}
</style>