COLOR #F08A87

HEX: #F08A87
RGB: (240,138,135)

Color info

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

RGB color model

#F08A87 color RGB value is (240,138,135).

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

RGB channels and saturation

R 240 of 255 = 94%
G 138 of 255 = 54%
B 135 of 255 = 53%

240
138
135

R + G + B ~ 67%. #F08A87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 138 + 135 = 513 (100%)
R 240 of 513 ~ 46.78%
G 138 of 513 ~ 26.9%
B 135 of 513 ~ 26.32%

%46.78
%26.9
%26.32

CMYK color model

#F08A87 color CMYK value is (0,43,44,6).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 43.75%
  • key color value is 5.88%
CMYK:
(0,43,44,6)
C0M43Y44K6 
(0%,43%,44%,6%)
(0.00/0.43/0.44/0.06)	

CMYK percentages

%0
%42.5
%43.75
%5.88

Codes

Color #F08A87 in popluar color models

F08A87
RGB240138135
HSL77.78%73.53%
HSB/HSV43.75%94.12%
CMYK0.00%42.50%43.75%
5.88%

Color #F08A87 in popluar number systems.

HEXF08A87
Decimal240138135
Binary111100001000101010000111
Octal360212207

Shades and tints

Shades of #F08A87

#F08A87
(240,138,135)
#DB7E7B
(219,126,123)
#C6726F
(198,114,111)
#B16663
(177,102,99)
#9C5A57
(156,90,87)
#874E4B
(135,78,75)
#72423F
(114,66,63)
#5D3633
(93,54,51)
#482A27
(72,42,39)
#331E1B
(51,30,27)
#1E120F
(30,18,15)
#000000
(0,0,0)

Tints of #F08A87

#F08A87
(240,138,135)
#F19491
(241,148,145)
#F29E9B
(242,158,155)
#F3A8A5
(243,168,165)
#F4B2AF
(244,178,175)
#F5BCB9
(245,188,185)
#F6C6C3
(246,198,195)
#F7D0CD
(247,208,205)
#F8DAD7
(248,218,215)
#F9E4E1
(249,228,225)
#FAEEEB
(250,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F08A87; }

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

This text font color is #F08A87.


Background Color

.myBgColor { background-color: #F08A87; }

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

This div background color is #F08A87.


Border color

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

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

This div border color is #F08A87.


Opacity

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

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

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

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

This text has shadow with #F08A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08A87 on black background.


Color preview on white background

This text has color #F08A87 on white background.



Black color preview on #F08A87 background

This text has black color on #F08A87 background.


White color preview on #F08A87 background

This text has white color on #F08A87 background.