Shades of Magenta #F706FB
Tints of Magenta #F706FB
RGB
CMYK
RGB Variations
Color information
#F706FB (or 0xF706FB) is known color: Magenta. HEX triplet: F7, 06 and FB. RGB value is (247,6,251). Sum of RGB (Red+Green+Blue) = 247+6+251=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 6 (2.73% from 255 or 1.19% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #F706FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706FB is #08F904. Grayscale: #696969. Windows color (decimal): -588037 or 16451319. OLE color: 16451319.
HSL color Cylindrical-coordinate representation of color #F706FB: hue angle of 299.02º degrees, saturation: 0.97, 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 #F706FB is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 6 | 251 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.02 |
| HSL | 299.02º | 0.97% | 0.5% | - |
| HSV(B) | 299.02º | 0.98% | 0.98% | - |
| XYZ | 55.84 | 26.87 | 93.51 | - |
| YUV | 105.99 | 209.84 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 251 | 0.02 | 0.98 | 0 | 0.02 | 299.02 | 0.97 | 0.5 |
| Hex | F7 | 6 | FB | 2 | 62 | 0 | 2 | 12B | 61 | 32 |
| Octal | 367 | 6 | 373 | 2 | 142 | 0 | 2 | 453 | 141 | 62 |
| Binary | 11110111 | 110 | 11111011 | 10 | 1100010 | 0 | 10 | 100101011 | 1100001 | 110010 |
Color Harmonies of #F706FB
Complementary color
Monochromatic Colors of #F706FB
Black with #F706FB
Text Example
Text Example
White with #F706FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706FB; }
p { color: rgb(247,6,251); }
H1.HeaderClassName
{
color: #F706FB;
}
.AnyTagClassName
{
color: #F706FB;
}
</style>
background-color css
<style>
a { background-color: #F706FB; }
a { background-color: rgb(247,6,251); }
div.DivClassName
{
background-color: #F706FB;
}
.BgClassName
{
background-color: #F706FB;
}
</style>
border-color css
<style>
span { border-color: #F706FB; }
span { border-color: rgb(247,6,251); }
td.TdClassName
{
border-color: #F706FB;
}
.TagClassName
{
border-color: #F706FB;
}
</style>