#FC9591

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

Shades of Mona Lisa #FC9591

Tints of Mona Lisa #FC9591

Color information

#FC9591 (or 0xFC9591) is unknown color: approx Mona Lisa. HEX triplet: FC, 95 and 91. RGB value is (252,149,145). Sum of RGB (Red+Green+Blue) = 252+149+145=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9591 is #036A6E. Grayscale: #B3B3B3. Windows color (decimal): -223855 or 9541116. OLE color: 9541116.

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

Color convert

RGB252149145-
CMYK00.410.420.01
HSL2.24º94.69%77.84%-
HSV(B)2.24º42.46%98.82%-
XYZ5644.2332.37-
YUV179.34108.62179.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.15%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 145 (57.03% from 255) = 26.56%
R=46.15%
G=27.29%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214914500.410.420.012.2494.6977.84
HexFC95910292A125f4e
Octal3742252210515212137116
Binary111111001001010110010001010100110101011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9591; }

 p { color: rgb(252,149,145); }

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

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

 a { background-color: rgb(252,149,145); }

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

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

 span { border-color: rgb(252,149,145); }

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