COLOR #F78F97

HEX: #F78F97
RGB: (247,143,151)

Color info

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

RGB color model

#F78F97 color RGB value is (247,143,151).

  • red value is 247;
  • green value is 143;
  • blue value is 151.
RGB:
(247,143,151)
(97%,56%,59%)

RGB channels and saturation

R 247 of 255 = 97%
G 143 of 255 = 56%
B 151 of 255 = 59%

247
143
151

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

Portions of RGB colors in percentages

R + G + B =
247 + 143 + 151 = 541 (100%)
R 247 of 541 ~ 45.66%
G 143 of 541 ~ 26.43%
B 151 of 541 ~ 27.91%

%45.66
%26.43
%27.91

CMYK color model

#F78F97 color CMYK value is (0,42,39,3).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 38.87%
  • key color value is 3.14%
CMYK:
(0,42,39,3)
C0M42Y39K3 
(0%,42%,39%,3%)
(0.00/0.42/0.39/0.03)	

CMYK percentages

%0
%42.11
%38.87
%3.14

Codes

Color #F78F97 in popluar color models

F78F97
RGB247143151
HSL355°86.67%76.47%
HSB/HSV355°42.11%96.86%
CMYK0.00%42.11%38.87%
3.14%

Color #F78F97 in popluar number systems.

HEXF78F97
Decimal247143151
Binary111101111000111110010111
Octal367217227

Shades and tints

Shades of #F78F97

#F78F97
(247,143,151)
#E1828A
(225,130,138)
#CB757D
(203,117,125)
#B56870
(181,104,112)
#9F5B63
(159,91,99)
#894E56
(137,78,86)
#734149
(115,65,73)
#5D343C
(93,52,60)
#47272F
(71,39,47)
#311A22
(49,26,34)
#1B0D15
(27,13,21)
#000000
(0,0,0)

Tints of #F78F97

#F78F97
(247,143,151)
#F799A0
(247,153,160)
#F7A3A9
(247,163,169)
#F7ADB2
(247,173,178)
#F7B7BB
(247,183,187)
#F7C1C4
(247,193,196)
#F7CBCD
(247,203,205)
#F7D5D6
(247,213,214)
#F7DFDF
(247,223,223)
#F7E9E8
(247,233,232)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F78F97; }

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

This text font color is #F78F97.


Background Color

.myBgColor { background-color: #F78F97; }

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

This div background color is #F78F97.


Border color

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

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

This div border color is #F78F97.


Opacity

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

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

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

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

This text has shadow with #F78F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78F97 on black background.


Color preview on white background

This text has color #F78F97 on white background.



Black color preview on #F78F97 background

This text has black color on #F78F97 background.


White color preview on #F78F97 background

This text has white color on #F78F97 background.