Shades of Magenta #F906EC
Tints of Magenta #F906EC
RGB
CMYK
RGB Variations
Color information
#F906EC (or 0xF906EC) is known color: Magenta. HEX triplet: F9, 06 and EC. RGB value is (249,6,236). Sum of RGB (Red+Green+Blue) = 249+6+236=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 6 (2.73% from 255 or 1.22% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F906EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F906EC is #06F913. Grayscale: #686868. Windows color (decimal): -456980 or 15468281. OLE color: 15468281.
HSL color Cylindrical-coordinate representation of color #F906EC: hue angle of 303.21º degrees, saturation: 0.95, 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 #F906EC is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 236 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.02 |
| HSL | 303.21º | 0.95% | 0.5% | - |
| HSV(B) | 303.21º | 0.98% | 0.98% | - |
| XYZ | 54.27 | 26.33 | 81.58 | - |
| YUV | 104.88 | 202.01 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 236 | 0 | 0.98 | 0.05 | 0.02 | 303.21 | 0.95 | 0.5 |
| Hex | F9 | 6 | EC | 0 | 62 | 5 | 2 | 12F | 5F | 32 |
| Octal | 371 | 6 | 354 | 0 | 142 | 5 | 2 | 457 | 137 | 62 |
| Binary | 11111001 | 110 | 11101100 | 0 | 1100010 | 101 | 10 | 100101111 | 1011111 | 110010 |
Color Harmonies of #F906EC
Complementary color
Monochromatic Colors of #F906EC
Black with #F906EC
Text Example
Text Example
White with #F906EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F906EC; }
p { color: rgb(249,6,236); }
H1.HeaderClassName
{
color: #F906EC;
}
.AnyTagClassName
{
color: #F906EC;
}
</style>
background-color css
<style>
a { background-color: #F906EC; }
a { background-color: rgb(249,6,236); }
div.DivClassName
{
background-color: #F906EC;
}
.BgClassName
{
background-color: #F906EC;
}
</style>
border-color css
<style>
span { border-color: #F906EC; }
span { border-color: rgb(249,6,236); }
td.TdClassName
{
border-color: #F906EC;
}
.TagClassName
{
border-color: #F906EC;
}
</style>