COLOR #F09FAD

HEX: #F09FAD
RGB: (240,159,173)

Color info

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

RGB color model

#F09FAD color RGB value is (240,159,173).

  • red value is 240;
  • green value is 159;
  • blue value is 173.
RGB:
(240,159,173)
(94%,62%,68%)

RGB channels and saturation

R 240 of 255 = 94%
G 159 of 255 = 62%
B 173 of 255 = 68%

240
159
173

R + G + B ~ 75%. #F09FAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 159 + 173 = 572 (100%)
R 240 of 572 ~ 41.96%
G 159 of 572 ~ 27.8%
B 173 of 572 ~ 30.24%

%41.96
%27.8
%30.24

CMYK color model

#F09FAD color CMYK value is (0,34,28,6).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 27.92%
  • key color value is 5.88%
CMYK:
(0,34,28,6)
C0M34Y28K6 
(0%,34%,28%,6%)
(0.00/0.34/0.28/0.06)	

CMYK percentages

%0
%33.75
%27.92
%5.88

Codes

Color #F09FAD in popluar color models

F09FAD
RGB240159173
HSL350°72.97%78.24%
HSB/HSV350°33.75%94.12%
CMYK0.00%33.75%27.92%
5.88%

Color #F09FAD in popluar number systems.

HEXF09FAD
Decimal240159173
Binary111100001001111110101101
Octal360237255

Shades and tints

Shades of #F09FAD

#F09FAD
(240,159,173)
#DB919E
(219,145,158)
#C6838F
(198,131,143)
#B17580
(177,117,128)
#9C6771
(156,103,113)
#875962
(135,89,98)
#724B53
(114,75,83)
#5D3D44
(93,61,68)
#482F35
(72,47,53)
#332126
(51,33,38)
#1E1317
(30,19,23)
#000000
(0,0,0)

Tints of #F09FAD

#F09FAD
(240,159,173)
#F1A7B4
(241,167,180)
#F2AFBB
(242,175,187)
#F3B7C2
(243,183,194)
#F4BFC9
(244,191,201)
#F5C7D0
(245,199,208)
#F6CFD7
(246,207,215)
#F7D7DE
(247,215,222)
#F8DFE5
(248,223,229)
#F9E7EC
(249,231,236)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09FAD color. Also use rgb(240,159,173) instead hex code.

Text Font Color

.myTextColor { color: #F09FAD; }

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

This text font color is #F09FAD.


Background Color

.myBgColor { background-color: #F09FAD; }

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

This div background color is #F09FAD.


Border color

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

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

This div border color is #F09FAD.


Opacity

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

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

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

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

This text has shadow with #F09FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09FAD on black background.


Color preview on white background

This text has color #F09FAD on white background.



Black color preview on #F09FAD background

This text has black color on #F09FAD background.


White color preview on #F09FAD background

This text has white color on #F09FAD background.