#F69B91

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

Shades of Mona Lisa #F69B91

Tints of Mona Lisa #F69B91

Color information

#F69B91 (or 0xF69B91) is unknown color: approx Mona Lisa. HEX triplet: F6, 9B and 91. RGB value is (246,155,145). Sum of RGB (Red+Green+Blue) = 246+155+145=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69B91 is #09646E. Grayscale: #B5B5B5. Windows color (decimal): -615535 or 9542646. OLE color: 9542646.

HSL color Cylindrical-coordinate representation of color #F69B91: hue angle of 5.94º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F69B91 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB246155145-
CMYK00.370.410.04
HSL5.94º84.87%76.67%-
HSV(B)5.94º41.06%96.47%-
XYZ54.8445.0832.6-
YUV181.07107.65174.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.05%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 145 (57.03% from 255) = 26.56%
R=45.05%
G=28.39%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615514500.370.410.045.9484.8776.67
HexF69B910252946554d
Octal3662332210455146125115
Binary111101101001101110010001010010110100110011010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69B91; }

 p { color: rgb(246,155,145); }

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

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

 a { background-color: rgb(246,155,145); }

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

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

 span { border-color: rgb(246,155,145); }

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