Shades of Hot Magenta #F71ADD
Tints of Hot Magenta #F71ADD
RGB
CMYK
RGB Variations
Color information
#F71ADD (or 0xF71ADD) is known color: Hot Magenta. HEX triplet: F7, 1A and DD. RGB value is (247,26,221). Sum of RGB (Red+Green+Blue) = 247+26+221=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 26 (10.55% from 255 or 5.26% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ADD is #08E522. Grayscale: #717171. Windows color (decimal): -582947 or 14490359. OLE color: 14490359.
HSL color Cylindrical-coordinate representation of color #F71ADD: hue angle of 307.06º 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 #F71ADD is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 221 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.03 |
| HSL | 307.06º | 0.93% | 0.54% | - |
| HSV(B) | 307.06º | 0.89% | 0.97% | - |
| XYZ | 51.78 | 25.73 | 70.64 | - |
| YUV | 114.31 | 188.22 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 221 | 0 | 0.89 | 0.11 | 0.03 | 307.06 | 0.93 | 0.54 |
| Hex | F7 | 1A | DD | 0 | 59 | B | 3 | 133 | 5D | 36 |
| Octal | 367 | 32 | 335 | 0 | 131 | 13 | 3 | 463 | 135 | 66 |
| Binary | 11110111 | 11010 | 11011101 | 0 | 1011001 | 1011 | 11 | 100110011 | 1011101 | 110110 |
Color Harmonies of #F71ADD
Complementary color
Monochromatic Colors of #F71ADD
Black with #F71ADD
Text Example
Text Example
White with #F71ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71ADD; }
p { color: rgb(247,26,221); }
H1.HeaderClassName
{
color: #F71ADD;
}
.AnyTagClassName
{
color: #F71ADD;
}
</style>
background-color css
<style>
a { background-color: #F71ADD; }
a { background-color: rgb(247,26,221); }
div.DivClassName
{
background-color: #F71ADD;
}
.BgClassName
{
background-color: #F71ADD;
}
</style>
border-color css
<style>
span { border-color: #F71ADD; }
span { border-color: rgb(247,26,221); }
td.TdClassName
{
border-color: #F71ADD;
}
.TagClassName
{
border-color: #F71ADD;
}
</style>