Shades of Hot Magenta #F707DD
Tints of Hot Magenta #F707DD
RGB
CMYK
RGB Variations
Color information
#F707DD (or 0xF707DD) is known color: Hot Magenta. HEX triplet: F7, 07 and DD. RGB value is (247,7,221). Sum of RGB (Red+Green+Blue) = 247+7+221=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F707DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707DD is #08F822. Grayscale: #666666. Windows color (decimal): -587811 or 14485495. OLE color: 14485495.
HSL color Cylindrical-coordinate representation of color #F707DD: hue angle of 306.5º 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 #F707DD is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 221 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.03 |
| HSL | 306.5º | 0.94% | 0.5% | - |
| HSV(B) | 306.5º | 0.97% | 0.97% | - |
| XYZ | 51.48 | 25.15 | 70.55 | - |
| YUV | 103.16 | 194.51 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 221 | 0 | 0.97 | 0.11 | 0.03 | 306.5 | 0.94 | 0.5 |
| Hex | F7 | 7 | DD | 0 | 61 | B | 3 | 132 | 5E | 32 |
| Octal | 367 | 7 | 335 | 0 | 141 | 13 | 3 | 462 | 136 | 62 |
| Binary | 11110111 | 111 | 11011101 | 0 | 1100001 | 1011 | 11 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F707DD
Complementary color
Monochromatic Colors of #F707DD
Black with #F707DD
Text Example
Text Example
White with #F707DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707DD; }
p { color: rgb(247,7,221); }
H1.HeaderClassName
{
color: #F707DD;
}
.AnyTagClassName
{
color: #F707DD;
}
</style>
background-color css
<style>
a { background-color: #F707DD; }
a { background-color: rgb(247,7,221); }
div.DivClassName
{
background-color: #F707DD;
}
.BgClassName
{
background-color: #F707DD;
}
</style>
border-color css
<style>
span { border-color: #F707DD; }
span { border-color: rgb(247,7,221); }
td.TdClassName
{
border-color: #F707DD;
}
.TagClassName
{
border-color: #F707DD;
}
</style>