#FF9290

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

Shades of Mona Lisa #FF9290

Tints of Mona Lisa #FF9290

Color information

#FF9290 (or 0xFF9290) is unknown color: approx Mona Lisa. HEX triplet: FF, 92 and 90. RGB value is (255,146,144). Sum of RGB (Red+Green+Blue) = 255+146+144=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9290 is #006D6F. Grayscale: #B2B2B2. Windows color (decimal): -28016 or 9474815. OLE color: 9474815.

HSL color Cylindrical-coordinate representation of color #FF9290: hue angle of 1.08º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF9290 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255146144-
CMYK00.430.440
HSL1.08º100%78.24%-
HSV(B)1.08º43.53%100%-
XYZ56.5543.8331.87-
YUV178.36108.61182.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=46.79%
G=26.79%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514614400.430.4401.0810078.24
HexFF929002B2C01644e
Octal3772222200535401144116
Binary11111111100100101001000001010111011000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9290; }

 p { color: rgb(255,146,144); }

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

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

 a { background-color: rgb(255,146,144); }

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

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

 span { border-color: rgb(255,146,144); }

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