#FF948A

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

Shades of Mona Lisa #FF948A

Tints of Mona Lisa #FF948A

Color information

#FF948A (or 0xFF948A) is unknown color: approx Mona Lisa. HEX triplet: FF, 94 and 8A. RGB value is (255,148,138). Sum of RGB (Red+Green+Blue) = 255+148+138=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF948A is #006B75. Grayscale: #B3B3B3. Windows color (decimal): -27510 or 9082111. OLE color: 9082111.

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

Color convert

RGB255148138-
CMYK00.420.460
HSL5.13º100%77.06%-
HSV(B)5.13º45.88%100%-
XYZ56.4244.2729.62-
YUV178.85104.95182.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=47.13%
G=27.36%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514813800.420.4605.1310077.06
HexFF948A02A2E05644d
Octal3772242120525605144115
Binary1111111110010100100010100101010101110010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF948A; }

 p { color: rgb(255,148,138); }

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

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

 a { background-color: rgb(255,148,138); }

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

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

 span { border-color: rgb(255,148,138); }

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