COLOR #F09E87

HEX: #F09E87
RGB: (240,158,135)

Color info

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

RGB color model

#F09E87 color RGB value is (240,158,135).

  • red value is 240;
  • green value is 158;
  • blue value is 135.
RGB:
(240,158,135)
(94%,62%,53%)

RGB channels and saturation

R 240 of 255 = 94%
G 158 of 255 = 62%
B 135 of 255 = 53%

240
158
135

R + G + B ~ 70%. #F09E87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 158 + 135 = 533 (100%)
R 240 of 533 ~ 45.03%
G 158 of 533 ~ 29.64%
B 135 of 533 ~ 25.33%

%45.03
%29.64
%25.33

CMYK color model

#F09E87 color CMYK value is (0,34,44,6).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 43.75%
  • key color value is 5.88%
CMYK:
(0,34,44,6)
C0M34Y44K6 
(0%,34%,44%,6%)
(0.00/0.34/0.44/0.06)	

CMYK percentages

%0
%34.17
%43.75
%5.88

Codes

Color #F09E87 in popluar color models

F09E87
RGB240158135
HSL13°77.78%73.53%
HSB/HSV13°43.75%94.12%
CMYK0.00%34.17%43.75%
5.88%

Color #F09E87 in popluar number systems.

HEXF09E87
Decimal240158135
Binary111100001001111010000111
Octal360236207

Shades and tints

Shades of #F09E87

#F09E87
(240,158,135)
#DB907B
(219,144,123)
#C6826F
(198,130,111)
#B17463
(177,116,99)
#9C6657
(156,102,87)
#87584B
(135,88,75)
#724A3F
(114,74,63)
#5D3C33
(93,60,51)
#482E27
(72,46,39)
#33201B
(51,32,27)
#1E120F
(30,18,15)
#000000
(0,0,0)

Tints of #F09E87

#F09E87
(240,158,135)
#F1A691
(241,166,145)
#F2AE9B
(242,174,155)
#F3B6A5
(243,182,165)
#F4BEAF
(244,190,175)
#F5C6B9
(245,198,185)
#F6CEC3
(246,206,195)
#F7D6CD
(247,214,205)
#F8DED7
(248,222,215)
#F9E6E1
(249,230,225)
#FAEEEB
(250,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09E87 color. Also use rgb(240,158,135) instead hex code.

Text Font Color

.myTextColor { color: #F09E87; }

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

This text font color is #F09E87.


Background Color

.myBgColor { background-color: #F09E87; }

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

This div background color is #F09E87.


Border color

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

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

This div border color is #F09E87.


Opacity

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

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

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

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

This text has shadow with #F09E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09E87 on black background.


Color preview on white background

This text has color #F09E87 on white background.



Black color preview on #F09E87 background

This text has black color on #F09E87 background.


White color preview on #F09E87 background

This text has white color on #F09E87 background.