Shades of Mona Lisa #FF9F92
Tints of Mona Lisa #FF9F92
RGB
CMYK
RGB Variations
Color information
#FF9F92 (or 0xFF9F92) is known color: Mona Lisa. HEX triplet: FF, 9F and 92. RGB value is (255,159,146). Sum of RGB (Red+Green+Blue) = 255+159+146=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F92 is #00606D. Grayscale: #BABABA. Windows color (decimal): -24686 or 9609215. OLE color: 9609215.
HSL color Cylindrical-coordinate representation of color #FF9F92: hue angle of 7.16º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF9F92 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 146 | - |
| CMYK | 0 | 0.38 | 0.43 | 0 |
| HSL | 7.16º | 1% | 0.79% | - |
| HSV(B) | 7.16º | 0.43% | 1% | - |
| XYZ | 58.83 | 48.13 | 33.38 | - |
| YUV | 186.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 146 | 0 | 0.38 | 0.43 | 0 | 7.16 | 1 | 0.79 |
| Hex | FF | 9F | 92 | 0 | 26 | 2B | 0 | 7 | 64 | 4F |
| Octal | 377 | 237 | 222 | 0 | 46 | 53 | 0 | 7 | 144 | 117 |
| Binary | 11111111 | 10011111 | 10010010 | 0 | 100110 | 101011 | 0 | 111 | 1100100 | 1001111 |
Color Harmonies of #FF9F92
Complementary color
Monochromatic Colors of #FF9F92
Black with #FF9F92
Text Example
Text Example
White with #FF9F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F92; }
p { color: rgb(255,159,146); }
H1.HeaderClassName
{
color: #FF9F92;
}
.AnyTagClassName
{
color: #FF9F92;
}
</style>
background-color css
<style>
a { background-color: #FF9F92; }
a { background-color: rgb(255,159,146); }
div.DivClassName
{
background-color: #FF9F92;
}
.BgClassName
{
background-color: #FF9F92;
}
</style>
border-color css
<style>
span { border-color: #FF9F92; }
span { border-color: rgb(255,159,146); }
td.TdClassName
{
border-color: #FF9F92;
}
.TagClassName
{
border-color: #FF9F92;
}
</style>