Shades of Magenta #F706FA
Tints of Magenta #F706FA
RGB
CMYK
RGB Variations
Color information
#F706FA (or 0xF706FA) is known color: Magenta. HEX triplet: F7, 06 and FA. RGB value is (247,6,250). Sum of RGB (Red+Green+Blue) = 247+6+250=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 6 (2.73% from 255 or 1.19% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #F706FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706FA is #08F905. Grayscale: #696969. Windows color (decimal): -588038 or 16385783. OLE color: 16385783.
HSL color Cylindrical-coordinate representation of color #F706FA: hue angle of 299.26º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706FA is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 6 | 250 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.02 |
| HSL | 299.26º | 0.96% | 0.5% | - |
| HSV(B) | 299.26º | 0.98% | 0.98% | - |
| XYZ | 55.68 | 26.81 | 92.68 | - |
| YUV | 105.88 | 209.34 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 250 | 0.01 | 0.98 | 0 | 0.02 | 299.26 | 0.96 | 0.5 |
| Hex | F7 | 6 | FA | 1 | 62 | 0 | 2 | 12B | 60 | 32 |
| Octal | 367 | 6 | 372 | 1 | 142 | 0 | 2 | 453 | 140 | 62 |
| Binary | 11110111 | 110 | 11111010 | 1 | 1100010 | 0 | 10 | 100101011 | 1100000 | 110010 |
Color Harmonies of #F706FA
Complementary color
Monochromatic Colors of #F706FA
Black with #F706FA
Text Example
Text Example
White with #F706FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706FA; }
p { color: rgb(247,6,250); }
H1.HeaderClassName
{
color: #F706FA;
}
.AnyTagClassName
{
color: #F706FA;
}
</style>
background-color css
<style>
a { background-color: #F706FA; }
a { background-color: rgb(247,6,250); }
div.DivClassName
{
background-color: #F706FA;
}
.BgClassName
{
background-color: #F706FA;
}
</style>
border-color css
<style>
span { border-color: #F706FA; }
span { border-color: rgb(247,6,250); }
td.TdClassName
{
border-color: #F706FA;
}
.TagClassName
{
border-color: #F706FA;
}
</style>