Html Css Color HEX #FA9F93 Mona Lisa

📋 copy color: '#FA9F93'

red 250 ◦ green 159 ◦ blue 147

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

Shades of Mona Lisa #FA9F93

Tints of Mona Lisa #FA9F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.44%

R = 44.96%
G = 28.6%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA9F93 (or 0xFA9F93) is known color: Mona Lisa. HEX triplet: FA, 9F and 93. RGB value is (250,159,147). Sum of RGB (Red+Green+Blue) = 250+159+147=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F93 is #05606C. Grayscale: #B8B8B8. Windows color (decimal): -352365 or 9674746. OLE color: 9674746.

HSL color Cylindrical-coordinate representation of color #FA9F93: hue angle of 6.99º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA9F93 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 147 -
CMYK 0 0.36 0.41 0.02
HSL 6.99º 0.91% 0.78% -
HSV(B) 6.99º 0.41% 0.98% -
XYZ 57.09 47.23 33.71 -
YUV 184.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 250 159 147 0 0.36 0.41 0.02 6.99 0.91 0.78
Hex FA 9F 93 0 24 29 2 7 5B 4E
Octal 372 237 223 0 44 51 2 7 133 116
Binary 11111010 10011111 10010011 0 100100 101001 10 111 1011011 1001110

Color Harmonies of #FA9F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F93

Black with #FA9F93

Text Example


Text Example

White with #FA9F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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