COLOR #F78D7E

HEX: #F78D7E
RGB: (247,141,126)

Color info

#F78D7E contains mainly red color. Web safe color of #F78D7E is #FF9966 (or #F96).

RGB color model

#F78D7E color RGB value is (247,141,126).

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

RGB channels and saturation

R 247 of 255 = 97%
G 141 of 255 = 55%
B 126 of 255 = 49%

247
141
126

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

Portions of RGB colors in percentages

R + G + B =
247 + 141 + 126 = 514 (100%)
R 247 of 514 ~ 48.05%
G 141 of 514 ~ 27.43%
B 126 of 514 ~ 24.51%

%48.05
%27.43
%24.51

CMYK color model

#F78D7E color CMYK value is (0,43,49,3).

  • cyan value is 0.00%
  • magenta value is 42.91%
  • yellow value is 48.99%
  • key color value is 3.14%
CMYK:
(0,43,49,3)
C0M43Y49K3 
(0%,43%,49%,3%)
(0.00/0.43/0.49/0.03)	

CMYK percentages

%0
%42.91
%48.99
%3.14

Codes

Color #F78D7E in popluar color models

F78D7E
RGB247141126
HSL88.32%73.14%
HSB/HSV48.99%96.86%
CMYK0.00%42.91%48.99%
3.14%

Color #F78D7E in popluar number systems.

HEXF78D7E
Decimal247141126
Binary11110111100011011111110
Octal367215176

Shades and tints

Shades of #F78D7E

#F78D7E
(247,141,126)
#E18173
(225,129,115)
#CB7568
(203,117,104)
#B5695D
(181,105,93)
#9F5D52
(159,93,82)
#895147
(137,81,71)
#73453C
(115,69,60)
#5D3931
(93,57,49)
#472D26
(71,45,38)
#31211B
(49,33,27)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #F78D7E

#F78D7E
(247,141,126)
#F79789
(247,151,137)
#F7A194
(247,161,148)
#F7AB9F
(247,171,159)
#F7B5AA
(247,181,170)
#F7BFB5
(247,191,181)
#F7C9C0
(247,201,192)
#F7D3CB
(247,211,203)
#F7DDD6
(247,221,214)
#F7E7E1
(247,231,225)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F78D7E; }

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

This text font color is #F78D7E.


Background Color

.myBgColor { background-color: #F78D7E; }

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

This div background color is #F78D7E.


Border color

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

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

This div border color is #F78D7E.


Opacity

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

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

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

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

This text has shadow with #F78D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78D7E on black background.


Color preview on white background

This text has color #F78D7E on white background.



Black color preview on #F78D7E background

This text has black color on #F78D7E background.


White color preview on #F78D7E background

This text has white color on #F78D7E background.