Shades of Magenta #F706EF
Tints of Magenta #F706EF
RGB
CMYK
RGB Variations
Color information
#F706EF (or 0xF706EF) is known color: Magenta. HEX triplet: F7, 06 and EF. RGB value is (247,6,239). Sum of RGB (Red+Green+Blue) = 247+6+239=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 6 (2.73% from 255 or 1.22% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F706EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706EF is #08F910. Grayscale: #676767. Windows color (decimal): -588049 or 15664887. OLE color: 15664887.
HSL color Cylindrical-coordinate representation of color #F706EF: hue angle of 301.99º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706EF is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 239 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.03 |
| HSL | 301.99º | 0.95% | 0.5% | - |
| HSV(B) | 301.99º | 0.98% | 0.97% | - |
| XYZ | 54 | 26.14 | 83.86 | - |
| YUV | 104.62 | 203.84 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 239 | 0 | 0.98 | 0.03 | 0.03 | 301.99 | 0.95 | 0.5 |
| Hex | F7 | 6 | EF | 0 | 62 | 3 | 3 | 12E | 5F | 32 |
| Octal | 367 | 6 | 357 | 0 | 142 | 3 | 3 | 456 | 137 | 62 |
| Binary | 11110111 | 110 | 11101111 | 0 | 1100010 | 11 | 11 | 100101110 | 1011111 | 110010 |
Color Harmonies of #F706EF
Complementary color
Monochromatic Colors of #F706EF
Black with #F706EF
Text Example
Text Example
White with #F706EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706EF; }
p { color: rgb(247,6,239); }
H1.HeaderClassName
{
color: #F706EF;
}
.AnyTagClassName
{
color: #F706EF;
}
</style>
background-color css
<style>
a { background-color: #F706EF; }
a { background-color: rgb(247,6,239); }
div.DivClassName
{
background-color: #F706EF;
}
.BgClassName
{
background-color: #F706EF;
}
</style>
border-color css
<style>
span { border-color: #F706EF; }
span { border-color: rgb(247,6,239); }
td.TdClassName
{
border-color: #F706EF;
}
.TagClassName
{
border-color: #F706EF;
}
</style>