Shades of Magenta #F706FF
Tints of Magenta #F706FF
RGB
CMYK
RGB Variations
Color information
#F706FF (or 0xF706FF) is known color: Magenta. HEX triplet: F7, 06 and FF. RGB value is (247,6,255). Sum of RGB (Red+Green+Blue) = 247+6+255=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 6 (2.73% from 255 or 1.18% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #F706FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706FF is #08F900. Grayscale: #696969. Windows color (decimal): -588033 or 16713463. OLE color: 16713463.
HSL color Cylindrical-coordinate representation of color #F706FF: hue angle of 298.07º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706FF is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 6 | 255 | - |
| CMYK | 0.03 | 0.98 | 0 | 0 |
| HSL | 298.07º | 1% | 0.51% | - |
| HSV(B) | 298.07º | 0.98% | 1% | - |
| XYZ | 56.47 | 27.12 | 96.87 | - |
| YUV | 106.45 | 211.84 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 255 | 0.03 | 0.98 | 0 | 0 | 298.07 | 1 | 0.51 |
| Hex | F7 | 6 | FF | 3 | 62 | 0 | 0 | 12A | 64 | 33 |
| Octal | 367 | 6 | 377 | 3 | 142 | 0 | 0 | 452 | 144 | 63 |
| Binary | 11110111 | 110 | 11111111 | 11 | 1100010 | 0 | 0 | 100101010 | 1100100 | 110011 |
Color Harmonies of #F706FF
Complementary color
Monochromatic Colors of #F706FF
Black with #F706FF
Text Example
Text Example
White with #F706FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706FF; }
p { color: rgb(247,6,255); }
H1.HeaderClassName
{
color: #F706FF;
}
.AnyTagClassName
{
color: #F706FF;
}
</style>
background-color css
<style>
a { background-color: #F706FF; }
a { background-color: rgb(247,6,255); }
div.DivClassName
{
background-color: #F706FF;
}
.BgClassName
{
background-color: #F706FF;
}
</style>
border-color css
<style>
span { border-color: #F706FF; }
span { border-color: rgb(247,6,255); }
td.TdClassName
{
border-color: #F706FF;
}
.TagClassName
{
border-color: #F706FF;
}
</style>