Shades of Mona Lisa #FF9D92
Tints of Mona Lisa #FF9D92
RGB
CMYK
RGB Variations
Color information
#FF9D92 (or 0xFF9D92) is known color: Mona Lisa. HEX triplet: FF, 9D and 92. RGB value is (255,157,146). Sum of RGB (Red+Green+Blue) = 255+157+146=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D92 is #00626D. Grayscale: #B9B9B9. Windows color (decimal): -25198 or 9608703. OLE color: 9608703.
HSL color Cylindrical-coordinate representation of color #FF9D92: hue angle of 6.06º 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 #FF9D92 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 146 | - |
| CMYK | 0 | 0.38 | 0.43 | 0 |
| HSL | 6.06º | 1% | 0.79% | - |
| HSV(B) | 6.06º | 0.43% | 1% | - |
| XYZ | 58.49 | 47.45 | 33.27 | - |
| YUV | 185.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 146 | 0 | 0.38 | 0.43 | 0 | 6.06 | 1 | 0.79 |
| Hex | FF | 9D | 92 | 0 | 26 | 2B | 0 | 6 | 64 | 4F |
| Octal | 377 | 235 | 222 | 0 | 46 | 53 | 0 | 6 | 144 | 117 |
| Binary | 11111111 | 10011101 | 10010010 | 0 | 100110 | 101011 | 0 | 110 | 1100100 | 1001111 |
Color Harmonies of #FF9D92
Complementary color
Monochromatic Colors of #FF9D92
Black with #FF9D92
Text Example
Text Example
White with #FF9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D92; }
p { color: rgb(255,157,146); }
H1.HeaderClassName
{
color: #FF9D92;
}
.AnyTagClassName
{
color: #FF9D92;
}
</style>
background-color css
<style>
a { background-color: #FF9D92; }
a { background-color: rgb(255,157,146); }
div.DivClassName
{
background-color: #FF9D92;
}
.BgClassName
{
background-color: #FF9D92;
}
</style>
border-color css
<style>
span { border-color: #FF9D92; }
span { border-color: rgb(255,157,146); }
td.TdClassName
{
border-color: #FF9D92;
}
.TagClassName
{
border-color: #FF9D92;
}
</style>