Shades of Mauvelous #F98BA9
Tints of Mauvelous #F98BA9
RGB
CMYK
RGB Variations
Color information
#F98BA9 (or 0xF98BA9) is known color: Mauvelous. HEX triplet: F9, 8B and A9. RGB value is (249,139,169). Sum of RGB (Red+Green+Blue) = 249+139+169=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98BA9 is #067456. Grayscale: #AFAFAF. Windows color (decimal): -422999 or 11111417. OLE color: 11111417.
HSL color Cylindrical-coordinate representation of color #F98BA9: hue angle of 343.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98BA9 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 169 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.02 |
| HSL | 343.64º | 0.9% | 0.76% | - |
| HSV(B) | 343.64º | 0.44% | 0.98% | - |
| XYZ | 55.46 | 41.47 | 42.62 | - |
| YUV | 175.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 169 | 0 | 0.44 | 0.32 | 0.02 | 343.64 | 0.9 | 0.76 |
| Hex | F9 | 8B | A9 | 0 | 2C | 20 | 2 | 158 | 5A | 4C |
| Octal | 371 | 213 | 251 | 0 | 54 | 40 | 2 | 530 | 132 | 114 |
| Binary | 11111001 | 10001011 | 10101001 | 0 | 101100 | 100000 | 10 | 101011000 | 1011010 | 1001100 |
Color Harmonies of #F98BA9
Complementary color
Monochromatic Colors of #F98BA9
Black with #F98BA9
Text Example
Text Example
White with #F98BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BA9; }
p { color: rgb(249,139,169); }
H1.HeaderClassName
{
color: #F98BA9;
}
.AnyTagClassName
{
color: #F98BA9;
}
</style>
background-color css
<style>
a { background-color: #F98BA9; }
a { background-color: rgb(249,139,169); }
div.DivClassName
{
background-color: #F98BA9;
}
.BgClassName
{
background-color: #F98BA9;
}
</style>
border-color css
<style>
span { border-color: #F98BA9; }
span { border-color: rgb(249,139,169); }
td.TdClassName
{
border-color: #F98BA9;
}
.TagClassName
{
border-color: #F98BA9;
}
</style>