Html Css Color HEX #F89585 Mona Lisa

📋 copy color: '#F89585'

red 248 ◦ green 149 ◦ blue 133

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

Shades of Mona Lisa #F89585

Tints of Mona Lisa #F89585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.11%

 BLUE value IS 133 (52.34% from 255) = 25.09%

R = 46.79%
G = 28.11%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F89585 (or 0xF89585) is known color: Mona Lisa. HEX triplet: F8, 95 and 85. RGB value is (248,149,133). Sum of RGB (Red+Green+Blue) = 248+149+133=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F89585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89585 is #076A7A. Grayscale: #B0B0B0. Windows color (decimal): -486011 or 8754680. OLE color: 8754680.

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

Color convert

RGB 248 149 133 -
CMYK 0 0.40 0.46 0.03
HSL 8.35º 0.89% 0.75% -
HSV(B) 8.35º 0.46% 0.97% -
XYZ 53.69 43.14 27.69 -
YUV 176.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 248 149 133 0 0.40 0.46 0.03 8.35 0.89 0.75
Hex F8 95 85 0 28 2E 3 8 59 4B
Octal 370 225 205 0 50 56 3 10 131 113
Binary 11111000 10010101 10000101 0 101000 101110 11 1000 1011001 1001011

Color Harmonies of #F89585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89585

Black with #F89585

Text Example


Text Example

White with #F89585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89585; }

 p { color: rgb(248,149,133); }

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

background-color css

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

 a { background-color: rgb(248,149,133); }

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

border-color css

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

 span { border-color: rgb(248,149,133); }

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