COLOR #F78FA4

HEX: #F78FA4
RGB: (247,143,164)

Color info

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

RGB color model

#F78FA4 color RGB value is (247,143,164).

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

RGB channels and saturation

R 247 of 255 = 97%
G 143 of 255 = 56%
B 164 of 255 = 64%

247
143
164

R + G + B ~ 72%. #F78FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 143 + 164 = 554 (100%)
R 247 of 554 ~ 44.58%
G 143 of 554 ~ 25.81%
B 164 of 554 ~ 29.6%

%44.58
%25.81
%29.6

CMYK color model

#F78FA4 color CMYK value is (0,42,34,3).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 33.60%
  • key color value is 3.14%
CMYK:
(0,42,34,3)
C0M42Y34K3 
(0%,42%,34%,3%)
(0.00/0.42/0.34/0.03)	

CMYK percentages

%0
%42.11
%33.6
%3.14

Codes

Color #F78FA4 in popluar color models

F78FA4
RGB247143164
HSL348°86.67%76.47%
HSB/HSV348°42.11%96.86%
CMYK0.00%42.11%33.60%
3.14%

Color #F78FA4 in popluar number systems.

HEXF78FA4
Decimal247143164
Binary111101111000111110100100
Octal367217244

Shades and tints

Shades of #F78FA4

#F78FA4
(247,143,164)
#E18296
(225,130,150)
#CB7588
(203,117,136)
#B5687A
(181,104,122)
#9F5B6C
(159,91,108)
#894E5E
(137,78,94)
#734150
(115,65,80)
#5D3442
(93,52,66)
#472734
(71,39,52)
#311A26
(49,26,38)
#1B0D18
(27,13,24)
#000000
(0,0,0)

Tints of #F78FA4

#F78FA4
(247,143,164)
#F799AC
(247,153,172)
#F7A3B4
(247,163,180)
#F7ADBC
(247,173,188)
#F7B7C4
(247,183,196)
#F7C1CC
(247,193,204)
#F7CBD4
(247,203,212)
#F7D5DC
(247,213,220)
#F7DFE4
(247,223,228)
#F7E9EC
(247,233,236)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F78FA4; }

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

This text font color is #F78FA4.


Background Color

.myBgColor { background-color: #F78FA4; }

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

This div background color is #F78FA4.


Border color

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

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

This div border color is #F78FA4.


Opacity

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

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

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

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

This text has shadow with #F78FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78FA4 on black background.


Color preview on white background

This text has color #F78FA4 on white background.



Black color preview on #F78FA4 background

This text has black color on #F78FA4 background.


White color preview on #F78FA4 background

This text has white color on #F78FA4 background.