Shades of Mauvelous #F98EA2
Tints of Mauvelous #F98EA2
RGB
CMYK
RGB Variations
Color information
#F98EA2 (or 0xF98EA2) is known color: Mauvelous. HEX triplet: F9, 8E and A2. RGB value is (249,142,162). Sum of RGB (Red+Green+Blue) = 249+142+162=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98EA2 is #06715D. Grayscale: #B0B0B0. Windows color (decimal): -422238 or 10653433. OLE color: 10653433.
HSL color Cylindrical-coordinate representation of color #F98EA2: hue angle of 348.79º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98EA2 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 162 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.02 |
| HSL | 348.79º | 0.9% | 0.77% | - |
| HSV(B) | 348.79º | 0.43% | 0.98% | - |
| XYZ | 55.26 | 42.09 | 39.39 | - |
| YUV | 176.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 162 | 0 | 0.43 | 0.35 | 0.02 | 348.79 | 0.9 | 0.77 |
| Hex | F9 | 8E | A2 | 0 | 2B | 23 | 2 | 15D | 5A | 4D |
| Octal | 371 | 216 | 242 | 0 | 53 | 43 | 2 | 535 | 132 | 115 |
| Binary | 11111001 | 10001110 | 10100010 | 0 | 101011 | 100011 | 10 | 101011101 | 1011010 | 1001101 |
Color Harmonies of #F98EA2
Complementary color
Monochromatic Colors of #F98EA2
Black with #F98EA2
Text Example
Text Example
White with #F98EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EA2; }
p { color: rgb(249,142,162); }
H1.HeaderClassName
{
color: #F98EA2;
}
.AnyTagClassName
{
color: #F98EA2;
}
</style>
background-color css
<style>
a { background-color: #F98EA2; }
a { background-color: rgb(249,142,162); }
div.DivClassName
{
background-color: #F98EA2;
}
.BgClassName
{
background-color: #F98EA2;
}
</style>
border-color css
<style>
span { border-color: #F98EA2; }
span { border-color: rgb(249,142,162); }
td.TdClassName
{
border-color: #F98EA2;
}
.TagClassName
{
border-color: #F98EA2;
}
</style>