Shades of Mona Lisa #FF9288
Tints of Mona Lisa #FF9288
RGB
CMYK
RGB Variations
Color information
#FF9288 (or 0xFF9288) is known color: Mona Lisa. HEX triplet: FF, 92 and 88. RGB value is (255,146,136). Sum of RGB (Red+Green+Blue) = 255+146+136=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9288 is #006D77. Grayscale: #B1B1B1. Windows color (decimal): -28024 or 8950527. OLE color: 8950527.
HSL color Cylindrical-coordinate representation of color #FF9288: hue angle of 5.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF9288 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 136 | - |
| CMYK | 0 | 0.43 | 0.47 | 0 |
| HSL | 5.04º | 1% | 0.77% | - |
| HSV(B) | 5.04º | 0.47% | 1% | - |
| XYZ | 55.96 | 43.6 | 28.76 | - |
| YUV | 177.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 136 | 0 | 0.43 | 0.47 | 0 | 5.04 | 1 | 0.77 |
| Hex | FF | 92 | 88 | 0 | 2B | 2F | 0 | 5 | 64 | 4D |
| Octal | 377 | 222 | 210 | 0 | 53 | 57 | 0 | 5 | 144 | 115 |
| Binary | 11111111 | 10010010 | 10001000 | 0 | 101011 | 101111 | 0 | 101 | 1100100 | 1001101 |
Color Harmonies of #FF9288
Complementary color
Monochromatic Colors of #FF9288
Black with #FF9288
Text Example
Text Example
White with #FF9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9288; }
p { color: rgb(255,146,136); }
H1.HeaderClassName
{
color: #FF9288;
}
.AnyTagClassName
{
color: #FF9288;
}
</style>
background-color css
<style>
a { background-color: #FF9288; }
a { background-color: rgb(255,146,136); }
div.DivClassName
{
background-color: #FF9288;
}
.BgClassName
{
background-color: #FF9288;
}
</style>
border-color css
<style>
span { border-color: #FF9288; }
span { border-color: rgb(255,146,136); }
td.TdClassName
{
border-color: #FF9288;
}
.TagClassName
{
border-color: #FF9288;
}
</style>