Html Css Color HEX #F89488 Mona Lisa

📋 copy color: '#F89488'

red 248 ◦ green 148 ◦ blue 136

#F89488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mona Lisa #F89488

Tints of Mona Lisa #F89488

RGB

 RED value IS 248 (97.27% from 255) = 46.62%

 GREEN value IS 148 (58.2% from 255) = 27.82%

 BLUE value IS 136 (53.52% from 255) = 25.56%

R = 46.62%
G = 27.82%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F89488 (or 0xF89488) is known color: Mona Lisa. HEX triplet: F8, 94 and 88. RGB value is (248,148,136). Sum of RGB (Red+Green+Blue) = 248+148+136=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F89488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89488 is #076B77. Grayscale: #B0B0B0. Windows color (decimal): -486264 or 8951032. OLE color: 8951032.

HSL color Cylindrical-coordinate representation of color #F89488: hue angle of 6.43º 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 #F89488 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 136 -
CMYK 0 0.40 0.45 0.03
HSL 6.43º 0.89% 0.75% -
HSV(B) 6.43º 0.45% 0.97% -
XYZ 53.75 42.91 28.74 -
YUV 176.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 248 148 136 0 0.40 0.45 0.03 6.43 0.89 0.75
Hex F8 94 88 0 28 2D 3 6 59 4B
Octal 370 224 210 0 50 55 3 6 131 113
Binary 11111000 10010100 10001000 0 101000 101101 11 110 1011001 1001011

Color Harmonies of #F89488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89488

Black with #F89488

Text Example


Text Example

White with #F89488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89488; }

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

 H1.HeaderClassName
 {
   color: #F89488;
 }
 .AnyTagClassName
 {
   color: #F89488;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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