Shades of Mauvelous #F98BA6
Tints of Mauvelous #F98BA6
RGB
CMYK
RGB Variations
Color information
#F98BA6 (or 0xF98BA6) is known color: Mauvelous. HEX triplet: F9, 8B and A6. RGB value is (249,139,166). Sum of RGB (Red+Green+Blue) = 249+139+166=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98BA6 is #067459. Grayscale: #AEAEAE. Windows color (decimal): -423002 or 10914809. OLE color: 10914809.
HSL color Cylindrical-coordinate representation of color #F98BA6: hue angle of 345.27º 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 #F98BA6 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 166 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.02 |
| HSL | 345.27º | 0.9% | 0.76% | - |
| HSV(B) | 345.27º | 0.44% | 0.98% | - |
| XYZ | 55.18 | 41.36 | 41.15 | - |
| YUV | 174.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 166 | 0 | 0.44 | 0.33 | 0.02 | 345.27 | 0.9 | 0.76 |
| Hex | F9 | 8B | A6 | 0 | 2C | 21 | 2 | 159 | 5A | 4C |
| Octal | 371 | 213 | 246 | 0 | 54 | 41 | 2 | 531 | 132 | 114 |
| Binary | 11111001 | 10001011 | 10100110 | 0 | 101100 | 100001 | 10 | 101011001 | 1011010 | 1001100 |
Color Harmonies of #F98BA6
Complementary color
Monochromatic Colors of #F98BA6
Black with #F98BA6
Text Example
Text Example
White with #F98BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BA6; }
p { color: rgb(249,139,166); }
H1.HeaderClassName
{
color: #F98BA6;
}
.AnyTagClassName
{
color: #F98BA6;
}
</style>
background-color css
<style>
a { background-color: #F98BA6; }
a { background-color: rgb(249,139,166); }
div.DivClassName
{
background-color: #F98BA6;
}
.BgClassName
{
background-color: #F98BA6;
}
</style>
border-color css
<style>
span { border-color: #F98BA6; }
span { border-color: rgb(249,139,166); }
td.TdClassName
{
border-color: #F98BA6;
}
.TagClassName
{
border-color: #F98BA6;
}
</style>