Html Css Color HEX #F69082 Mona Lisa

📋 copy color: '#F69082'

red 246 ◦ green 144 ◦ blue 130

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

Shades of Mona Lisa #F69082

Tints of Mona Lisa #F69082

RGB

 RED value IS 246 (96.48% from 255) = 47.31%

 GREEN value IS 144 (56.64% from 255) = 27.69%

 BLUE value IS 130 (51.17% from 255) = 25%

R = 47.31%
G = 27.69%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F69082 (or 0xF69082) is known color: Mona Lisa. HEX triplet: F6, 90 and 82. RGB value is (246,144,130). Sum of RGB (Red+Green+Blue) = 246+144+130=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F69082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69082 is #096F7D. Grayscale: #ADADAD. Windows color (decimal): -618366 or 8556790. OLE color: 8556790.

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

Color convert

RGB 246 144 130 -
CMYK 0 0.41 0.47 0.04
HSL 7.24º 0.87% 0.74% -
HSV(B) 7.24º 0.47% 0.96% -
XYZ 52.01 41.15 26.32 -
YUV 172.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 246 144 130 0 0.41 0.47 0.04 7.24 0.87 0.74
Hex F6 90 82 0 29 2F 4 7 57 4A
Octal 366 220 202 0 51 57 4 7 127 112
Binary 11110110 10010000 10000010 0 101001 101111 100 111 1010111 1001010

Color Harmonies of #F69082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69082

Black with #F69082

Text Example


Text Example

White with #F69082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69082; }

 p { color: rgb(246,144,130); }

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

background-color css

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

 a { background-color: rgb(246,144,130); }

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

border-color css

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

 span { border-color: rgb(246,144,130); }

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