Shades of Mona Lisa #F9928B
Tints of Mona Lisa #F9928B
RGB
CMYK
RGB Variations
Color information
#F9928B (or 0xF9928B) is known color: Mona Lisa. HEX triplet: F9, 92 and 8B. RGB value is (249,146,139). Sum of RGB (Red+Green+Blue) = 249+146+139=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9928B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9928B is #066D74. Grayscale: #B0B0B0. Windows color (decimal): -421237 or 9147129. OLE color: 9147129.
HSL color Cylindrical-coordinate representation of color #F9928B: hue angle of 3.82º 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 #F9928B is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 146 | 139 | - |
CMYK | 0 | 0.41 | 0.44 | 0.02 |
HSL | 3.82º | 0.9% | 0.76% | - |
HSV(B) | 3.82º | 0.44% | 0.98% | - |
XYZ | 54.01 | 42.56 | 29.79 | - |
YUV | 176 | 107.12 | 180.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 146 | 139 | 0 | 0.41 | 0.44 | 0.02 | 3.82 | 0.9 | 0.76 |
Hex | F9 | 92 | 8B | 0 | 29 | 2C | 2 | 4 | 5A | 4C |
Octal | 371 | 222 | 213 | 0 | 51 | 54 | 2 | 4 | 132 | 114 |
Binary | 11111001 | 10010010 | 10001011 | 0 | 101001 | 101100 | 10 | 100 | 1011010 | 1001100 |
Color Harmonies of #F9928B
Complementary color
Monochromatic Colors of #F9928B
Black with #F9928B
Text Example
Text Example
White with #F9928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9928B; }
p { color: rgb(249,146,139); }
H1.HeaderClassName
{
color: #F9928B;
}
.AnyTagClassName
{
color: #F9928B;
}
</style>
background-color css
<style>
a { background-color: #F9928B; }
a { background-color: rgb(249,146,139); }
div.DivClassName
{
background-color: #F9928B;
}
.BgClassName
{
background-color: #F9928B;
}
</style>
border-color css
<style>
span { border-color: #F9928B; }
span { border-color: rgb(249,146,139); }
td.TdClassName
{
border-color: #F9928B;
}
.TagClassName
{
border-color: #F9928B;
}
</style>