Shades of Mona Lisa #FF9285
Tints of Mona Lisa #FF9285
RGB
CMYK
RGB Variations
Color information
#FF9285 (or 0xFF9285) is known color: Mona Lisa. HEX triplet: FF, 92 and 85. RGB value is (255,146,133). Sum of RGB (Red+Green+Blue) = 255+146+133=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9285 is #006D7A. Grayscale: #B1B1B1. Windows color (decimal): -28027 or 8753919. OLE color: 8753919.
HSL color Cylindrical-coordinate representation of color #FF9285: hue angle of 6.39º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF9285 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 133 | - |
| CMYK | 0 | 0.43 | 0.48 | 0 |
| HSL | 6.39º | 1% | 0.76% | - |
| HSV(B) | 6.39º | 0.48% | 1% | - |
| XYZ | 55.75 | 43.51 | 27.65 | - |
| YUV | 177.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 133 | 0 | 0.43 | 0.48 | 0 | 6.39 | 1 | 0.76 |
| Hex | FF | 92 | 85 | 0 | 2B | 30 | 0 | 6 | 64 | 4C |
| Octal | 377 | 222 | 205 | 0 | 53 | 60 | 0 | 6 | 144 | 114 |
| Binary | 11111111 | 10010010 | 10000101 | 0 | 101011 | 110000 | 0 | 110 | 1100100 | 1001100 |
Color Harmonies of #FF9285
Complementary color
Monochromatic Colors of #FF9285
Black with #FF9285
Text Example
Text Example
White with #FF9285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9285; }
p { color: rgb(255,146,133); }
H1.HeaderClassName
{
color: #FF9285;
}
.AnyTagClassName
{
color: #FF9285;
}
</style>
background-color css
<style>
a { background-color: #FF9285; }
a { background-color: rgb(255,146,133); }
div.DivClassName
{
background-color: #FF9285;
}
.BgClassName
{
background-color: #FF9285;
}
</style>
border-color css
<style>
span { border-color: #FF9285; }
span { border-color: rgb(255,146,133); }
td.TdClassName
{
border-color: #FF9285;
}
.TagClassName
{
border-color: #FF9285;
}
</style>