COLOR #F79BA4

HEX: #F79BA4
RGB: (247,155,164)

Color info

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

RGB color model

#F79BA4 color RGB value is (247,155,164).

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

RGB channels and saturation

R 247 of 255 = 97%
G 155 of 255 = 61%
B 164 of 255 = 64%

247
155
164

R + G + B ~ 74%. #F79BA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 155 + 164 = 566 (100%)
R 247 of 566 ~ 43.64%
G 155 of 566 ~ 27.39%
B 164 of 566 ~ 28.98%

%43.64
%27.39
%28.98

CMYK color model

#F79BA4 color CMYK value is (0,37,34,3).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 33.60%
  • key color value is 3.14%
CMYK:
(0,37,34,3)
C0M37Y34K3 
(0%,37%,34%,3%)
(0.00/0.37/0.34/0.03)	

CMYK percentages

%0
%37.25
%33.6
%3.14

Codes

Color #F79BA4 in popluar color models

F79BA4
RGB247155164
HSL354°85.19%78.82%
HSB/HSV354°37.25%96.86%
CMYK0.00%37.25%33.60%
3.14%

Color #F79BA4 in popluar number systems.

HEXF79BA4
Decimal247155164
Binary111101111001101110100100
Octal367233244

Shades and tints

Shades of #F79BA4

#F79BA4
(247,155,164)
#E18D96
(225,141,150)
#CB7F88
(203,127,136)
#B5717A
(181,113,122)
#9F636C
(159,99,108)
#89555E
(137,85,94)
#734750
(115,71,80)
#5D3942
(93,57,66)
#472B34
(71,43,52)
#311D26
(49,29,38)
#1B0F18
(27,15,24)
#000000
(0,0,0)

Tints of #F79BA4

#F79BA4
(247,155,164)
#F7A4AC
(247,164,172)
#F7ADB4
(247,173,180)
#F7B6BC
(247,182,188)
#F7BFC4
(247,191,196)
#F7C8CC
(247,200,204)
#F7D1D4
(247,209,212)
#F7DADC
(247,218,220)
#F7E3E4
(247,227,228)
#F7ECEC
(247,236,236)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F79BA4; }

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

This text font color is #F79BA4.


Background Color

.myBgColor { background-color: #F79BA4; }

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

This div background color is #F79BA4.


Border color

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

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

This div border color is #F79BA4.


Opacity

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

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

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

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

This text has shadow with #F79BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F79BA4 on black background.


Color preview on white background

This text has color #F79BA4 on white background.



Black color preview on #F79BA4 background

This text has black color on #F79BA4 background.


White color preview on #F79BA4 background

This text has white color on #F79BA4 background.