Shades of Hot Magenta #F714D9
Tints of Hot Magenta #F714D9
RGB
CMYK
RGB Variations
Color information
#F714D9 (or 0xF714D9) is known color: Hot Magenta. HEX triplet: F7, 14 and D9. RGB value is (247,20,217). Sum of RGB (Red+Green+Blue) = 247+20+217=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F714D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714D9 is #08EB26. Grayscale: #6D6D6D. Windows color (decimal): -584487 or 14226679. OLE color: 14226679.
HSL color Cylindrical-coordinate representation of color #F714D9: hue angle of 307.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F714D9 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 217 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.03 |
| HSL | 307.93º | 0.93% | 0.52% | - |
| HSV(B) | 307.93º | 0.92% | 0.97% | - |
| XYZ | 51.13 | 25.28 | 67.83 | - |
| YUV | 110.33 | 188.21 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 217 | 0 | 0.92 | 0.12 | 0.03 | 307.93 | 0.93 | 0.52 |
| Hex | F7 | 14 | D9 | 0 | 5C | C | 3 | 134 | 5D | 34 |
| Octal | 367 | 24 | 331 | 0 | 134 | 14 | 3 | 464 | 135 | 64 |
| Binary | 11110111 | 10100 | 11011001 | 0 | 1011100 | 1100 | 11 | 100110100 | 1011101 | 110100 |
Color Harmonies of #F714D9
Complementary color
Monochromatic Colors of #F714D9
Black with #F714D9
Text Example
Text Example
White with #F714D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F714D9; }
p { color: rgb(247,20,217); }
H1.HeaderClassName
{
color: #F714D9;
}
.AnyTagClassName
{
color: #F714D9;
}
</style>
background-color css
<style>
a { background-color: #F714D9; }
a { background-color: rgb(247,20,217); }
div.DivClassName
{
background-color: #F714D9;
}
.BgClassName
{
background-color: #F714D9;
}
</style>
border-color css
<style>
span { border-color: #F714D9; }
span { border-color: rgb(247,20,217); }
td.TdClassName
{
border-color: #F714D9;
}
.TagClassName
{
border-color: #F714D9;
}
</style>