#F89288

Color #F89288 Mona Lisa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mona Lisa #F89288

Tints of Mona Lisa #F89288

Color information

#F89288 (or 0xF89288) is unknown color: approx Mona Lisa. HEX triplet: F8, 92 and 88. RGB value is (248,146,136). Sum of RGB (Red+Green+Blue) = 248+146+136=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F89288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89288 is #076D77. Grayscale: #AFAFAF. Windows color (decimal): -486776 or 8950520. OLE color: 8950520.

HSL color Cylindrical-coordinate representation of color #F89288: hue angle of 5.36º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F89288 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB248146136-
CMYK00.410.450.03
HSL5.36º88.89%75.29%-
HSV(B)5.36º45.16%97.25%-
XYZ53.4342.2928.64-
YUV175.36105.79179.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 46.79%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 136 (53.52% from 255) = 25.66%
R=46.79%
G=27.55%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814613600.410.450.035.3688.8975.29
HexF892880292D35594b
Octal3702222100515535131113
Binary11111000100100101000100001010011011011110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89288; }

 p { color: rgb(248,146,136); }

 H1.HeaderClassName
 {
   color: #F89288;
 }
 .AnyTagClassName
 {
   color: #F89288;
 }
</style>
background-color css

<style>
 a { background-color: #F89288; }

 a { background-color: rgb(248,146,136); }

 div.DivClassName
 {
   background-color: #F89288;
 }
 .BgClassName
 {
   background-color: #F89288;
 }
</style>
border-color css

<style>
 span { border-color: #F89288; }

 span { border-color: rgb(248,146,136); }

 td.TdClassName
 {
   border-color: #F89288;
 }
 .TagClassName
 {
   border-color: #F89288;
 }
</style>