Shades of Magenta #F706FE
Tints of Magenta #F706FE
RGB
CMYK
RGB Variations
Color information
#F706FE (or 0xF706FE) is known color: Magenta. HEX triplet: F7, 06 and FE. RGB value is (247,6,254). Sum of RGB (Red+Green+Blue) = 247+6+254=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 6 (2.73% from 255 or 1.18% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #F706FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706FE is #08F901. Grayscale: #696969. Windows color (decimal): -588034 or 16647927. OLE color: 16647927.
HSL color Cylindrical-coordinate representation of color #F706FE: hue angle of 298.31º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706FE is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 6 | 254 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.00 |
| HSL | 298.31º | 0.99% | 0.51% | - |
| HSV(B) | 298.31º | 0.98% | 1% | - |
| XYZ | 56.31 | 27.06 | 96.02 | - |
| YUV | 106.33 | 211.34 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 254 | 0.03 | 0.98 | 0 | 0.00 | 298.31 | 0.99 | 0.51 |
| Hex | F7 | 6 | FE | 3 | 62 | 0 | 0 | 12A | 63 | 33 |
| Octal | 367 | 6 | 376 | 3 | 142 | 0 | 0 | 452 | 143 | 63 |
| Binary | 11110111 | 110 | 11111110 | 11 | 1100010 | 0 | 0 | 100101010 | 1100011 | 110011 |
Color Harmonies of #F706FE
Complementary color
Monochromatic Colors of #F706FE
Black with #F706FE
Text Example
Text Example
White with #F706FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706FE; }
p { color: rgb(247,6,254); }
H1.HeaderClassName
{
color: #F706FE;
}
.AnyTagClassName
{
color: #F706FE;
}
</style>
background-color css
<style>
a { background-color: #F706FE; }
a { background-color: rgb(247,6,254); }
div.DivClassName
{
background-color: #F706FE;
}
.BgClassName
{
background-color: #F706FE;
}
</style>
border-color css
<style>
span { border-color: #F706FE; }
span { border-color: rgb(247,6,254); }
td.TdClassName
{
border-color: #F706FE;
}
.TagClassName
{
border-color: #F706FE;
}
</style>