#F99288

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

Shades of Mona Lisa #F99288

Tints of Mona Lisa #F99288

Color information

#F99288 (or 0xF99288) is unknown color: approx Mona Lisa. HEX triplet: F9, 92 and 88. RGB value is (249,146,136). Sum of RGB (Red+Green+Blue) = 249+146+136=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F99288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99288 is #066D77. Grayscale: #AFAFAF. Windows color (decimal): -421240 or 8950521. OLE color: 8950521.

HSL color Cylindrical-coordinate representation of color #F99288: hue angle of 5.31º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F99288 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB249146136-
CMYK00.410.450.02
HSL5.31º90.4%75.49%-
HSV(B)5.31º45.38%97.65%-
XYZ53.7942.4828.66-
YUV175.66105.62180.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.89%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 136 (53.52% from 255) = 25.61%
R=46.89%
G=27.50%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914613600.410.450.025.3190.475.49
HexF992880292D255a4b
Octal3712222100515525132113
Binary11111001100100101000100001010011011011010110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99288; }

 p { color: rgb(249,146,136); }

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

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

 a { background-color: rgb(249,146,136); }

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

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

 span { border-color: rgb(249,146,136); }

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