Shades of Mauvelous #F090A9
Tints of Mauvelous #F090A9
RGB
CMYK
RGB Variations
Color information
#F090A9 (or 0xF090A9) is known color: Mauvelous. HEX triplet: F0, 90 and A9. RGB value is (240,144,169). Sum of RGB (Red+Green+Blue) = 240+144+169=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 169 (66.41% from 255 or 30.56% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F090A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F090A9 is #0F6F56. Grayscale: #AFAFAF. Windows color (decimal): -1011543 or 11112688. OLE color: 11112688.
HSL color Cylindrical-coordinate representation of color #F090A9: hue angle of 344.38º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090A9 is Cyan = 0, Magento = 0.4, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 169 | - |
| CMYK | 0 | 0.4 | 0.30 | 0.06 |
| HSL | 344.38º | 0.76% | 0.75% | - |
| HSV(B) | 344.38º | 0.4% | 0.94% | - |
| XYZ | 53.07 | 41.34 | 42.72 | - |
| YUV | 175.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 169 | 0 | 0.4 | 0.30 | 0.06 | 344.38 | 0.76 | 0.75 |
| Hex | F0 | 90 | A9 | 0 | 28 | 1E | 6 | 158 | 4C | 4B |
| Octal | 360 | 220 | 251 | 0 | 50 | 36 | 6 | 530 | 114 | 113 |
| Binary | 11110000 | 10010000 | 10101001 | 0 | 101000 | 11110 | 110 | 101011000 | 1001100 | 1001011 |
Color Harmonies of #F090A9
Complementary color
Monochromatic Colors of #F090A9
Black with #F090A9
Text Example
Text Example
White with #F090A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090A9; }
p { color: rgb(240,144,169); }
H1.HeaderClassName
{
color: #F090A9;
}
.AnyTagClassName
{
color: #F090A9;
}
</style>
background-color css
<style>
a { background-color: #F090A9; }
a { background-color: rgb(240,144,169); }
div.DivClassName
{
background-color: #F090A9;
}
.BgClassName
{
background-color: #F090A9;
}
</style>
border-color css
<style>
span { border-color: #F090A9; }
span { border-color: rgb(240,144,169); }
td.TdClassName
{
border-color: #F090A9;
}
.TagClassName
{
border-color: #F090A9;
}
</style>