Shades of Magenta #F706F2
Tints of Magenta #F706F2
RGB
CMYK
RGB Variations
Color information
#F706F2 (or 0xF706F2) is known color: Magenta. HEX triplet: F7, 06 and F2. RGB value is (247,6,242). Sum of RGB (Red+Green+Blue) = 247+6+242=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 6 (2.73% from 255 or 1.21% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F706F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706F2 is #08F90D. Grayscale: #686868. Windows color (decimal): -588046 or 15861495. OLE color: 15861495.
HSL color Cylindrical-coordinate representation of color #F706F2: hue angle of 301.24º 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 #F706F2 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 242 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.03 |
| HSL | 301.24º | 0.95% | 0.5% | - |
| HSV(B) | 301.24º | 0.98% | 0.97% | - |
| XYZ | 54.45 | 26.32 | 86.21 | - |
| YUV | 104.96 | 205.34 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 242 | 0 | 0.98 | 0.02 | 0.03 | 301.24 | 0.95 | 0.5 |
| Hex | F7 | 6 | F2 | 0 | 62 | 2 | 3 | 12D | 5F | 32 |
| Octal | 367 | 6 | 362 | 0 | 142 | 2 | 3 | 455 | 137 | 62 |
| Binary | 11110111 | 110 | 11110010 | 0 | 1100010 | 10 | 11 | 100101101 | 1011111 | 110010 |
Color Harmonies of #F706F2
Complementary color
Monochromatic Colors of #F706F2
Black with #F706F2
Text Example
Text Example
White with #F706F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706F2; }
p { color: rgb(247,6,242); }
H1.HeaderClassName
{
color: #F706F2;
}
.AnyTagClassName
{
color: #F706F2;
}
</style>
background-color css
<style>
a { background-color: #F706F2; }
a { background-color: rgb(247,6,242); }
div.DivClassName
{
background-color: #F706F2;
}
.BgClassName
{
background-color: #F706F2;
}
</style>
border-color css
<style>
span { border-color: #F706F2; }
span { border-color: rgb(247,6,242); }
td.TdClassName
{
border-color: #F706F2;
}
.TagClassName
{
border-color: #F706F2;
}
</style>