COLOR #F78890

HEX: #F78890
RGB: (247,136,144)

Color info

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

RGB color model

#F78890 color RGB value is (247,136,144).

  • red value is 247;
  • green value is 136;
  • blue value is 144.
RGB:
(247,136,144)
(97%,53%,56%)

RGB channels and saturation

R 247 of 255 = 97%
G 136 of 255 = 53%
B 144 of 255 = 56%

247
136
144

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

Portions of RGB colors in percentages

R + G + B =
247 + 136 + 144 = 527 (100%)
R 247 of 527 ~ 46.87%
G 136 of 527 ~ 25.81%
B 144 of 527 ~ 27.32%

%46.87
%25.81
%27.32

CMYK color model

#F78890 color CMYK value is (0,45,42,3).

  • cyan value is 0.00%
  • magenta value is 44.94%
  • yellow value is 41.70%
  • key color value is 3.14%
CMYK:
(0,45,42,3)
C0M45Y42K3 
(0%,45%,42%,3%)
(0.00/0.45/0.42/0.03)	

CMYK percentages

%0
%44.94
%41.7
%3.14

Codes

Color #F78890 in popluar color models

F78890
RGB247136144
HSL356°87.40%75.10%
HSB/HSV356°44.94%96.86%
CMYK0.00%44.94%41.70%
3.14%

Color #F78890 in popluar number systems.

HEXF78890
Decimal247136144
Binary111101111000100010010000
Octal367210220

Shades and tints

Shades of #F78890

#F78890
(247,136,144)
#E17C83
(225,124,131)
#CB7076
(203,112,118)
#B56469
(181,100,105)
#9F585C
(159,88,92)
#894C4F
(137,76,79)
#734042
(115,64,66)
#5D3435
(93,52,53)
#472828
(71,40,40)
#311C1B
(49,28,27)
#1B100E
(27,16,14)
#000000
(0,0,0)

Tints of #F78890

#F78890
(247,136,144)
#F7929A
(247,146,154)
#F79CA4
(247,156,164)
#F7A6AE
(247,166,174)
#F7B0B8
(247,176,184)
#F7BAC2
(247,186,194)
#F7C4CC
(247,196,204)
#F7CED6
(247,206,214)
#F7D8E0
(247,216,224)
#F7E2EA
(247,226,234)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F78890; }

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

This text font color is #F78890.


Background Color

.myBgColor { background-color: #F78890; }

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

This div background color is #F78890.


Border color

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

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

This div border color is #F78890.


Opacity

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

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

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

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

This text has shadow with #F78890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78890 on black background.


Color preview on white background

This text has color #F78890 on white background.



Black color preview on #F78890 background

This text has black color on #F78890 background.


White color preview on #F78890 background

This text has white color on #F78890 background.