Shades of Mona Lisa #FF938A
Tints of Mona Lisa #FF938A
RGB
CMYK
RGB Variations
Color information
#FF938A (or 0xFF938A) is known color: Mona Lisa. HEX triplet: FF, 93 and 8A. RGB value is (255,147,138). Sum of RGB (Red+Green+Blue) = 255+147+138=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF938A is #006C75. Grayscale: #B2B2B2. Windows color (decimal): -27766 or 9081855. OLE color: 9081855.
HSL color Cylindrical-coordinate representation of color #FF938A: hue angle of 4.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF938A is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 138 | - |
| CMYK | 0 | 0.42 | 0.46 | 0 |
| HSL | 4.62º | 1% | 0.77% | - |
| HSV(B) | 4.62º | 0.46% | 1% | - |
| XYZ | 56.26 | 43.96 | 29.57 | - |
| YUV | 178.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 138 | 0 | 0.42 | 0.46 | 0 | 4.62 | 1 | 0.77 |
| Hex | FF | 93 | 8A | 0 | 2A | 2E | 0 | 5 | 64 | 4D |
| Octal | 377 | 223 | 212 | 0 | 52 | 56 | 0 | 5 | 144 | 115 |
| Binary | 11111111 | 10010011 | 10001010 | 0 | 101010 | 101110 | 0 | 101 | 1100100 | 1001101 |
Color Harmonies of #FF938A
Complementary color
Monochromatic Colors of #FF938A
Black with #FF938A
Text Example
Text Example
White with #FF938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF938A; }
p { color: rgb(255,147,138); }
H1.HeaderClassName
{
color: #FF938A;
}
.AnyTagClassName
{
color: #FF938A;
}
</style>
background-color css
<style>
a { background-color: #FF938A; }
a { background-color: rgb(255,147,138); }
div.DivClassName
{
background-color: #FF938A;
}
.BgClassName
{
background-color: #FF938A;
}
</style>
border-color css
<style>
span { border-color: #FF938A; }
span { border-color: rgb(255,147,138); }
td.TdClassName
{
border-color: #FF938A;
}
.TagClassName
{
border-color: #FF938A;
}
</style>