Shades of Mauvelous #F096A6
Tints of Mauvelous #F096A6
RGB
CMYK
RGB Variations
Color information
#F096A6 (or 0xF096A6) is known color: Mauvelous. HEX triplet: F0, 96 and A6. RGB value is (240,150,166). Sum of RGB (Red+Green+Blue) = 240+150+166=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F096A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096A6 is #0F6959. Grayscale: #B2B2B2. Windows color (decimal): -1010010 or 10917616. OLE color: 10917616.
HSL color Cylindrical-coordinate representation of color #F096A6: hue angle of 349.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096A6 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 166 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.06 |
| HSL | 349.33º | 0.75% | 0.76% | - |
| HSV(B) | 349.33º | 0.38% | 0.94% | - |
| XYZ | 53.72 | 43.09 | 41.56 | - |
| YUV | 178.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 166 | 0 | 0.37 | 0.31 | 0.06 | 349.33 | 0.75 | 0.76 |
| Hex | F0 | 96 | A6 | 0 | 25 | 1F | 6 | 15D | 4B | 4C |
| Octal | 360 | 226 | 246 | 0 | 45 | 37 | 6 | 535 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10100110 | 0 | 100101 | 11111 | 110 | 101011101 | 1001011 | 1001100 |
Color Harmonies of #F096A6
Complementary color
Monochromatic Colors of #F096A6
Black with #F096A6
Text Example
Text Example
White with #F096A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096A6; }
p { color: rgb(240,150,166); }
H1.HeaderClassName
{
color: #F096A6;
}
.AnyTagClassName
{
color: #F096A6;
}
</style>
background-color css
<style>
a { background-color: #F096A6; }
a { background-color: rgb(240,150,166); }
div.DivClassName
{
background-color: #F096A6;
}
.BgClassName
{
background-color: #F096A6;
}
</style>
border-color css
<style>
span { border-color: #F096A6; }
span { border-color: rgb(240,150,166); }
td.TdClassName
{
border-color: #F096A6;
}
.TagClassName
{
border-color: #F096A6;
}
</style>