#FF8A80

Color #FF8A80 Mona Lisa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mona Lisa #FF8A80

Tints of Mona Lisa #FF8A80

Color information

#FF8A80 (or 0xFF8A80) is unknown color: approx Mona Lisa. HEX triplet: FF, 8A and 80. RGB value is (255,138,128). Sum of RGB (Red+Green+Blue) = 255+138+128=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8A80 is #00757F. Grayscale: #ACACAC. Windows color (decimal): -30080 or 8424191. OLE color: 8424191.

HSL color Cylindrical-coordinate representation of color #FF8A80: hue angle of 4.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8A80 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255138128-
CMYK00.460.500
HSL4.72º100%75.1%-
HSV(B)4.72º49.8%100%-
XYZ54.224125.48-
YUV171.84103.26187.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=48.94%
G=26.49%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513812800.460.5004.7210075.1
HexFF8A8002E3205644b
Octal3772122000566205144113
Binary1111111110001010100000000101110110010010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A80; }

 p { color: rgb(255,138,128); }

 H1.HeaderClassName
 {
   color: #FF8A80;
 }
 .AnyTagClassName
 {
   color: #FF8A80;
 }
</style>
background-color css

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

 a { background-color: rgb(255,138,128); }

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

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

 span { border-color: rgb(255,138,128); }

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