Html Css Color HEX #F99690 Mona Lisa

📋 copy color: '#F99690'

red 249 ◦ green 150 ◦ blue 144

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

Shades of Mona Lisa #F99690

Tints of Mona Lisa #F99690

RGB

 RED value IS 249 (97.66% from 255) = 45.86%

 GREEN value IS 150 (58.98% from 255) = 27.62%

 BLUE value IS 144 (56.64% from 255) = 26.52%

R = 45.86%
G = 27.62%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F99690 (or 0xF99690) is known color: Mona Lisa. HEX triplet: F9, 96 and 90. RGB value is (249,150,144). Sum of RGB (Red+Green+Blue) = 249+150+144=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F99690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99690 is #06696F. Grayscale: #B3B3B3. Windows color (decimal): -420208 or 9475833. OLE color: 9475833.

HSL color Cylindrical-coordinate representation of color #F99690: hue angle of 3.43º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F99690 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 150 144 -
CMYK 0 0.40 0.42 0.02
HSL 3.43º 0.9% 0.77% -
HSV(B) 3.43º 0.42% 0.98% -
XYZ 55.01 43.97 31.97 -
YUV 178.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 249 150 144 0 0.40 0.42 0.02 3.43 0.9 0.77
Hex F9 96 90 0 28 2A 2 3 5A 4D
Octal 371 226 220 0 50 52 2 3 132 115
Binary 11111001 10010110 10010000 0 101000 101010 10 11 1011010 1001101

Color Harmonies of #F99690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99690

Black with #F99690

Text Example


Text Example

White with #F99690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99690; }

 p { color: rgb(249,150,144); }

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

background-color css

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

 a { background-color: rgb(249,150,144); }

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

border-color css

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

 span { border-color: rgb(249,150,144); }

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