Shades of Mona Lisa #F99B8B
Tints of Mona Lisa #F99B8B
RGB
CMYK
RGB Variations
Color information
#F99B8B (or 0xF99B8B) is known color: Mona Lisa. HEX triplet: F9, 9B and 8B. RGB value is (249,155,139). Sum of RGB (Red+Green+Blue) = 249+155+139=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99B8B is #066474. Grayscale: #B5B5B5. Windows color (decimal): -418933 or 9149433. OLE color: 9149433.
HSL color Cylindrical-coordinate representation of color #F99B8B: hue angle of 8.73º 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 #F99B8B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 139 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.02 |
| HSL | 8.73º | 0.9% | 0.76% | - |
| HSV(B) | 8.73º | 0.44% | 0.98% | - |
| XYZ | 55.45 | 45.45 | 30.28 | - |
| YUV | 181.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 139 | 0 | 0.38 | 0.44 | 0.02 | 8.73 | 0.9 | 0.76 |
| Hex | F9 | 9B | 8B | 0 | 26 | 2C | 2 | 9 | 5A | 4C |
| Octal | 371 | 233 | 213 | 0 | 46 | 54 | 2 | 11 | 132 | 114 |
| Binary | 11111001 | 10011011 | 10001011 | 0 | 100110 | 101100 | 10 | 1001 | 1011010 | 1001100 |
Color Harmonies of #F99B8B
Complementary color
Monochromatic Colors of #F99B8B
Black with #F99B8B
Text Example
Text Example
White with #F99B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99B8B; }
p { color: rgb(249,155,139); }
H1.HeaderClassName
{
color: #F99B8B;
}
.AnyTagClassName
{
color: #F99B8B;
}
</style>
background-color css
<style>
a { background-color: #F99B8B; }
a { background-color: rgb(249,155,139); }
div.DivClassName
{
background-color: #F99B8B;
}
.BgClassName
{
background-color: #F99B8B;
}
</style>
border-color css
<style>
span { border-color: #F99B8B; }
span { border-color: rgb(249,155,139); }
td.TdClassName
{
border-color: #F99B8B;
}
.TagClassName
{
border-color: #F99B8B;
}
</style>