Shades of Mauvelous #F98DB0
Tints of Mauvelous #F98DB0
RGB
CMYK
RGB Variations
Color information
#F98DB0 (or 0xF98DB0) is known color: Mauvelous. HEX triplet: F9, 8D and B0. RGB value is (249,141,176). Sum of RGB (Red+Green+Blue) = 249+141+176=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98DB0 is #06724F. Grayscale: #B1B1B1. Windows color (decimal): -422480 or 11570681. OLE color: 11570681.
HSL color Cylindrical-coordinate representation of color #F98DB0: hue angle of 340.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DB0 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 176 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.02 |
| HSL | 340.56º | 0.9% | 0.76% | - |
| HSV(B) | 340.56º | 0.43% | 0.98% | - |
| XYZ | 56.43 | 42.32 | 46.27 | - |
| YUV | 177.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 176 | 0 | 0.43 | 0.29 | 0.02 | 340.56 | 0.9 | 0.76 |
| Hex | F9 | 8D | B0 | 0 | 2B | 1D | 2 | 155 | 5A | 4C |
| Octal | 371 | 215 | 260 | 0 | 53 | 35 | 2 | 525 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10110000 | 0 | 101011 | 11101 | 10 | 101010101 | 1011010 | 1001100 |
Color Harmonies of #F98DB0
Complementary color
Monochromatic Colors of #F98DB0
Black with #F98DB0
Text Example
Text Example
White with #F98DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DB0; }
p { color: rgb(249,141,176); }
H1.HeaderClassName
{
color: #F98DB0;
}
.AnyTagClassName
{
color: #F98DB0;
}
</style>
background-color css
<style>
a { background-color: #F98DB0; }
a { background-color: rgb(249,141,176); }
div.DivClassName
{
background-color: #F98DB0;
}
.BgClassName
{
background-color: #F98DB0;
}
</style>
border-color css
<style>
span { border-color: #F98DB0; }
span { border-color: rgb(249,141,176); }
td.TdClassName
{
border-color: #F98DB0;
}
.TagClassName
{
border-color: #F98DB0;
}
</style>