Shades of Mona Lisa #F9998B
Tints of Mona Lisa #F9998B
RGB
CMYK
RGB Variations
Color information
#F9998B (or 0xF9998B) is known color: Mona Lisa. HEX triplet: F9, 99 and 8B. RGB value is (249,153,139). Sum of RGB (Red+Green+Blue) = 249+153+139=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9998B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9998B is #066674. Grayscale: #B4B4B4. Windows color (decimal): -419445 or 9148921. OLE color: 9148921.
HSL color Cylindrical-coordinate representation of color #F9998B: hue angle of 7.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 #F9998B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 139 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.02 |
| HSL | 7.64º | 0.9% | 0.76% | - |
| HSV(B) | 7.64º | 0.44% | 0.98% | - |
| XYZ | 55.12 | 44.79 | 30.17 | - |
| YUV | 180.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 139 | 0 | 0.39 | 0.44 | 0.02 | 7.64 | 0.9 | 0.76 |
| Hex | F9 | 99 | 8B | 0 | 27 | 2C | 2 | 8 | 5A | 4C |
| Octal | 371 | 231 | 213 | 0 | 47 | 54 | 2 | 10 | 132 | 114 |
| Binary | 11111001 | 10011001 | 10001011 | 0 | 100111 | 101100 | 10 | 1000 | 1011010 | 1001100 |
Color Harmonies of #F9998B
Complementary color
Monochromatic Colors of #F9998B
Black with #F9998B
Text Example
Text Example
White with #F9998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9998B; }
p { color: rgb(249,153,139); }
H1.HeaderClassName
{
color: #F9998B;
}
.AnyTagClassName
{
color: #F9998B;
}
</style>
background-color css
<style>
a { background-color: #F9998B; }
a { background-color: rgb(249,153,139); }
div.DivClassName
{
background-color: #F9998B;
}
.BgClassName
{
background-color: #F9998B;
}
</style>
border-color css
<style>
span { border-color: #F9998B; }
span { border-color: rgb(249,153,139); }
td.TdClassName
{
border-color: #F9998B;
}
.TagClassName
{
border-color: #F9998B;
}
</style>