Shades of Hot Magenta #F709D4
Tints of Hot Magenta #F709D4
RGB
CMYK
RGB Variations
Color information
#F709D4 (or 0xF709D4) is known color: Hot Magenta. HEX triplet: F7, 09 and D4. RGB value is (247,9,212). Sum of RGB (Red+Green+Blue) = 247+9+212=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F709D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F709D4 is #08F62B. Grayscale: #666666. Windows color (decimal): -587308 or 13896183. OLE color: 13896183.
HSL color Cylindrical-coordinate representation of color #F709D4: hue angle of 308.82º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F709D4 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 212 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.03 |
| HSL | 308.82º | 0.94% | 0.5% | - |
| HSV(B) | 308.82º | 0.96% | 0.97% | - |
| XYZ | 50.34 | 24.72 | 64.41 | - |
| YUV | 103.3 | 189.35 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 212 | 0 | 0.96 | 0.14 | 0.03 | 308.82 | 0.94 | 0.5 |
| Hex | F7 | 9 | D4 | 0 | 60 | E | 3 | 135 | 5E | 32 |
| Octal | 367 | 11 | 324 | 0 | 140 | 16 | 3 | 465 | 136 | 62 |
| Binary | 11110111 | 1001 | 11010100 | 0 | 1100000 | 1110 | 11 | 100110101 | 1011110 | 110010 |
Color Harmonies of #F709D4
Complementary color
Monochromatic Colors of #F709D4
Black with #F709D4
Text Example
Text Example
White with #F709D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F709D4; }
p { color: rgb(247,9,212); }
H1.HeaderClassName
{
color: #F709D4;
}
.AnyTagClassName
{
color: #F709D4;
}
</style>
background-color css
<style>
a { background-color: #F709D4; }
a { background-color: rgb(247,9,212); }
div.DivClassName
{
background-color: #F709D4;
}
.BgClassName
{
background-color: #F709D4;
}
</style>
border-color css
<style>
span { border-color: #F709D4; }
span { border-color: rgb(247,9,212); }
td.TdClassName
{
border-color: #F709D4;
}
.TagClassName
{
border-color: #F709D4;
}
</style>