Html Css Color HEX #FA8F81 Mona Lisa

📋 copy color: '#FA8F81'

red 250 ◦ green 143 ◦ blue 129

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

Shades of Mona Lisa #FA8F81

Tints of Mona Lisa #FA8F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.39%

 BLUE value IS 129 (50.78% from 255) = 24.71%

R = 47.89%
G = 27.39%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA8F81 (or 0xFA8F81) is known color: Mona Lisa. HEX triplet: FA, 8F and 81. RGB value is (250,143,129). Sum of RGB (Red+Green+Blue) = 250+143+129=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F81 is #05707E. Grayscale: #ADADAD. Windows color (decimal): -356479 or 8491002. OLE color: 8491002.

HSL color Cylindrical-coordinate representation of color #FA8F81: hue angle of 6.94º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8F81 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 129 -
CMYK 0 0.43 0.48 0.02
HSL 6.94º 0.92% 0.74% -
HSV(B) 6.94º 0.48% 0.98% -
XYZ 53.21 41.55 25.99 -
YUV 173.4 102.95 182.64 -
System Red Green Blue C M Y K H S L
Decimal 250 143 129 0 0.43 0.48 0.02 6.94 0.92 0.74
Hex FA 8F 81 0 2B 30 2 7 5C 4A
Octal 372 217 201 0 53 60 2 7 134 112
Binary 11111010 10001111 10000001 0 101011 110000 10 111 1011100 1001010

Color Harmonies of #FA8F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F81

Black with #FA8F81

Text Example


Text Example

White with #FA8F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F81; }

 p { color: rgb(250,143,129); }

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

background-color css

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

 a { background-color: rgb(250,143,129); }

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

border-color css

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

 span { border-color: rgb(250,143,129); }

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