COLOR #F2A0B0

HEX: #F2A0B0
RGB: (242,160,176)

Color info

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

RGB color model

#F2A0B0 color RGB value is (242,160,176).

  • red value is 242;
  • green value is 160;
  • blue value is 176.
RGB:
(242,160,176)
(95%,63%,69%)

RGB channels and saturation

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

242
160
176

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

Portions of RGB colors in percentages

R + G + B =
242 + 160 + 176 = 578 (100%)
R 242 of 578 ~ 41.87%
G 160 of 578 ~ 27.68%
B 176 of 578 ~ 30.45%

%41.87
%27.68
%30.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 27.27%
  • key color value is 5.10%
CMYK:
(0,34,27,5)
C0M34Y27K5 
(0%,34%,27%,5%)
(0.00/0.34/0.27/0.05)	

CMYK percentages

%0
%33.88
%27.27
%5.1

Codes

Color #F2A0B0 in popluar color models

F2A0B0
RGB242160176
HSL348°75.93%78.82%
HSB/HSV348°33.88%94.90%
CMYK0.00%33.88%27.27%
5.10%

Color #F2A0B0 in popluar number systems.

HEXF2A0B0
Decimal242160176
Binary111100101010000010110000
Octal362240260

Shades and tints

Shades of #F2A0B0

#F2A0B0
(242,160,176)
#DC92A0
(220,146,160)
#C68490
(198,132,144)
#B07680
(176,118,128)
#9A6870
(154,104,112)
#845A60
(132,90,96)
#6E4C50
(110,76,80)
#583E40
(88,62,64)
#423030
(66,48,48)
#2C2220
(44,34,32)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #F2A0B0

#F2A0B0
(242,160,176)
#F3A8B7
(243,168,183)
#F4B0BE
(244,176,190)
#F5B8C5
(245,184,197)
#F6C0CC
(246,192,204)
#F7C8D3
(247,200,211)
#F8D0DA
(248,208,218)
#F9D8E1
(249,216,225)
#FAE0E8
(250,224,232)
#FBE8EF
(251,232,239)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2A0B0; }

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

This text font color is #F2A0B0.


Background Color

.myBgColor { background-color: #F2A0B0; }

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

This div background color is #F2A0B0.


Border color

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

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

This div border color is #F2A0B0.


Opacity

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

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

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

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

This text has shadow with #F2A0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A0B0 on black background.


Color preview on white background

This text has color #F2A0B0 on white background.



Black color preview on #F2A0B0 background

This text has black color on #F2A0B0 background.


White color preview on #F2A0B0 background

This text has white color on #F2A0B0 background.