COLOR #F78B8B

HEX: #F78B8B
RGB: (247,139,139)

Color info

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

RGB color model

#F78B8B color RGB value is (247,139,139).

  • red value is 247;
  • green value is 139;
  • blue value is 139.
RGB:
(247,139,139)
(97%,55%,55%)

RGB channels and saturation

R 247 of 255 = 97%
G 139 of 255 = 55%
B 139 of 255 = 55%

247
139
139

R + G + B ~ 69%. #F78B8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 139 + 139 = 525 (100%)
R 247 of 525 ~ 47.05%
G 139 of 525 ~ 26.48%
B 139 of 525 ~ 26.48%

%47.05
%26.48
%26.48

CMYK color model

#F78B8B color CMYK value is (0,44,44,3).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 43.72%
  • key color value is 3.14%
CMYK:
(0,44,44,3)
C0M44Y44K3 
(0%,44%,44%,3%)
(0.00/0.44/0.44/0.03)	

CMYK percentages

%0
%43.72
%43.72
%3.14

Codes

Color #F78B8B in popluar color models

F78B8B
RGB247139139
HSL87.10%75.69%
HSB/HSV43.72%96.86%
CMYK0.00%43.72%43.72%
3.14%

Color #F78B8B in popluar number systems.

HEXF78B8B
Decimal247139139
Binary111101111000101110001011
Octal367213213

Shades and tints

Shades of #F78B8B

#F78B8B
(247,139,139)
#E17F7F
(225,127,127)
#CB7373
(203,115,115)
#B56767
(181,103,103)
#9F5B5B
(159,91,91)
#894F4F
(137,79,79)
#734343
(115,67,67)
#5D3737
(93,55,55)
#472B2B
(71,43,43)
#311F1F
(49,31,31)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #F78B8B

#F78B8B
(247,139,139)
#F79595
(247,149,149)
#F79F9F
(247,159,159)
#F7A9A9
(247,169,169)
#F7B3B3
(247,179,179)
#F7BDBD
(247,189,189)
#F7C7C7
(247,199,199)
#F7D1D1
(247,209,209)
#F7DBDB
(247,219,219)
#F7E5E5
(247,229,229)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F78B8B color. Also use rgb(247,139,139) instead hex code.

Text Font Color

.myTextColor { color: #F78B8B; }

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

This text font color is #F78B8B.


Background Color

.myBgColor { background-color: #F78B8B; }

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

This div background color is #F78B8B.


Border color

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

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

This div border color is #F78B8B.


Opacity

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

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

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

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

This text has shadow with #F78B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78B8B on black background.


Color preview on white background

This text has color #F78B8B on white background.



Black color preview on #F78B8B background

This text has black color on #F78B8B background.


White color preview on #F78B8B background

This text has white color on #F78B8B background.