COLOR #F39596

HEX: #F39596
RGB: (243,149,150)

Color info

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

RGB color model

#F39596 color RGB value is (243,149,150).

  • red value is 243;
  • green value is 149;
  • blue value is 150.
RGB:
(243,149,150)
(95%,58%,59%)

RGB channels and saturation

R 243 of 255 = 95%
G 149 of 255 = 58%
B 150 of 255 = 59%

243
149
150

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

Portions of RGB colors in percentages

R + G + B =
243 + 149 + 150 = 542 (100%)
R 243 of 542 ~ 44.83%
G 149 of 542 ~ 27.49%
B 150 of 542 ~ 27.68%

%44.83
%27.49
%27.68

CMYK color model

#F39596 color CMYK value is (0,39,38,5).

  • cyan value is 0.00%
  • magenta value is 38.68%
  • yellow value is 38.27%
  • key color value is 4.71%
CMYK:
(0,39,38,5)
C0M39Y38K5 
(0%,39%,38%,5%)
(0.00/0.39/0.38/0.05)	

CMYK percentages

%0
%38.68
%38.27
%4.71

Codes

Color #F39596 in popluar color models

F39596
RGB243149150
HSL359°79.66%76.86%
HSB/HSV359°38.68%95.29%
CMYK0.00%38.68%38.27%
4.71%

Color #F39596 in popluar number systems.

HEXF39596
Decimal243149150
Binary111100111001010110010110
Octal363225226

Shades and tints

Shades of #F39596

#F39596
(243,149,150)
#DD8889
(221,136,137)
#C77B7C
(199,123,124)
#B16E6F
(177,110,111)
#9B6162
(155,97,98)
#855455
(133,84,85)
#6F4748
(111,71,72)
#593A3B
(89,58,59)
#432D2E
(67,45,46)
#2D2021
(45,32,33)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #F39596

#F39596
(243,149,150)
#F49E9F
(244,158,159)
#F5A7A8
(245,167,168)
#F6B0B1
(246,176,177)
#F7B9BA
(247,185,186)
#F8C2C3
(248,194,195)
#F9CBCC
(249,203,204)
#FAD4D5
(250,212,213)
#FBDDDE
(251,221,222)
#FCE6E7
(252,230,231)
#FDEFF0
(253,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F39596 color. Also use rgb(243,149,150) instead hex code.

Text Font Color

.myTextColor { color: #F39596; }

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

This text font color is #F39596.


Background Color

.myBgColor { background-color: #F39596; }

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

This div background color is #F39596.


Border color

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

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

This div border color is #F39596.


Opacity

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

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

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

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

This text has shadow with #F39596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F39596 on black background.


Color preview on white background

This text has color #F39596 on white background.



Black color preview on #F39596 background

This text has black color on #F39596 background.


White color preview on #F39596 background

This text has white color on #F39596 background.