Shades of Hot Magenta #F707C7
Tints of Hot Magenta #F707C7
RGB
CMYK
RGB Variations
Color information
#F707C7 (or 0xF707C7) is known color: Hot Magenta. HEX triplet: F7, 07 and C7. RGB value is (247,7,199). Sum of RGB (Red+Green+Blue) = 247+7+199=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F707C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707C7 is #08F838. Grayscale: #646464. Windows color (decimal): -587833 or 13043703. OLE color: 13043703.
HSL color Cylindrical-coordinate representation of color #F707C7: hue angle of 312º 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 #F707C7 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 199 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.03 |
| HSL | 312º | 0.94% | 0.5% | - |
| HSV(B) | 312º | 0.97% | 0.97% | - |
| XYZ | 48.74 | 24.05 | 56.11 | - |
| YUV | 100.65 | 183.51 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 199 | 0 | 0.97 | 0.19 | 0.03 | 312 | 0.94 | 0.5 |
| Hex | F7 | 7 | C7 | 0 | 61 | 13 | 3 | 138 | 5E | 32 |
| Octal | 367 | 7 | 307 | 0 | 141 | 23 | 3 | 470 | 136 | 62 |
| Binary | 11110111 | 111 | 11000111 | 0 | 1100001 | 10011 | 11 | 100111000 | 1011110 | 110010 |
Color Harmonies of #F707C7
Complementary color
Monochromatic Colors of #F707C7
Black with #F707C7
Text Example
Text Example
White with #F707C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707C7; }
p { color: rgb(247,7,199); }
H1.HeaderClassName
{
color: #F707C7;
}
.AnyTagClassName
{
color: #F707C7;
}
</style>
background-color css
<style>
a { background-color: #F707C7; }
a { background-color: rgb(247,7,199); }
div.DivClassName
{
background-color: #F707C7;
}
.BgClassName
{
background-color: #F707C7;
}
</style>
border-color css
<style>
span { border-color: #F707C7; }
span { border-color: rgb(247,7,199); }
td.TdClassName
{
border-color: #F707C7;
}
.TagClassName
{
border-color: #F707C7;
}
</style>