Shades of Mauvelous #F094AA
Tints of Mauvelous #F094AA
RGB
CMYK
RGB Variations
Color information
#F094AA (or 0xF094AA) is known color: Mauvelous. HEX triplet: F0, 94 and AA. RGB value is (240,148,170). Sum of RGB (Red+Green+Blue) = 240+148+170=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F094AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F094AA is #0F6B55. Grayscale: #B2B2B2. Windows color (decimal): -1010518 or 11179248. OLE color: 11179248.
HSL color Cylindrical-coordinate representation of color #F094AA: hue angle of 345.65º 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 #F094AA is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 170 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.06 |
| HSL | 345.65º | 0.75% | 0.76% | - |
| HSV(B) | 345.65º | 0.38% | 0.94% | - |
| XYZ | 53.78 | 42.61 | 43.42 | - |
| YUV | 178.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 170 | 0 | 0.38 | 0.29 | 0.06 | 345.65 | 0.75 | 0.76 |
| Hex | F0 | 94 | AA | 0 | 26 | 1D | 6 | 15A | 4B | 4C |
| Octal | 360 | 224 | 252 | 0 | 46 | 35 | 6 | 532 | 113 | 114 |
| Binary | 11110000 | 10010100 | 10101010 | 0 | 100110 | 11101 | 110 | 101011010 | 1001011 | 1001100 |
Color Harmonies of #F094AA
Complementary color
Monochromatic Colors of #F094AA
Black with #F094AA
Text Example
Text Example
White with #F094AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F094AA; }
p { color: rgb(240,148,170); }
H1.HeaderClassName
{
color: #F094AA;
}
.AnyTagClassName
{
color: #F094AA;
}
</style>
background-color css
<style>
a { background-color: #F094AA; }
a { background-color: rgb(240,148,170); }
div.DivClassName
{
background-color: #F094AA;
}
.BgClassName
{
background-color: #F094AA;
}
</style>
border-color css
<style>
span { border-color: #F094AA; }
span { border-color: rgb(240,148,170); }
td.TdClassName
{
border-color: #F094AA;
}
.TagClassName
{
border-color: #F094AA;
}
</style>