Shades of Mauvelous #F096A7
Tints of Mauvelous #F096A7
RGB
CMYK
RGB Variations
Color information
#F096A7 (or 0xF096A7) is known color: Mauvelous. HEX triplet: F0, 96 and A7. RGB value is (240,150,167). Sum of RGB (Red+Green+Blue) = 240+150+167=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F096A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096A7 is #0F6958. Grayscale: #B2B2B2. Windows color (decimal): -1010009 or 10983152. OLE color: 10983152.
HSL color Cylindrical-coordinate representation of color #F096A7: hue angle of 348.67º 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 #F096A7 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 167 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.06 |
| HSL | 348.67º | 0.75% | 0.76% | - |
| HSV(B) | 348.67º | 0.38% | 0.94% | - |
| XYZ | 53.82 | 43.13 | 42.05 | - |
| YUV | 178.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 167 | 0 | 0.37 | 0.30 | 0.06 | 348.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | A7 | 0 | 25 | 1E | 6 | 15D | 4B | 4C |
| Octal | 360 | 226 | 247 | 0 | 45 | 36 | 6 | 535 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10100111 | 0 | 100101 | 11110 | 110 | 101011101 | 1001011 | 1001100 |
Color Harmonies of #F096A7
Complementary color
Monochromatic Colors of #F096A7
Black with #F096A7
Text Example
Text Example
White with #F096A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096A7; }
p { color: rgb(240,150,167); }
H1.HeaderClassName
{
color: #F096A7;
}
.AnyTagClassName
{
color: #F096A7;
}
</style>
background-color css
<style>
a { background-color: #F096A7; }
a { background-color: rgb(240,150,167); }
div.DivClassName
{
background-color: #F096A7;
}
.BgClassName
{
background-color: #F096A7;
}
</style>
border-color css
<style>
span { border-color: #F096A7; }
span { border-color: rgb(240,150,167); }
td.TdClassName
{
border-color: #F096A7;
}
.TagClassName
{
border-color: #F096A7;
}
</style>