Shades of Magenta #F906F2
Tints of Magenta #F906F2
RGB
CMYK
RGB Variations
Color information
#F906F2 (or 0xF906F2) is known color: Magenta. HEX triplet: F9, 06 and F2. RGB value is (249,6,242). Sum of RGB (Red+Green+Blue) = 249+6+242=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 6 (2.73% from 255 or 1.21% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F906F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F906F2 is #06F90D. Grayscale: #686868. Windows color (decimal): -456974 or 15861497. OLE color: 15861497.
HSL color Cylindrical-coordinate representation of color #F906F2: hue angle of 301.73º 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 #F906F2 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 242 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.02 |
| HSL | 301.73º | 0.95% | 0.5% | - |
| HSV(B) | 301.73º | 0.98% | 0.98% | - |
| XYZ | 55.16 | 26.68 | 86.25 | - |
| YUV | 105.56 | 205.01 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 242 | 0 | 0.98 | 0.03 | 0.02 | 301.73 | 0.95 | 0.5 |
| Hex | F9 | 6 | F2 | 0 | 62 | 3 | 2 | 12E | 5F | 32 |
| Octal | 371 | 6 | 362 | 0 | 142 | 3 | 2 | 456 | 137 | 62 |
| Binary | 11111001 | 110 | 11110010 | 0 | 1100010 | 11 | 10 | 100101110 | 1011111 | 110010 |
Color Harmonies of #F906F2
Complementary color
Monochromatic Colors of #F906F2
Black with #F906F2
Text Example
Text Example
White with #F906F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F906F2; }
p { color: rgb(249,6,242); }
H1.HeaderClassName
{
color: #F906F2;
}
.AnyTagClassName
{
color: #F906F2;
}
</style>
background-color css
<style>
a { background-color: #F906F2; }
a { background-color: rgb(249,6,242); }
div.DivClassName
{
background-color: #F906F2;
}
.BgClassName
{
background-color: #F906F2;
}
</style>
border-color css
<style>
span { border-color: #F906F2; }
span { border-color: rgb(249,6,242); }
td.TdClassName
{
border-color: #F906F2;
}
.TagClassName
{
border-color: #F906F2;
}
</style>