Shades of Mauvelous #F98EAA
Tints of Mauvelous #F98EAA
RGB
CMYK
RGB Variations
Color information
#F98EAA (or 0xF98EAA) is known color: Mauvelous. HEX triplet: F9, 8E and AA. RGB value is (249,142,170). Sum of RGB (Red+Green+Blue) = 249+142+170=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98EAA is #067155. Grayscale: #B1B1B1. Windows color (decimal): -422230 or 11177721. OLE color: 11177721.
HSL color Cylindrical-coordinate representation of color #F98EAA: hue angle of 344.3º 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 #F98EAA is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 170 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.02 |
| HSL | 344.3º | 0.9% | 0.77% | - |
| HSV(B) | 344.3º | 0.43% | 0.98% | - |
| XYZ | 56 | 42.39 | 43.26 | - |
| YUV | 177.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 170 | 0 | 0.43 | 0.32 | 0.02 | 344.3 | 0.9 | 0.77 |
| Hex | F9 | 8E | AA | 0 | 2B | 20 | 2 | 158 | 5A | 4D |
| Octal | 371 | 216 | 252 | 0 | 53 | 40 | 2 | 530 | 132 | 115 |
| Binary | 11111001 | 10001110 | 10101010 | 0 | 101011 | 100000 | 10 | 101011000 | 1011010 | 1001101 |
Color Harmonies of #F98EAA
Complementary color
Monochromatic Colors of #F98EAA
Black with #F98EAA
Text Example
Text Example
White with #F98EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EAA; }
p { color: rgb(249,142,170); }
H1.HeaderClassName
{
color: #F98EAA;
}
.AnyTagClassName
{
color: #F98EAA;
}
</style>
background-color css
<style>
a { background-color: #F98EAA; }
a { background-color: rgb(249,142,170); }
div.DivClassName
{
background-color: #F98EAA;
}
.BgClassName
{
background-color: #F98EAA;
}
</style>
border-color css
<style>
span { border-color: #F98EAA; }
span { border-color: rgb(249,142,170); }
td.TdClassName
{
border-color: #F98EAA;
}
.TagClassName
{
border-color: #F98EAA;
}
</style>