Shades of Mona Lisa #FF8B85
Tints of Mona Lisa #FF8B85
RGB
CMYK
RGB Variations
Color information
#FF8B85 (or 0xFF8B85) is known color: Mona Lisa. HEX triplet: FF, 8B and 85. RGB value is (255,139,133). Sum of RGB (Red+Green+Blue) = 255+139+133=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8B85 is #00747A. Grayscale: #ADADAD. Windows color (decimal): -29819 or 8752127. OLE color: 8752127.
HSL color Cylindrical-coordinate representation of color #FF8B85: hue angle of 2.95º 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 #FF8B85 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 133 | - |
| CMYK | 0 | 0.45 | 0.48 | 0 |
| HSL | 2.95º | 1% | 0.76% | - |
| HSV(B) | 2.95º | 0.48% | 1% | - |
| XYZ | 54.71 | 41.42 | 27.3 | - |
| YUV | 173 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 133 | 0 | 0.45 | 0.48 | 0 | 2.95 | 1 | 0.76 |
| Hex | FF | 8B | 85 | 0 | 2D | 30 | 0 | 3 | 64 | 4C |
| Octal | 377 | 213 | 205 | 0 | 55 | 60 | 0 | 3 | 144 | 114 |
| Binary | 11111111 | 10001011 | 10000101 | 0 | 101101 | 110000 | 0 | 11 | 1100100 | 1001100 |
Color Harmonies of #FF8B85
Complementary color
Monochromatic Colors of #FF8B85
Black with #FF8B85
Text Example
Text Example
White with #FF8B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B85; }
p { color: rgb(255,139,133); }
H1.HeaderClassName
{
color: #FF8B85;
}
.AnyTagClassName
{
color: #FF8B85;
}
</style>
background-color css
<style>
a { background-color: #FF8B85; }
a { background-color: rgb(255,139,133); }
div.DivClassName
{
background-color: #FF8B85;
}
.BgClassName
{
background-color: #FF8B85;
}
</style>
border-color css
<style>
span { border-color: #FF8B85; }
span { border-color: rgb(255,139,133); }
td.TdClassName
{
border-color: #FF8B85;
}
.TagClassName
{
border-color: #FF8B85;
}
</style>