COLOR #F0A2B4

HEX: #F0A2B4
RGB: (240,162,180)

Color info

#F0A2B4 contains mainly red color. Web safe color of #F0A2B4 is #FF99CC (or #F9C).

RGB color model

#F0A2B4 color RGB value is (240,162,180).

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

RGB channels and saturation

R 240 of 255 = 94%
G 162 of 255 = 64%
B 180 of 255 = 71%

240
162
180

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

Portions of RGB colors in percentages

R + G + B =
240 + 162 + 180 = 582 (100%)
R 240 of 582 ~ 41.24%
G 162 of 582 ~ 27.84%
B 180 of 582 ~ 30.93%

%41.24
%27.84
%30.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 25.00%
  • key color value is 5.88%
CMYK:
(0,33,25,6)
C0M33Y25K6 
(0%,33%,25%,6%)
(0.00/0.33/0.25/0.06)	

CMYK percentages

%0
%32.5
%25
%5.88

Codes

Color #F0A2B4 in popluar color models

F0A2B4
RGB240162180
HSL346°72.22%78.82%
HSB/HSV346°32.50%94.12%
CMYK0.00%32.50%25.00%
5.88%

Color #F0A2B4 in popluar number systems.

HEXF0A2B4
Decimal240162180
Binary111100001010001010110100
Octal360242264

Shades and tints

Shades of #F0A2B4

#F0A2B4
(240,162,180)
#DB94A4
(219,148,164)
#C68694
(198,134,148)
#B17884
(177,120,132)
#9C6A74
(156,106,116)
#875C64
(135,92,100)
#724E54
(114,78,84)
#5D4044
(93,64,68)
#483234
(72,50,52)
#332424
(51,36,36)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #F0A2B4

#F0A2B4
(240,162,180)
#F1AABA
(241,170,186)
#F2B2C0
(242,178,192)
#F3BAC6
(243,186,198)
#F4C2CC
(244,194,204)
#F5CAD2
(245,202,210)
#F6D2D8
(246,210,216)
#F7DADE
(247,218,222)
#F8E2E4
(248,226,228)
#F9EAEA
(249,234,234)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0A2B4; }

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

This text font color is #F0A2B4.


Background Color

.myBgColor { background-color: #F0A2B4; }

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

This div background color is #F0A2B4.


Border color

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

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

This div border color is #F0A2B4.


Opacity

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

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

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

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

This text has shadow with #F0A2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A2B4 on black background.


Color preview on white background

This text has color #F0A2B4 on white background.



Black color preview on #F0A2B4 background

This text has black color on #F0A2B4 background.


White color preview on #F0A2B4 background

This text has white color on #F0A2B4 background.