COLOR #F79DD6

HEX: #F79DD6
RGB: (247,157,214)

Color info

#F79DD6 contains mainly red and blue colors. Web safe color of #F79DD6 is #FF99CC (or #F9C).

RGB color model

#F79DD6 color RGB value is (247,157,214).

  • red value is 247;
  • green value is 157;
  • blue value is 214.
RGB:
(247,157,214)
(97%,62%,84%)

RGB channels and saturation

R 247 of 255 = 97%
G 157 of 255 = 62%
B 214 of 255 = 84%

247
157
214

R + G + B ~ 81%. #F79DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 157 + 214 = 618 (100%)
R 247 of 618 ~ 39.97%
G 157 of 618 ~ 25.4%
B 214 of 618 ~ 34.63%

%39.97
%25.4
%34.63

CMYK color model

#F79DD6 color CMYK value is (0,36,13,3).

  • cyan value is 0.00%
  • magenta value is 36.44%
  • yellow value is 13.36%
  • key color value is 3.14%
CMYK:
(0,36,13,3)
C0M36Y13K3 
(0%,36%,13%,3%)
(0.00/0.36/0.13/0.03)	

CMYK percentages

%0
%36.44
%13.36
%3.14

Codes

Color #F79DD6 in popluar color models

F79DD6
RGB247157214
HSL322°84.91%79.22%
HSB/HSV322°36.44%96.86%
CMYK0.00%36.44%13.36%
3.14%

Color #F79DD6 in popluar number systems.

HEXF79DD6
Decimal247157214
Binary111101111001110111010110
Octal367235326

Shades and tints

Shades of #F79DD6

#F79DD6
(247,157,214)
#E18FC3
(225,143,195)
#CB81B0
(203,129,176)
#B5739D
(181,115,157)
#9F658A
(159,101,138)
#895777
(137,87,119)
#734964
(115,73,100)
#5D3B51
(93,59,81)
#472D3E
(71,45,62)
#311F2B
(49,31,43)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #F79DD6

#F79DD6
(247,157,214)
#F7A5D9
(247,165,217)
#F7ADDC
(247,173,220)
#F7B5DF
(247,181,223)
#F7BDE2
(247,189,226)
#F7C5E5
(247,197,229)
#F7CDE8
(247,205,232)
#F7D5EB
(247,213,235)
#F7DDEE
(247,221,238)
#F7E5F1
(247,229,241)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F79DD6 color. Also use rgb(247,157,214) instead hex code.

Text Font Color

.myTextColor { color: #F79DD6; }

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

This text font color is #F79DD6.


Background Color

.myBgColor { background-color: #F79DD6; }

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

This div background color is #F79DD6.


Border color

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

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

This div border color is #F79DD6.


Opacity

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

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

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

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

This text has shadow with #F79DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F79DD6 on black background.


Color preview on white background

This text has color #F79DD6 on white background.



Black color preview on #F79DD6 background

This text has black color on #F79DD6 background.


White color preview on #F79DD6 background

This text has white color on #F79DD6 background.