Shades of Hot Magenta #F71ADC
Tints of Hot Magenta #F71ADC
RGB
CMYK
RGB Variations
Color information
#F71ADC (or 0xF71ADC) is known color: Hot Magenta. HEX triplet: F7, 1A and DC. RGB value is (247,26,220). Sum of RGB (Red+Green+Blue) = 247+26+220=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 26 (10.55% from 255 or 5.27% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ADC is #08E523. Grayscale: #717171. Windows color (decimal): -582948 or 14424823. OLE color: 14424823.
HSL color Cylindrical-coordinate representation of color #F71ADC: hue angle of 307.33º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71ADC is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 220 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.03 |
| HSL | 307.33º | 0.93% | 0.54% | - |
| HSV(B) | 307.33º | 0.89% | 0.97% | - |
| XYZ | 51.65 | 25.68 | 69.94 | - |
| YUV | 114.2 | 187.72 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 220 | 0 | 0.89 | 0.11 | 0.03 | 307.33 | 0.93 | 0.54 |
| Hex | F7 | 1A | DC | 0 | 59 | B | 3 | 133 | 5D | 36 |
| Octal | 367 | 32 | 334 | 0 | 131 | 13 | 3 | 463 | 135 | 66 |
| Binary | 11110111 | 11010 | 11011100 | 0 | 1011001 | 1011 | 11 | 100110011 | 1011101 | 110110 |
Color Harmonies of #F71ADC
Complementary color
Monochromatic Colors of #F71ADC
Black with #F71ADC
Text Example
Text Example
White with #F71ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71ADC; }
p { color: rgb(247,26,220); }
H1.HeaderClassName
{
color: #F71ADC;
}
.AnyTagClassName
{
color: #F71ADC;
}
</style>
background-color css
<style>
a { background-color: #F71ADC; }
a { background-color: rgb(247,26,220); }
div.DivClassName
{
background-color: #F71ADC;
}
.BgClassName
{
background-color: #F71ADC;
}
</style>
border-color css
<style>
span { border-color: #F71ADC; }
span { border-color: rgb(247,26,220); }
td.TdClassName
{
border-color: #F71ADC;
}
.TagClassName
{
border-color: #F71ADC;
}
</style>