Shades of Mauvelous #F096AA
Tints of Mauvelous #F096AA
RGB
CMYK
RGB Variations
Color information
#F096AA (or 0xF096AA) is known color: Mauvelous. HEX triplet: F0, 96 and AA. RGB value is (240,150,170). Sum of RGB (Red+Green+Blue) = 240+150+170=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F096AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096AA is #0F6955. Grayscale: #B3B3B3. Windows color (decimal): -1010006 or 11179760. OLE color: 11179760.
HSL color Cylindrical-coordinate representation of color #F096AA: hue angle of 346.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 #F096AA is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 170 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.06 |
| HSL | 346.67º | 0.75% | 0.76% | - |
| HSV(B) | 346.67º | 0.38% | 0.94% | - |
| XYZ | 54.1 | 43.24 | 43.53 | - |
| YUV | 179.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 170 | 0 | 0.37 | 0.29 | 0.06 | 346.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | AA | 0 | 25 | 1D | 6 | 15B | 4B | 4C |
| Octal | 360 | 226 | 252 | 0 | 45 | 35 | 6 | 533 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10101010 | 0 | 100101 | 11101 | 110 | 101011011 | 1001011 | 1001100 |
Color Harmonies of #F096AA
Complementary color
Monochromatic Colors of #F096AA
Black with #F096AA
Text Example
Text Example
White with #F096AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096AA; }
p { color: rgb(240,150,170); }
H1.HeaderClassName
{
color: #F096AA;
}
.AnyTagClassName
{
color: #F096AA;
}
</style>
background-color css
<style>
a { background-color: #F096AA; }
a { background-color: rgb(240,150,170); }
div.DivClassName
{
background-color: #F096AA;
}
.BgClassName
{
background-color: #F096AA;
}
</style>
border-color css
<style>
span { border-color: #F096AA; }
span { border-color: rgb(240,150,170); }
td.TdClassName
{
border-color: #F096AA;
}
.TagClassName
{
border-color: #F096AA;
}
</style>