#FF9590

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

Shades of Mona Lisa #FF9590

Tints of Mona Lisa #FF9590

Color information

#FF9590 (or 0xFF9590) is unknown color: approx Mona Lisa. HEX triplet: FF, 95 and 90. RGB value is (255,149,144). Sum of RGB (Red+Green+Blue) = 255+149+144=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9590 is #006A6F. Grayscale: #B4B4B4. Windows color (decimal): -27248 or 9475583. OLE color: 9475583.

HSL color Cylindrical-coordinate representation of color #FF9590: hue angle of 2.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF9590 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255149144-
CMYK00.420.440
HSL2.7º100%78.24%-
HSV(B)2.7º43.53%100%-
XYZ57.0244.7732.02-
YUV180.12107.62181.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.53%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 144 (56.64% from 255) = 26.28%
R=46.53%
G=27.19%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514914400.420.4402.710078.24
HexFF959002A2C03644e
Octal3772252200525403144116
Binary111111111001010110010000010101010110001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9590; }

 p { color: rgb(255,149,144); }

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

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

 a { background-color: rgb(255,149,144); }

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

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

 span { border-color: rgb(255,149,144); }

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