Shades of Mauvelous #F98BA8
Tints of Mauvelous #F98BA8
RGB
CMYK
RGB Variations
Color information
#F98BA8 (or 0xF98BA8) is known color: Mauvelous. HEX triplet: F9, 8B and A8. RGB value is (249,139,168). Sum of RGB (Red+Green+Blue) = 249+139+168=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98BA8 is #067457. Grayscale: #AFAFAF. Windows color (decimal): -423000 or 11045881. OLE color: 11045881.
HSL color Cylindrical-coordinate representation of color #F98BA8: hue angle of 344.18º 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 #F98BA8 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 168 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.02 |
| HSL | 344.18º | 0.9% | 0.76% | - |
| HSV(B) | 344.18º | 0.44% | 0.98% | - |
| XYZ | 55.37 | 41.43 | 42.12 | - |
| YUV | 175.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 168 | 0 | 0.44 | 0.33 | 0.02 | 344.18 | 0.9 | 0.76 |
| Hex | F9 | 8B | A8 | 0 | 2C | 21 | 2 | 158 | 5A | 4C |
| Octal | 371 | 213 | 250 | 0 | 54 | 41 | 2 | 530 | 132 | 114 |
| Binary | 11111001 | 10001011 | 10101000 | 0 | 101100 | 100001 | 10 | 101011000 | 1011010 | 1001100 |
Color Harmonies of #F98BA8
Complementary color
Monochromatic Colors of #F98BA8
Black with #F98BA8
Text Example
Text Example
White with #F98BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BA8; }
p { color: rgb(249,139,168); }
H1.HeaderClassName
{
color: #F98BA8;
}
.AnyTagClassName
{
color: #F98BA8;
}
</style>
background-color css
<style>
a { background-color: #F98BA8; }
a { background-color: rgb(249,139,168); }
div.DivClassName
{
background-color: #F98BA8;
}
.BgClassName
{
background-color: #F98BA8;
}
</style>
border-color css
<style>
span { border-color: #F98BA8; }
span { border-color: rgb(249,139,168); }
td.TdClassName
{
border-color: #F98BA8;
}
.TagClassName
{
border-color: #F98BA8;
}
</style>