Shades of Mauvelous #F094A3
Tints of Mauvelous #F094A3
RGB
CMYK
RGB Variations
Color information
#F094A3 (or 0xF094A3) is known color: Mauvelous. HEX triplet: F0, 94 and A3. RGB value is (240,148,163). Sum of RGB (Red+Green+Blue) = 240+148+163=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F094A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F094A3 is #0F6B5C. Grayscale: #B1B1B1. Windows color (decimal): -1010525 or 10720496. OLE color: 10720496.
HSL color Cylindrical-coordinate representation of color #F094A3: hue angle of 350.22º 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 #F094A3 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 163 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.06 |
| HSL | 350.22º | 0.75% | 0.76% | - |
| HSV(B) | 350.22º | 0.38% | 0.94% | - |
| XYZ | 53.14 | 42.35 | 40.02 | - |
| YUV | 177.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 163 | 0 | 0.38 | 0.32 | 0.06 | 350.22 | 0.75 | 0.76 |
| Hex | F0 | 94 | A3 | 0 | 26 | 20 | 6 | 15E | 4B | 4C |
| Octal | 360 | 224 | 243 | 0 | 46 | 40 | 6 | 536 | 113 | 114 |
| Binary | 11110000 | 10010100 | 10100011 | 0 | 100110 | 100000 | 110 | 101011110 | 1001011 | 1001100 |
Color Harmonies of #F094A3
Complementary color
Monochromatic Colors of #F094A3
Black with #F094A3
Text Example
Text Example
White with #F094A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F094A3; }
p { color: rgb(240,148,163); }
H1.HeaderClassName
{
color: #F094A3;
}
.AnyTagClassName
{
color: #F094A3;
}
</style>
background-color css
<style>
a { background-color: #F094A3; }
a { background-color: rgb(240,148,163); }
div.DivClassName
{
background-color: #F094A3;
}
.BgClassName
{
background-color: #F094A3;
}
</style>
border-color css
<style>
span { border-color: #F094A3; }
span { border-color: rgb(240,148,163); }
td.TdClassName
{
border-color: #F094A3;
}
.TagClassName
{
border-color: #F094A3;
}
</style>