COLOR #F1A09F

HEX: #F1A09F
RGB: (241,160,159)

Color info

#F1A09F contains mainly red color. Web safe color of #F1A09F is #FF9999 (or #F99).

RGB color model

#F1A09F color RGB value is (241,160,159).

  • red value is 241;
  • green value is 160;
  • blue value is 159.
RGB:
(241,160,159)
(95%,63%,62%)

RGB channels and saturation

R 241 of 255 = 95%
G 160 of 255 = 63%
B 159 of 255 = 62%

241
160
159

R + G + B ~ 73%. #F1A09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 160 + 159 = 560 (100%)
R 241 of 560 ~ 43.04%
G 160 of 560 ~ 28.57%
B 159 of 560 ~ 28.39%

%43.04
%28.57
%28.39

CMYK color model

#F1A09F color CMYK value is (0,34,34,5).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 34.02%
  • key color value is 5.49%
CMYK:
(0,34,34,5)
C0M34Y34K5 
(0%,34%,34%,5%)
(0.00/0.34/0.34/0.05)	

CMYK percentages

%0
%33.61
%34.02
%5.49

Codes

Color #F1A09F in popluar color models

F1A09F
RGB241160159
HSL74.55%78.43%
HSB/HSV34.02%94.51%
CMYK0.00%33.61%34.02%
5.49%

Color #F1A09F in popluar number systems.

HEXF1A09F
Decimal241160159
Binary111100011010000010011111
Octal361240237

Shades and tints

Shades of #F1A09F

#F1A09F
(241,160,159)
#DC9291
(220,146,145)
#C78483
(199,132,131)
#B27675
(178,118,117)
#9D6867
(157,104,103)
#885A59
(136,90,89)
#734C4B
(115,76,75)
#5E3E3D
(94,62,61)
#49302F
(73,48,47)
#342221
(52,34,33)
#1F1413
(31,20,19)
#000000
(0,0,0)

Tints of #F1A09F

#F1A09F
(241,160,159)
#F2A8A7
(242,168,167)
#F3B0AF
(243,176,175)
#F4B8B7
(244,184,183)
#F5C0BF
(245,192,191)
#F6C8C7
(246,200,199)
#F7D0CF
(247,208,207)
#F8D8D7
(248,216,215)
#F9E0DF
(249,224,223)
#FAE8E7
(250,232,231)
#FBF0EF
(251,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A09F color. Also use rgb(241,160,159) instead hex code.

Text Font Color

.myTextColor { color: #F1A09F; }

<p style="color:#F1A09F">This sample text font color is #F1A09F.</p>

This text font color is #F1A09F.


Background Color

.myBgColor { background-color: #F1A09F; }

<div style="background-color:#F1A09F">Inner text</div>

This div background color is #F1A09F.


Border color

.myBorderColor { border: 1px solid #F1A09F; }

<div style="border:3px solid #F1A09F">Div</div>

This div border color is #F1A09F.


Opacity

.myOpacity80 { color: #F1A09F; opacity: 0.8; }

<p style="color:#F1A09F;opacity:0.8;">80%</p>

Text with #F1A09F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1A09F;}

<p style="text-shadow: 3px 3px 1px #F1A09F">Text here.</p>

This text has shadow with #F1A09F color.

.textShadow {text-shadow: 3px 3px 1px #F1A09F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1A09F, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1A09F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1A09F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1A09F, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1A09F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F1A09F;
  -webkit-box-shadow:	1px 1px 3px 2px #F1A09F;
  box-shadow:		1px 1px 3px 2px #F1A09F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1A09F;
-webkit-box-shadow: 1px 1px 3px 2px #F1A09F;
box-shadow:1px 1px 3px 2px #F1A09F;">
Div content here</div>
This div box has shadow with color #F1A09F.

Preview

Color preview on black background

This text has color #F1A09F on black background.


Color preview on white background

This text has color #F1A09F on white background.



Black color preview on #F1A09F background

This text has black color on #F1A09F background.


White color preview on #F1A09F background

This text has white color on #F1A09F background.