COLOR #F08389

HEX: #F08389
RGB: (240,131,137)

Color info

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

RGB color model

#F08389 color RGB value is (240,131,137).

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

RGB channels and saturation

R 240 of 255 = 94%
G 131 of 255 = 51%
B 137 of 255 = 54%

240
131
137

R + G + B ~ 66%. #F08389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 131 + 137 = 508 (100%)
R 240 of 508 ~ 47.24%
G 131 of 508 ~ 25.79%
B 137 of 508 ~ 26.97%

%47.24
%25.79
%26.97

CMYK color model

#F08389 color CMYK value is (0,45,43,6).

  • cyan value is 0.00%
  • magenta value is 45.42%
  • yellow value is 42.92%
  • key color value is 5.88%
CMYK:
(0,45,43,6)
C0M45Y43K6 
(0%,45%,43%,6%)
(0.00/0.45/0.43/0.06)	

CMYK percentages

%0
%45.42
%42.92
%5.88

Codes

Color #F08389 in popluar color models

F08389
RGB240131137
HSL357°78.42%72.75%
HSB/HSV357°45.42%94.12%
CMYK0.00%45.42%42.92%
5.88%

Color #F08389 in popluar number systems.

HEXF08389
Decimal240131137
Binary111100001000001110001001
Octal360203211

Shades and tints

Shades of #F08389

#F08389
(240,131,137)
#DB787D
(219,120,125)
#C66D71
(198,109,113)
#B16265
(177,98,101)
#9C5759
(156,87,89)
#874C4D
(135,76,77)
#724141
(114,65,65)
#5D3635
(93,54,53)
#482B29
(72,43,41)
#33201D
(51,32,29)
#1E1511
(30,21,17)
#000000
(0,0,0)

Tints of #F08389

#F08389
(240,131,137)
#F18E93
(241,142,147)
#F2999D
(242,153,157)
#F3A4A7
(243,164,167)
#F4AFB1
(244,175,177)
#F5BABB
(245,186,187)
#F6C5C5
(246,197,197)
#F7D0CF
(247,208,207)
#F8DBD9
(248,219,217)
#F9E6E3
(249,230,227)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F08389; }

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

This text font color is #F08389.


Background Color

.myBgColor { background-color: #F08389; }

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

This div background color is #F08389.


Border color

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

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

This div border color is #F08389.


Opacity

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

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

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

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

This text has shadow with #F08389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08389 on black background.


Color preview on white background

This text has color #F08389 on white background.



Black color preview on #F08389 background

This text has black color on #F08389 background.


White color preview on #F08389 background

This text has white color on #F08389 background.