Shades of Mauvelous #F094A9
Tints of Mauvelous #F094A9
RGB
CMYK
RGB Variations
Color information
#F094A9 (or 0xF094A9) is known color: Mauvelous. HEX triplet: F0, 94 and A9. RGB value is (240,148,169). Sum of RGB (Red+Green+Blue) = 240+148+169=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F094A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F094A9 is #0F6B56. Grayscale: #B1B1B1. Windows color (decimal): -1010519 or 11113712. OLE color: 11113712.
HSL color Cylindrical-coordinate representation of color #F094A9: hue angle of 346.3º 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 #F094A9 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 169 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.06 |
| HSL | 346.3º | 0.75% | 0.76% | - |
| HSV(B) | 346.3º | 0.38% | 0.94% | - |
| XYZ | 53.69 | 42.57 | 42.92 | - |
| YUV | 177.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 169 | 0 | 0.38 | 0.30 | 0.06 | 346.3 | 0.75 | 0.76 |
| Hex | F0 | 94 | A9 | 0 | 26 | 1E | 6 | 15A | 4B | 4C |
| Octal | 360 | 224 | 251 | 0 | 46 | 36 | 6 | 532 | 113 | 114 |
| Binary | 11110000 | 10010100 | 10101001 | 0 | 100110 | 11110 | 110 | 101011010 | 1001011 | 1001100 |
Color Harmonies of #F094A9
Complementary color
Monochromatic Colors of #F094A9
Black with #F094A9
Text Example
Text Example
White with #F094A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F094A9; }
p { color: rgb(240,148,169); }
H1.HeaderClassName
{
color: #F094A9;
}
.AnyTagClassName
{
color: #F094A9;
}
</style>
background-color css
<style>
a { background-color: #F094A9; }
a { background-color: rgb(240,148,169); }
div.DivClassName
{
background-color: #F094A9;
}
.BgClassName
{
background-color: #F094A9;
}
</style>
border-color css
<style>
span { border-color: #F094A9; }
span { border-color: rgb(240,148,169); }
td.TdClassName
{
border-color: #F094A9;
}
.TagClassName
{
border-color: #F094A9;
}
</style>