COLOR #F08E83

HEX: #F08E83
RGB: (240,142,131)

Color info

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

RGB color model

#F08E83 color RGB value is (240,142,131).

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

RGB channels and saturation

R 240 of 255 = 94%
G 142 of 255 = 56%
B 131 of 255 = 51%

240
142
131

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

Portions of RGB colors in percentages

R + G + B =
240 + 142 + 131 = 513 (100%)
R 240 of 513 ~ 46.78%
G 142 of 513 ~ 27.68%
B 131 of 513 ~ 25.54%

%46.78
%27.68
%25.54

CMYK color model

#F08E83 color CMYK value is (0,41,45,6).

  • cyan value is 0.00%
  • magenta value is 40.83%
  • yellow value is 45.42%
  • key color value is 5.88%
CMYK:
(0,41,45,6)
C0M41Y45K6 
(0%,41%,45%,6%)
(0.00/0.41/0.45/0.06)	

CMYK percentages

%0
%40.83
%45.42
%5.88

Codes

Color #F08E83 in popluar color models

F08E83
RGB240142131
HSL78.42%72.75%
HSB/HSV45.42%94.12%
CMYK0.00%40.83%45.42%
5.88%

Color #F08E83 in popluar number systems.

HEXF08E83
Decimal240142131
Binary111100001000111010000011
Octal360216203

Shades and tints

Shades of #F08E83

#F08E83
(240,142,131)
#DB8278
(219,130,120)
#C6766D
(198,118,109)
#B16A62
(177,106,98)
#9C5E57
(156,94,87)
#87524C
(135,82,76)
#724641
(114,70,65)
#5D3A36
(93,58,54)
#482E2B
(72,46,43)
#332220
(51,34,32)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #F08E83

#F08E83
(240,142,131)
#F1988E
(241,152,142)
#F2A299
(242,162,153)
#F3ACA4
(243,172,164)
#F4B6AF
(244,182,175)
#F5C0BA
(245,192,186)
#F6CAC5
(246,202,197)
#F7D4D0
(247,212,208)
#F8DEDB
(248,222,219)
#F9E8E6
(249,232,230)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F08E83; }

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

This text font color is #F08E83.


Background Color

.myBgColor { background-color: #F08E83; }

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

This div background color is #F08E83.


Border color

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

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

This div border color is #F08E83.


Opacity

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

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

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

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

This text has shadow with #F08E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08E83 on black background.


Color preview on white background

This text has color #F08E83 on white background.



Black color preview on #F08E83 background

This text has black color on #F08E83 background.


White color preview on #F08E83 background

This text has white color on #F08E83 background.