#F8958E

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

Shades of Mona Lisa #F8958E

Tints of Mona Lisa #F8958E

Color information

#F8958E (or 0xF8958E) is unknown color: approx Mona Lisa. HEX triplet: F8, 95 and 8E. RGB value is (248,149,142). Sum of RGB (Red+Green+Blue) = 248+149+142=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8958E is #076A71. Grayscale: #B1B1B1. Windows color (decimal): -486002 or 9344504. OLE color: 9344504.

HSL color Cylindrical-coordinate representation of color #F8958E: hue angle of 3.96º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8958E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248149142-
CMYK00.400.430.03
HSL3.96º88.33%76.47%-
HSV(B)3.96º42.74%97.25%-
XYZ54.3443.431.1-
YUV177.8107.8178.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.01%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=46.01%
G=27.64%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814914200.400.430.033.9688.3376.47
HexF8958E0282B34584c
Octal3702252160505334130114
Binary11111000100101011000111001010001010111110010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8958E; }

 p { color: rgb(248,149,142); }

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

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

 a { background-color: rgb(248,149,142); }

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

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

 span { border-color: rgb(248,149,142); }

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