COLOR #F39D8F

HEX: #F39D8F
RGB: (243,157,143)

Color info

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

RGB color model

#F39D8F color RGB value is (243,157,143).

  • red value is 243;
  • green value is 157;
  • blue value is 143.
RGB:
(243,157,143)
(95%,62%,56%)

RGB channels and saturation

R 243 of 255 = 95%
G 157 of 255 = 62%
B 143 of 255 = 56%

243
157
143

R + G + B ~ 71%. #F39D8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 157 + 143 = 543 (100%)
R 243 of 543 ~ 44.75%
G 157 of 543 ~ 28.91%
B 143 of 543 ~ 26.34%

%44.75
%28.91
%26.34

CMYK color model

#F39D8F color CMYK value is (0,35,41,5).

  • cyan value is 0.00%
  • magenta value is 35.39%
  • yellow value is 41.15%
  • key color value is 4.71%
CMYK:
(0,35,41,5)
C0M35Y41K5 
(0%,35%,41%,5%)
(0.00/0.35/0.41/0.05)	

CMYK percentages

%0
%35.39
%41.15
%4.71

Codes

Color #F39D8F in popluar color models

F39D8F
RGB243157143
HSL80.65%75.69%
HSB/HSV41.15%95.29%
CMYK0.00%35.39%41.15%
4.71%

Color #F39D8F in popluar number systems.

HEXF39D8F
Decimal243157143
Binary111100111001110110001111
Octal363235217

Shades and tints

Shades of #F39D8F

#F39D8F
(243,157,143)
#DD8F82
(221,143,130)
#C78175
(199,129,117)
#B17368
(177,115,104)
#9B655B
(155,101,91)
#85574E
(133,87,78)
#6F4941
(111,73,65)
#593B34
(89,59,52)
#432D27
(67,45,39)
#2D1F1A
(45,31,26)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #F39D8F

#F39D8F
(243,157,143)
#F4A599
(244,165,153)
#F5ADA3
(245,173,163)
#F6B5AD
(246,181,173)
#F7BDB7
(247,189,183)
#F8C5C1
(248,197,193)
#F9CDCB
(249,205,203)
#FAD5D5
(250,213,213)
#FBDDDF
(251,221,223)
#FCE5E9
(252,229,233)
#FDEDF3
(253,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F39D8F color. Also use rgb(243,157,143) instead hex code.

Text Font Color

.myTextColor { color: #F39D8F; }

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

This text font color is #F39D8F.


Background Color

.myBgColor { background-color: #F39D8F; }

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

This div background color is #F39D8F.


Border color

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

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

This div border color is #F39D8F.


Opacity

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

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

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

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

This text has shadow with #F39D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F39D8F on black background.


Color preview on white background

This text has color #F39D8F on white background.



Black color preview on #F39D8F background

This text has black color on #F39D8F background.


White color preview on #F39D8F background

This text has white color on #F39D8F background.