#F99286

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

Shades of Mona Lisa #F99286

Tints of Mona Lisa #F99286

Color information

#F99286 (or 0xF99286) is unknown color: approx Mona Lisa. HEX triplet: F9, 92 and 86. RGB value is (249,146,134). Sum of RGB (Red+Green+Blue) = 249+146+134=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F99286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99286 is #066D79. Grayscale: #AFAFAF. Windows color (decimal): -421242 or 8819449. OLE color: 8819449.

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

Color convert

RGB249146134-
CMYK00.410.460.02
HSL6.26º90.55%75.1%-
HSV(B)6.26º46.18%97.65%-
XYZ53.6542.4227.91-
YUV175.43104.62180.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 134 (52.73% from 255) = 25.33%
R=47.07%
G=27.60%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914613400.410.460.026.2690.5575.1
HexF992860292E265b4b
Octal3712222060515626133113
Binary11111001100100101000011001010011011101011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99286; }

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

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

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

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

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

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

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

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