Html Css Color HEX #F59485 Mona Lisa

📋 copy color: '#F59485'

red 245 ◦ green 148 ◦ blue 133

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

Shades of Mona Lisa #F59485

Tints of Mona Lisa #F59485

RGB

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

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

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

R = 46.58%
G = 28.14%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F59485 (or 0xF59485) is known color: Mona Lisa. HEX triplet: F5, 94 and 85. RGB value is (245,148,133). Sum of RGB (Red+Green+Blue) = 245+148+133=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F59485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59485 is #0A6B7A. Grayscale: #AFAFAF. Windows color (decimal): -682875 or 8754421. OLE color: 8754421.

HSL color Cylindrical-coordinate representation of color #F59485: hue angle of 8.04º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F59485 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 148 133 -
CMYK 0 0.40 0.46 0.04
HSL 8.04º 0.85% 0.74% -
HSV(B) 8.04º 0.46% 0.96% -
XYZ 52.48 42.29 27.59 -
YUV 175.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 245 148 133 0 0.40 0.46 0.04 8.04 0.85 0.74
Hex F5 94 85 0 28 2E 4 8 55 4A
Octal 365 224 205 0 50 56 4 10 125 112
Binary 11110101 10010100 10000101 0 101000 101110 100 1000 1010101 1001010

Color Harmonies of #F59485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59485

Black with #F59485

Text Example


Text Example

White with #F59485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59485; }

 p { color: rgb(245,148,133); }

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

background-color css

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

 a { background-color: rgb(245,148,133); }

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

border-color css

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

 span { border-color: rgb(245,148,133); }

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