Html Css Color HEX #FA9F90 Mona Lisa

📋 copy color: '#FA9F90'

red 250 ◦ green 159 ◦ blue 144

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

Shades of Mona Lisa #FA9F90

Tints of Mona Lisa #FA9F90

RGB

 RED value IS 250 (98.05% from 255) = 45.21%

 GREEN value IS 159 (62.5% from 255) = 28.75%

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

R = 45.21%
G = 28.75%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA9F90 (or 0xFA9F90) is known color: Mona Lisa. HEX triplet: FA, 9F and 90. RGB value is (250,159,144). Sum of RGB (Red+Green+Blue) = 250+159+144=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F90 is #05606F. Grayscale: #B8B8B8. Windows color (decimal): -352368 or 9478138. OLE color: 9478138.

HSL color Cylindrical-coordinate representation of color #FA9F90: hue angle of 8.49º degrees, saturation: 0.91, 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 #FA9F90 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 144 -
CMYK 0 0.36 0.42 0.02
HSL 8.49º 0.91% 0.77% -
HSV(B) 8.49º 0.42% 0.98% -
XYZ 56.86 47.13 32.49 -
YUV 184.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 250 159 144 0 0.36 0.42 0.02 8.49 0.91 0.77
Hex FA 9F 90 0 24 2A 2 8 5B 4D
Octal 372 237 220 0 44 52 2 10 133 115
Binary 11111010 10011111 10010000 0 100100 101010 10 1000 1011011 1001101

Color Harmonies of #FA9F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F90

Black with #FA9F90

Text Example


Text Example

White with #FA9F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F90; }

 p { color: rgb(250,159,144); }

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

background-color css

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

 a { background-color: rgb(250,159,144); }

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

border-color css

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

 span { border-color: rgb(250,159,144); }

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