COLOR #F0A2A0

HEX: #F0A2A0
RGB: (240,162,160)

Color info

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

RGB color model

#F0A2A0 color RGB value is (240,162,160).

  • red value is 240;
  • green value is 162;
  • blue value is 160.
RGB:
(240,162,160)
(94%,64%,63%)

RGB channels and saturation

R 240 of 255 = 94%
G 162 of 255 = 64%
B 160 of 255 = 63%

240
162
160

R + G + B ~ 74%. #F0A2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 162 + 160 = 562 (100%)
R 240 of 562 ~ 42.7%
G 162 of 562 ~ 28.83%
B 160 of 562 ~ 28.47%

%42.7
%28.83
%28.47

CMYK color model

#F0A2A0 color CMYK value is (0,33,33,6).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 33.33%
  • key color value is 5.88%
CMYK:
(0,33,33,6)
C0M33Y33K6 
(0%,33%,33%,6%)
(0.00/0.33/0.33/0.06)	

CMYK percentages

%0
%32.5
%33.33
%5.88

Codes

Color #F0A2A0 in popluar color models

F0A2A0
RGB240162160
HSL72.73%78.43%
HSB/HSV33.33%94.12%
CMYK0.00%32.50%33.33%
5.88%

Color #F0A2A0 in popluar number systems.

HEXF0A2A0
Decimal240162160
Binary111100001010001010100000
Octal360242240

Shades and tints

Shades of #F0A2A0

#F0A2A0
(240,162,160)
#DB9492
(219,148,146)
#C68684
(198,134,132)
#B17876
(177,120,118)
#9C6A68
(156,106,104)
#875C5A
(135,92,90)
#724E4C
(114,78,76)
#5D403E
(93,64,62)
#483230
(72,50,48)
#332422
(51,36,34)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #F0A2A0

#F0A2A0
(240,162,160)
#F1AAA8
(241,170,168)
#F2B2B0
(242,178,176)
#F3BAB8
(243,186,184)
#F4C2C0
(244,194,192)
#F5CAC8
(245,202,200)
#F6D2D0
(246,210,208)
#F7DAD8
(247,218,216)
#F8E2E0
(248,226,224)
#F9EAE8
(249,234,232)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A2A0 color. Also use rgb(240,162,160) instead hex code.

Text Font Color

.myTextColor { color: #F0A2A0; }

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

This text font color is #F0A2A0.


Background Color

.myBgColor { background-color: #F0A2A0; }

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

This div background color is #F0A2A0.


Border color

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

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

This div border color is #F0A2A0.


Opacity

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

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

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

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

This text has shadow with #F0A2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A2A0 on black background.


Color preview on white background

This text has color #F0A2A0 on white background.



Black color preview on #F0A2A0 background

This text has black color on #F0A2A0 background.


White color preview on #F0A2A0 background

This text has white color on #F0A2A0 background.