Shades of Hot Magenta #F709CF
Tints of Hot Magenta #F709CF
RGB
CMYK
RGB Variations
Color information
#F709CF (or 0xF709CF) is known color: Hot Magenta. HEX triplet: F7, 09 and CF. RGB value is (247,9,207). Sum of RGB (Red+Green+Blue) = 247+9+207=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F709CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F709CF is #08F630. Grayscale: #666666. Windows color (decimal): -587313 or 13568503. OLE color: 13568503.
HSL color Cylindrical-coordinate representation of color #F709CF: hue angle of 310.08º 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 #F709CF is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.03 |
| HSL | 310.08º | 0.94% | 0.5% | - |
| HSV(B) | 310.08º | 0.96% | 0.97% | - |
| XYZ | 49.72 | 24.47 | 61.14 | - |
| YUV | 102.73 | 186.85 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 207 | 0 | 0.96 | 0.16 | 0.03 | 310.08 | 0.94 | 0.5 |
| Hex | F7 | 9 | CF | 0 | 60 | 10 | 3 | 136 | 5E | 32 |
| Octal | 367 | 11 | 317 | 0 | 140 | 20 | 3 | 466 | 136 | 62 |
| Binary | 11110111 | 1001 | 11001111 | 0 | 1100000 | 10000 | 11 | 100110110 | 1011110 | 110010 |
Color Harmonies of #F709CF
Complementary color
Monochromatic Colors of #F709CF
Black with #F709CF
Text Example
Text Example
White with #F709CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F709CF; }
p { color: rgb(247,9,207); }
H1.HeaderClassName
{
color: #F709CF;
}
.AnyTagClassName
{
color: #F709CF;
}
</style>
background-color css
<style>
a { background-color: #F709CF; }
a { background-color: rgb(247,9,207); }
div.DivClassName
{
background-color: #F709CF;
}
.BgClassName
{
background-color: #F709CF;
}
</style>
border-color css
<style>
span { border-color: #F709CF; }
span { border-color: rgb(247,9,207); }
td.TdClassName
{
border-color: #F709CF;
}
.TagClassName
{
border-color: #F709CF;
}
</style>