COLOR #F1A5A6

HEX: #F1A5A6
RGB: (241,165,166)

Color info

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

RGB color model

#F1A5A6 color RGB value is (241,165,166).

  • red value is 241;
  • green value is 165;
  • blue value is 166.
RGB:
(241,165,166)
(95%,65%,65%)

RGB channels and saturation

R 241 of 255 = 95%
G 165 of 255 = 65%
B 166 of 255 = 65%

241
165
166

R + G + B ~ 75%. #F1A5A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 165 + 166 = 572 (100%)
R 241 of 572 ~ 42.13%
G 165 of 572 ~ 28.85%
B 166 of 572 ~ 29.02%

%42.13
%28.85
%29.02

CMYK color model

#F1A5A6 color CMYK value is (0,32,31,5).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 31.12%
  • key color value is 5.49%
CMYK:
(0,32,31,5)
C0M32Y31K5 
(0%,32%,31%,5%)
(0.00/0.32/0.31/0.05)	

CMYK percentages

%0
%31.54
%31.12
%5.49

Codes

Color #F1A5A6 in popluar color models

F1A5A6
RGB241165166
HSL359°73.08%79.61%
HSB/HSV359°31.54%94.51%
CMYK0.00%31.54%31.12%
5.49%

Color #F1A5A6 in popluar number systems.

HEXF1A5A6
Decimal241165166
Binary111100011010010110100110
Octal361245246

Shades and tints

Shades of #F1A5A6

#F1A5A6
(241,165,166)
#DC9697
(220,150,151)
#C78788
(199,135,136)
#B27879
(178,120,121)
#9D696A
(157,105,106)
#885A5B
(136,90,91)
#734B4C
(115,75,76)
#5E3C3D
(94,60,61)
#492D2E
(73,45,46)
#341E1F
(52,30,31)
#1F0F10
(31,15,16)
#000000
(0,0,0)

Tints of #F1A5A6

#F1A5A6
(241,165,166)
#F2ADAE
(242,173,174)
#F3B5B6
(243,181,182)
#F4BDBE
(244,189,190)
#F5C5C6
(245,197,198)
#F6CDCE
(246,205,206)
#F7D5D6
(247,213,214)
#F8DDDE
(248,221,222)
#F9E5E6
(249,229,230)
#FAEDEE
(250,237,238)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A5A6 color. Also use rgb(241,165,166) instead hex code.

Text Font Color

.myTextColor { color: #F1A5A6; }

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

This text font color is #F1A5A6.


Background Color

.myBgColor { background-color: #F1A5A6; }

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

This div background color is #F1A5A6.


Border color

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

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

This div border color is #F1A5A6.


Opacity

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

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

Text with #F1A5A6 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 #F1A5A6;}

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

This text has shadow with #F1A5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A5A6 on black background.


Color preview on white background

This text has color #F1A5A6 on white background.



Black color preview on #F1A5A6 background

This text has black color on #F1A5A6 background.


White color preview on #F1A5A6 background

This text has white color on #F1A5A6 background.