Shades of Hot Magenta #F707CE
Tints of Hot Magenta #F707CE
RGB
CMYK
RGB Variations
Color information
#F707CE (or 0xF707CE) is known color: Hot Magenta. HEX triplet: F7, 07 and CE. RGB value is (247,7,206). Sum of RGB (Red+Green+Blue) = 247+7+206=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F707CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707CE is #08F831. Grayscale: #646464. Windows color (decimal): -587826 or 13502455. OLE color: 13502455.
HSL color Cylindrical-coordinate representation of color #F707CE: hue angle of 310.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 #F707CE is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 206 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.03 |
| HSL | 310.25º | 0.94% | 0.5% | - |
| HSV(B) | 310.25º | 0.97% | 0.97% | - |
| XYZ | 49.57 | 24.38 | 60.49 | - |
| YUV | 101.45 | 187.01 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 206 | 0 | 0.97 | 0.17 | 0.03 | 310.25 | 0.94 | 0.5 |
| Hex | F7 | 7 | CE | 0 | 61 | 11 | 3 | 136 | 5E | 32 |
| Octal | 367 | 7 | 316 | 0 | 141 | 21 | 3 | 466 | 136 | 62 |
| Binary | 11110111 | 111 | 11001110 | 0 | 1100001 | 10001 | 11 | 100110110 | 1011110 | 110010 |
Color Harmonies of #F707CE
Complementary color
Monochromatic Colors of #F707CE
Black with #F707CE
Text Example
Text Example
White with #F707CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707CE; }
p { color: rgb(247,7,206); }
H1.HeaderClassName
{
color: #F707CE;
}
.AnyTagClassName
{
color: #F707CE;
}
</style>
background-color css
<style>
a { background-color: #F707CE; }
a { background-color: rgb(247,7,206); }
div.DivClassName
{
background-color: #F707CE;
}
.BgClassName
{
background-color: #F707CE;
}
</style>
border-color css
<style>
span { border-color: #F707CE; }
span { border-color: rgb(247,7,206); }
td.TdClassName
{
border-color: #F707CE;
}
.TagClassName
{
border-color: #F707CE;
}
</style>