Shades of Mona Lisa #FF9492
Tints of Mona Lisa #FF9492
RGB
CMYK
RGB Variations
Color information
#FF9492 (or 0xFF9492) is known color: Mona Lisa. HEX triplet: FF, 94 and 92. RGB value is (255,148,146). Sum of RGB (Red+Green+Blue) = 255+148+146=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9492 is #006B6D. Grayscale: #B3B3B3. Windows color (decimal): -27502 or 9606399. OLE color: 9606399.
HSL color Cylindrical-coordinate representation of color #FF9492: hue angle of 1.1º 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 #FF9492 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 146 | - |
| CMYK | 0 | 0.42 | 0.43 | 0 |
| HSL | 1.1º | 1% | 0.79% | - |
| HSV(B) | 1.1º | 0.43% | 1% | - |
| XYZ | 57.02 | 44.52 | 32.78 | - |
| YUV | 179.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 146 | 0 | 0.42 | 0.43 | 0 | 1.1 | 1 | 0.79 |
| Hex | FF | 94 | 92 | 0 | 2A | 2B | 0 | 1 | 64 | 4F |
| Octal | 377 | 224 | 222 | 0 | 52 | 53 | 0 | 1 | 144 | 117 |
| Binary | 11111111 | 10010100 | 10010010 | 0 | 101010 | 101011 | 0 | 1 | 1100100 | 1001111 |
Color Harmonies of #FF9492
Complementary color
Monochromatic Colors of #FF9492
Black with #FF9492
Text Example
Text Example
White with #FF9492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9492; }
p { color: rgb(255,148,146); }
H1.HeaderClassName
{
color: #FF9492;
}
.AnyTagClassName
{
color: #FF9492;
}
</style>
background-color css
<style>
a { background-color: #FF9492; }
a { background-color: rgb(255,148,146); }
div.DivClassName
{
background-color: #FF9492;
}
.BgClassName
{
background-color: #FF9492;
}
</style>
border-color css
<style>
span { border-color: #FF9492; }
span { border-color: rgb(255,148,146); }
td.TdClassName
{
border-color: #FF9492;
}
.TagClassName
{
border-color: #FF9492;
}
</style>