Shades of Hot Magenta #F707DF
Tints of Hot Magenta #F707DF
RGB
CMYK
RGB Variations
Color information
#F707DF (or 0xF707DF) is known color: Hot Magenta. HEX triplet: F7, 07 and DF. RGB value is (247,7,223). Sum of RGB (Red+Green+Blue) = 247+7+223=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 7 (3.12% from 255 or 1.47% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F707DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707DF is #08F820. Grayscale: #666666. Windows color (decimal): -587809 or 14616567. OLE color: 14616567.
HSL color Cylindrical-coordinate representation of color #F707DF: hue angle of 306º 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 #F707DF is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.03 |
| HSL | 306º | 0.94% | 0.5% | - |
| HSV(B) | 306º | 0.97% | 0.97% | - |
| XYZ | 51.75 | 25.25 | 71.96 | - |
| YUV | 103.38 | 195.51 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 223 | 0 | 0.97 | 0.10 | 0.03 | 306 | 0.94 | 0.5 |
| Hex | F7 | 7 | DF | 0 | 61 | A | 3 | 132 | 5E | 32 |
| Octal | 367 | 7 | 337 | 0 | 141 | 12 | 3 | 462 | 136 | 62 |
| Binary | 11110111 | 111 | 11011111 | 0 | 1100001 | 1010 | 11 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F707DF
Complementary color
Monochromatic Colors of #F707DF
Black with #F707DF
Text Example
Text Example
White with #F707DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707DF; }
p { color: rgb(247,7,223); }
H1.HeaderClassName
{
color: #F707DF;
}
.AnyTagClassName
{
color: #F707DF;
}
</style>
background-color css
<style>
a { background-color: #F707DF; }
a { background-color: rgb(247,7,223); }
div.DivClassName
{
background-color: #F707DF;
}
.BgClassName
{
background-color: #F707DF;
}
</style>
border-color css
<style>
span { border-color: #F707DF; }
span { border-color: rgb(247,7,223); }
td.TdClassName
{
border-color: #F707DF;
}
.TagClassName
{
border-color: #F707DF;
}
</style>