Html Css Color HEX #F5A08D Mona Lisa

📋 copy color: '#F5A08D'

red 245 ◦ green 160 ◦ blue 141

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

Shades of Mona Lisa #F5A08D

Tints of Mona Lisa #F5A08D

RGB

 RED value IS 245 (96.09% from 255) = 44.87%

 GREEN value IS 160 (62.89% from 255) = 29.3%

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 44.87%
G = 29.3%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5A08D (or 0xF5A08D) is known color: Mona Lisa. HEX triplet: F5, A0 and 8D. RGB value is (245,160,141). Sum of RGB (Red+Green+Blue) = 245+160+141=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A08D is #0A5F72. Grayscale: #B7B7B7. Windows color (decimal): -679795 or 9281781. OLE color: 9281781.

HSL color Cylindrical-coordinate representation of color #F5A08D: hue angle of 10.96º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5A08D is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 160 141 -
CMYK 0 0.35 0.42 0.04
HSL 10.96º 0.84% 0.76% -
HSV(B) 10.96º 0.42% 0.96% -
XYZ 55.03 46.48 31.27 -
YUV 183.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 245 160 141 0 0.35 0.42 0.04 10.96 0.84 0.76
Hex F5 A0 8D 0 23 2A 4 B 54 4C
Octal 365 240 215 0 43 52 4 13 124 114
Binary 11110101 10100000 10001101 0 100011 101010 100 1011 1010100 1001100

Color Harmonies of #F5A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A08D

Black with #F5A08D

Text Example


Text Example

White with #F5A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A08D; }

 p { color: rgb(245,160,141); }

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

background-color css

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

 a { background-color: rgb(245,160,141); }

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

border-color css

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

 span { border-color: rgb(245,160,141); }

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