COLOR #F1A2B1

HEX: #F1A2B1
RGB: (241,162,177)

Color info

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

RGB color model

#F1A2B1 color RGB value is (241,162,177).

  • red value is 241;
  • green value is 162;
  • blue value is 177.
RGB:
(241,162,177)
(95%,64%,69%)

RGB channels and saturation

R 241 of 255 = 95%
G 162 of 255 = 64%
B 177 of 255 = 69%

241
162
177

R + G + B ~ 76%. #F1A2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 162 + 177 = 580 (100%)
R 241 of 580 ~ 41.55%
G 162 of 580 ~ 27.93%
B 177 of 580 ~ 30.52%

%41.55
%27.93
%30.52

CMYK color model

#F1A2B1 color CMYK value is (0,33,27,5).

  • cyan value is 0.00%
  • magenta value is 32.78%
  • yellow value is 26.56%
  • key color value is 5.49%
CMYK:
(0,33,27,5)
C0M33Y27K5 
(0%,33%,27%,5%)
(0.00/0.33/0.27/0.05)	

CMYK percentages

%0
%32.78
%26.56
%5.49

Codes

Color #F1A2B1 in popluar color models

F1A2B1
RGB241162177
HSL349°73.83%79.02%
HSB/HSV349°32.78%94.51%
CMYK0.00%32.78%26.56%
5.49%

Color #F1A2B1 in popluar number systems.

HEXF1A2B1
Decimal241162177
Binary111100011010001010110001
Octal361242261

Shades and tints

Shades of #F1A2B1

#F1A2B1
(241,162,177)
#DC94A1
(220,148,161)
#C78691
(199,134,145)
#B27881
(178,120,129)
#9D6A71
(157,106,113)
#885C61
(136,92,97)
#734E51
(115,78,81)
#5E4041
(94,64,65)
#493231
(73,50,49)
#342421
(52,36,33)
#1F1611
(31,22,17)
#000000
(0,0,0)

Tints of #F1A2B1

#F1A2B1
(241,162,177)
#F2AAB8
(242,170,184)
#F3B2BF
(243,178,191)
#F4BAC6
(244,186,198)
#F5C2CD
(245,194,205)
#F6CAD4
(246,202,212)
#F7D2DB
(247,210,219)
#F8DAE2
(248,218,226)
#F9E2E9
(249,226,233)
#FAEAF0
(250,234,240)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A2B1 color. Also use rgb(241,162,177) instead hex code.

Text Font Color

.myTextColor { color: #F1A2B1; }

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

This text font color is #F1A2B1.


Background Color

.myBgColor { background-color: #F1A2B1; }

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

This div background color is #F1A2B1.


Border color

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

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

This div border color is #F1A2B1.


Opacity

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

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

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

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

This text has shadow with #F1A2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A2B1 on black background.


Color preview on white background

This text has color #F1A2B1 on white background.



Black color preview on #F1A2B1 background

This text has black color on #F1A2B1 background.


White color preview on #F1A2B1 background

This text has white color on #F1A2B1 background.