Shades of Mona Lisa #FF948A
Tints of Mona Lisa #FF948A
RGB
CMYK
RGB Variations
Color information
#FF948A (or 0xFF948A) is known color: Mona Lisa. HEX triplet: FF, 94 and 8A. RGB value is (255,148,138). Sum of RGB (Red+Green+Blue) = 255+148+138=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF948A is #006B75. Grayscale: #B3B3B3. Windows color (decimal): -27510 or 9082111. OLE color: 9082111.
HSL color Cylindrical-coordinate representation of color #FF948A: hue angle of 5.13º 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 #FF948A is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 138 | - |
| CMYK | 0 | 0.42 | 0.46 | 0 |
| HSL | 5.13º | 1% | 0.77% | - |
| HSV(B) | 5.13º | 0.46% | 1% | - |
| XYZ | 56.42 | 44.27 | 29.62 | - |
| YUV | 178.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 138 | 0 | 0.42 | 0.46 | 0 | 5.13 | 1 | 0.77 |
| Hex | FF | 94 | 8A | 0 | 2A | 2E | 0 | 5 | 64 | 4D |
| Octal | 377 | 224 | 212 | 0 | 52 | 56 | 0 | 5 | 144 | 115 |
| Binary | 11111111 | 10010100 | 10001010 | 0 | 101010 | 101110 | 0 | 101 | 1100100 | 1001101 |
Color Harmonies of #FF948A
Complementary color
Monochromatic Colors of #FF948A
Black with #FF948A
Text Example
Text Example
White with #FF948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF948A; }
p { color: rgb(255,148,138); }
H1.HeaderClassName
{
color: #FF948A;
}
.AnyTagClassName
{
color: #FF948A;
}
</style>
background-color css
<style>
a { background-color: #FF948A; }
a { background-color: rgb(255,148,138); }
div.DivClassName
{
background-color: #FF948A;
}
.BgClassName
{
background-color: #FF948A;
}
</style>
border-color css
<style>
span { border-color: #FF948A; }
span { border-color: rgb(255,148,138); }
td.TdClassName
{
border-color: #FF948A;
}
.TagClassName
{
border-color: #FF948A;
}
</style>