COLOR #F2A1B0

HEX: #F2A1B0 RGB: (242,161,176)

Color info

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

RGB color model

#F2A1B0 color RGB value is (242,161,176).

RGB: (242,161,176) (95%, 63%, 69%)

RGB channels and saturation

R 242 of 255 = 95%
G 161 of 255 = 63%
B 176 of 255 = 69%

242
161
176

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

Portions of RGB colors in percentages

R + G + B = 242 + 161 + 176 = 579 (100%)
R 242 of 579 ~ 41.8%
G 161 of 579 ~ 27.81%
B 176 of 579 ~ 30.4'%

%41.8
%27.81
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 27.27%
  • key color value is 5.10%

CMYK: (0,33,27,5)
C0M33Y27K5 (0%, 33%, 27%, 5%)
(0.00 / 0.33 / 0.27 / 0.05)

CMYK percentages

%0
%33.47
%27.27
%5.1

Codes

Color #F2A1B0 in popluar color models

F2 A1 B0
RGB 242 161 176
HSL 349° 75.70% 79.02%
HSB/HSV 349° 33.47% 94.90%
CMYK 0.00% 33.47% 27.27%
5.10%

Color #F2A1B0 in popluar number systems.

HEX F2 A1 B0
Decimal 242 161 176
Binary 11110010 10100001 10110000
Octal 362 241 260

Shades and tints

Shades of #F2A1B0

#F2A1B0
(242,161,176)
#DC93A0
(220,147,160)
#C68590
(198,133,144)
#B07780
(176,119,128)
#9A6970
(154,105,112)
#845B60
(132,91,96)
#6E4D50
(110,77,80)
#583F40
(88,63,64)
#423130
(66,49,48)
#2C2320
(44,35,32)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #F2A1B0

#F2A1B0
(242,161,176)
#F3A9B7
(243,169,183)
#F4B1BE
(244,177,190)
#F5B9C5
(245,185,197)
#F6C1CC
(246,193,204)
#F7C9D3
(247,201,211)
#F8D1DA
(248,209,218)
#F9D9E1
(249,217,225)
#FAE1E8
(250,225,232)
#FBE9EF
(251,233,239)
#FCF1F6
(252,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A1B0 color. Also use rgb(242,161,176) instead hex code.

Text Font Color

.myTextColor { color: #F2A1B0; }

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

This text font color is #F2A1B0.

Background Color

.myBgColor { background-color: #F2A1B0; }

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

This div background color is #F2A1B0.

Border color

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

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

This div border color is #F2A1B0.

Opacity

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

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

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

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

This text has shadow with #F2A1B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2A1B0.

Preview

Color preview on black background

This text has color #F2A1B0 on black background.


Color preview on white background

This text has color #F2A1B0 on white background.


Black color preview on #F2A1B0 background

This text has black color on #F2A1B0 background.


White color preview on #F2A1B0 background

This text has white color on #F2A1B0 background.


Related colors

Complementary color

Complementary color for #hex is #0D5E4F.


I love getcolorcode.com

Triadic colors

1 #B0F2A1 and #A1B0F2 with #F2A1B0 are triadic colors.

2 #B0A1F2 and #A1F2B0 with #F2A1B0 are triadic colors.