COLOR #F79BAD

HEX: #F79BAD
RGB: (247,155,173)

Color info

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

RGB color model

#F79BAD color RGB value is (247,155,173).

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

RGB channels and saturation

R 247 of 255 = 97%
G 155 of 255 = 61%
B 173 of 255 = 68%

247
155
173

R + G + B ~ 75%. #F79BAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 155 + 173 = 575 (100%)
R 247 of 575 ~ 42.96%
G 155 of 575 ~ 26.96%
B 173 of 575 ~ 30.09%

%42.96
%26.96
%30.09

CMYK color model

#F79BAD color CMYK value is (0,37,30,3).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 29.96%
  • key color value is 3.14%
CMYK:
(0,37,30,3)
C0M37Y30K3 
(0%,37%,30%,3%)
(0.00/0.37/0.30/0.03)	

CMYK percentages

%0
%37.25
%29.96
%3.14

Codes

Color #F79BAD in popluar color models

F79BAD
RGB247155173
HSL348°85.19%78.82%
HSB/HSV348°37.25%96.86%
CMYK0.00%37.25%29.96%
3.14%

Color #F79BAD in popluar number systems.

HEXF79BAD
Decimal247155173
Binary111101111001101110101101
Octal367233255

Shades and tints

Shades of #F79BAD

#F79BAD
(247,155,173)
#E18D9E
(225,141,158)
#CB7F8F
(203,127,143)
#B57180
(181,113,128)
#9F6371
(159,99,113)
#895562
(137,85,98)
#734753
(115,71,83)
#5D3944
(93,57,68)
#472B35
(71,43,53)
#311D26
(49,29,38)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #F79BAD

#F79BAD
(247,155,173)
#F7A4B4
(247,164,180)
#F7ADBB
(247,173,187)
#F7B6C2
(247,182,194)
#F7BFC9
(247,191,201)
#F7C8D0
(247,200,208)
#F7D1D7
(247,209,215)
#F7DADE
(247,218,222)
#F7E3E5
(247,227,229)
#F7ECEC
(247,236,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F79BAD; }

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

This text font color is #F79BAD.


Background Color

.myBgColor { background-color: #F79BAD; }

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

This div background color is #F79BAD.


Border color

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

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

This div border color is #F79BAD.


Opacity

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

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

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

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

This text has shadow with #F79BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F79BAD on black background.


Color preview on white background

This text has color #F79BAD on white background.



Black color preview on #F79BAD background

This text has black color on #F79BAD background.


White color preview on #F79BAD background

This text has white color on #F79BAD background.