COLOR #F08E89

HEX: #F08E89
RGB: (240,142,137)

Color info

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

RGB color model

#F08E89 color RGB value is (240,142,137).

  • red value is 240;
  • green value is 142;
  • blue value is 137.
RGB:
(240,142,137)
(94%,56%,54%)

RGB channels and saturation

R 240 of 255 = 94%
G 142 of 255 = 56%
B 137 of 255 = 54%

240
142
137

R + G + B ~ 68%. #F08E89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 142 + 137 = 519 (100%)
R 240 of 519 ~ 46.24%
G 142 of 519 ~ 27.36%
B 137 of 519 ~ 26.4%

%46.24
%27.36
%26.4

CMYK color model

#F08E89 color CMYK value is (0,41,43,6).

  • cyan value is 0.00%
  • magenta value is 40.83%
  • yellow value is 42.92%
  • key color value is 5.88%
CMYK:
(0,41,43,6)
C0M41Y43K6 
(0%,41%,43%,6%)
(0.00/0.41/0.43/0.06)	

CMYK percentages

%0
%40.83
%42.92
%5.88

Codes

Color #F08E89 in popluar color models

F08E89
RGB240142137
HSL77.44%73.92%
HSB/HSV42.92%94.12%
CMYK0.00%40.83%42.92%
5.88%

Color #F08E89 in popluar number systems.

HEXF08E89
Decimal240142137
Binary111100001000111010001001
Octal360216211

Shades and tints

Shades of #F08E89

#F08E89
(240,142,137)
#DB827D
(219,130,125)
#C67671
(198,118,113)
#B16A65
(177,106,101)
#9C5E59
(156,94,89)
#87524D
(135,82,77)
#724641
(114,70,65)
#5D3A35
(93,58,53)
#482E29
(72,46,41)
#33221D
(51,34,29)
#1E1611
(30,22,17)
#000000
(0,0,0)

Tints of #F08E89

#F08E89
(240,142,137)
#F19893
(241,152,147)
#F2A29D
(242,162,157)
#F3ACA7
(243,172,167)
#F4B6B1
(244,182,177)
#F5C0BB
(245,192,187)
#F6CAC5
(246,202,197)
#F7D4CF
(247,212,207)
#F8DED9
(248,222,217)
#F9E8E3
(249,232,227)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08E89 color. Also use rgb(240,142,137) instead hex code.

Text Font Color

.myTextColor { color: #F08E89; }

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

This text font color is #F08E89.


Background Color

.myBgColor { background-color: #F08E89; }

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

This div background color is #F08E89.


Border color

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

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

This div border color is #F08E89.


Opacity

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

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

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

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

This text has shadow with #F08E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08E89 on black background.


Color preview on white background

This text has color #F08E89 on white background.



Black color preview on #F08E89 background

This text has black color on #F08E89 background.


White color preview on #F08E89 background

This text has white color on #F08E89 background.