Shades of Hot Magenta #F707DE
Tints of Hot Magenta #F707DE
RGB
CMYK
RGB Variations
Color information
#F707DE (or 0xF707DE) is known color: Hot Magenta. HEX triplet: F7, 07 and DE. RGB value is (247,7,222). Sum of RGB (Red+Green+Blue) = 247+7+222=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 7 (3.12% from 255 or 1.47% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F707DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707DE is #08F821. Grayscale: #666666. Windows color (decimal): -587810 or 14551031. OLE color: 14551031.
HSL color Cylindrical-coordinate representation of color #F707DE: hue angle of 306.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F707DE is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 222 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.03 |
| HSL | 306.25º | 0.94% | 0.5% | - |
| HSV(B) | 306.25º | 0.97% | 0.97% | - |
| XYZ | 51.62 | 25.2 | 71.25 | - |
| YUV | 103.27 | 195.01 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 222 | 0 | 0.97 | 0.10 | 0.03 | 306.25 | 0.94 | 0.5 |
| Hex | F7 | 7 | DE | 0 | 61 | A | 3 | 132 | 5E | 32 |
| Octal | 367 | 7 | 336 | 0 | 141 | 12 | 3 | 462 | 136 | 62 |
| Binary | 11110111 | 111 | 11011110 | 0 | 1100001 | 1010 | 11 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F707DE
Complementary color
Monochromatic Colors of #F707DE
Black with #F707DE
Text Example
Text Example
White with #F707DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707DE; }
p { color: rgb(247,7,222); }
H1.HeaderClassName
{
color: #F707DE;
}
.AnyTagClassName
{
color: #F707DE;
}
</style>
background-color css
<style>
a { background-color: #F707DE; }
a { background-color: rgb(247,7,222); }
div.DivClassName
{
background-color: #F707DE;
}
.BgClassName
{
background-color: #F707DE;
}
</style>
border-color css
<style>
span { border-color: #F707DE; }
span { border-color: rgb(247,7,222); }
td.TdClassName
{
border-color: #F707DE;
}
.TagClassName
{
border-color: #F707DE;
}
</style>