Shades of Mauvelous #F095AA
Tints of Mauvelous #F095AA
RGB
CMYK
RGB Variations
Color information
#F095AA (or 0xF095AA) is known color: Mauvelous. HEX triplet: F0, 95 and AA. RGB value is (240,149,170). Sum of RGB (Red+Green+Blue) = 240+149+170=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F095AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095AA is #0F6A55. Grayscale: #B2B2B2. Windows color (decimal): -1010262 or 11179504. OLE color: 11179504.
HSL color Cylindrical-coordinate representation of color #F095AA: hue angle of 346.15º 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 #F095AA is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 170 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.06 |
| HSL | 346.15º | 0.75% | 0.76% | - |
| HSV(B) | 346.15º | 0.38% | 0.94% | - |
| XYZ | 53.94 | 42.92 | 43.47 | - |
| YUV | 178.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 170 | 0 | 0.38 | 0.29 | 0.06 | 346.15 | 0.75 | 0.76 |
| Hex | F0 | 95 | AA | 0 | 26 | 1D | 6 | 15A | 4B | 4C |
| Octal | 360 | 225 | 252 | 0 | 46 | 35 | 6 | 532 | 113 | 114 |
| Binary | 11110000 | 10010101 | 10101010 | 0 | 100110 | 11101 | 110 | 101011010 | 1001011 | 1001100 |
Color Harmonies of #F095AA
Complementary color
Monochromatic Colors of #F095AA
Black with #F095AA
Text Example
Text Example
White with #F095AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095AA; }
p { color: rgb(240,149,170); }
H1.HeaderClassName
{
color: #F095AA;
}
.AnyTagClassName
{
color: #F095AA;
}
</style>
background-color css
<style>
a { background-color: #F095AA; }
a { background-color: rgb(240,149,170); }
div.DivClassName
{
background-color: #F095AA;
}
.BgClassName
{
background-color: #F095AA;
}
</style>
border-color css
<style>
span { border-color: #F095AA; }
span { border-color: rgb(240,149,170); }
td.TdClassName
{
border-color: #F095AA;
}
.TagClassName
{
border-color: #F095AA;
}
</style>