Shades of Magenta #F706E5
Tints of Magenta #F706E5
RGB
CMYK
RGB Variations
Color information
#F706E5 (or 0xF706E5) is known color: Magenta. HEX triplet: F7, 06 and E5. RGB value is (247,6,229). Sum of RGB (Red+Green+Blue) = 247+6+229=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F706E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706E5 is #08F91A. Grayscale: #666666. Windows color (decimal): -588059 or 15009527. OLE color: 15009527.
HSL color Cylindrical-coordinate representation of color #F706E5: hue angle of 304.48º 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 #F706E5 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 229 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.03 |
| HSL | 304.48º | 0.95% | 0.5% | - |
| HSV(B) | 304.48º | 0.98% | 0.97% | - |
| XYZ | 52.57 | 25.56 | 76.29 | - |
| YUV | 103.48 | 198.84 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 229 | 0 | 0.98 | 0.07 | 0.03 | 304.48 | 0.95 | 0.5 |
| Hex | F7 | 6 | E5 | 0 | 62 | 7 | 3 | 130 | 5F | 32 |
| Octal | 367 | 6 | 345 | 0 | 142 | 7 | 3 | 460 | 137 | 62 |
| Binary | 11110111 | 110 | 11100101 | 0 | 1100010 | 111 | 11 | 100110000 | 1011111 | 110010 |
Color Harmonies of #F706E5
Complementary color
Monochromatic Colors of #F706E5
Black with #F706E5
Text Example
Text Example
White with #F706E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706E5; }
p { color: rgb(247,6,229); }
H1.HeaderClassName
{
color: #F706E5;
}
.AnyTagClassName
{
color: #F706E5;
}
</style>
background-color css
<style>
a { background-color: #F706E5; }
a { background-color: rgb(247,6,229); }
div.DivClassName
{
background-color: #F706E5;
}
.BgClassName
{
background-color: #F706E5;
}
</style>
border-color css
<style>
span { border-color: #F706E5; }
span { border-color: rgb(247,6,229); }
td.TdClassName
{
border-color: #F706E5;
}
.TagClassName
{
border-color: #F706E5;
}
</style>