COLOR #F79FE0

HEX: #F79FE0
RGB: (247,159,224)

Color info

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

RGB color model

#F79FE0 color RGB value is (247,159,224).

  • red value is 247;
  • green value is 159;
  • blue value is 224.
RGB:
(247,159,224)
(97%,62%,88%)

RGB channels and saturation

R 247 of 255 = 97%
G 159 of 255 = 62%
B 224 of 255 = 88%

247
159
224

R + G + B ~ 82%. #F79FE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 159 + 224 = 630 (100%)
R 247 of 630 ~ 39.21%
G 159 of 630 ~ 25.24%
B 224 of 630 ~ 35.56%

%39.21
%25.24
%35.56

CMYK color model

#F79FE0 color CMYK value is (0,36,9,3).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 9.31%
  • key color value is 3.14%
CMYK:
(0,36,9,3)
C0M36Y9K3 
(0%,36%,9%,3%)
(0.00/0.36/0.09/0.03)	

CMYK percentages

%0
%35.63
%9.31
%3.14

Codes

Color #F79FE0 in popluar color models

F79FE0
RGB247159224
HSL316°84.62%79.61%
HSB/HSV316°35.63%96.86%
CMYK0.00%35.63%9.31%
3.14%

Color #F79FE0 in popluar number systems.

HEXF79FE0
Decimal247159224
Binary111101111001111111100000
Octal367237340

Shades and tints

Shades of #F79FE0

#F79FE0
(247,159,224)
#E191CC
(225,145,204)
#CB83B8
(203,131,184)
#B575A4
(181,117,164)
#9F6790
(159,103,144)
#89597C
(137,89,124)
#734B68
(115,75,104)
#5D3D54
(93,61,84)
#472F40
(71,47,64)
#31212C
(49,33,44)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #F79FE0

#F79FE0
(247,159,224)
#F7A7E2
(247,167,226)
#F7AFE4
(247,175,228)
#F7B7E6
(247,183,230)
#F7BFE8
(247,191,232)
#F7C7EA
(247,199,234)
#F7CFEC
(247,207,236)
#F7D7EE
(247,215,238)
#F7DFF0
(247,223,240)
#F7E7F2
(247,231,242)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F79FE0 color. Also use rgb(247,159,224) instead hex code.

Text Font Color

.myTextColor { color: #F79FE0; }

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

This text font color is #F79FE0.


Background Color

.myBgColor { background-color: #F79FE0; }

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

This div background color is #F79FE0.


Border color

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

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

This div border color is #F79FE0.


Opacity

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

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

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

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

This text has shadow with #F79FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F79FE0 on black background.


Color preview on white background

This text has color #F79FE0 on white background.



Black color preview on #F79FE0 background

This text has black color on #F79FE0 background.


White color preview on #F79FE0 background

This text has white color on #F79FE0 background.