COLOR #F79CE4

HEX: #F79CE4
RGB: (247,156,228)

Color info

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

RGB color model

#F79CE4 color RGB value is (247,156,228).

  • red value is 247;
  • green value is 156;
  • blue value is 228.
RGB:
(247,156,228)
(97%,61%,89%)

RGB channels and saturation

R 247 of 255 = 97%
G 156 of 255 = 61%
B 228 of 255 = 89%

247
156
228

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

Portions of RGB colors in percentages

R + G + B =
247 + 156 + 228 = 631 (100%)
R 247 of 631 ~ 39.14%
G 156 of 631 ~ 24.72%
B 228 of 631 ~ 36.13%

%39.14
%24.72
%36.13

CMYK color model

#F79CE4 color CMYK value is (0,37,8,3).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 7.69%
  • key color value is 3.14%
CMYK:
(0,37,8,3)
C0M37Y8K3 
(0%,37%,8%,3%)
(0.00/0.37/0.08/0.03)	

CMYK percentages

%0
%36.84
%7.69
%3.14

Codes

Color #F79CE4 in popluar color models

F79CE4
RGB247156228
HSL313°85.05%79.02%
HSB/HSV313°36.84%96.86%
CMYK0.00%36.84%7.69%
3.14%

Color #F79CE4 in popluar number systems.

HEXF79CE4
Decimal247156228
Binary111101111001110011100100
Octal367234344

Shades and tints

Shades of #F79CE4

#F79CE4
(247,156,228)
#E18ED0
(225,142,208)
#CB80BC
(203,128,188)
#B572A8
(181,114,168)
#9F6494
(159,100,148)
#895680
(137,86,128)
#73486C
(115,72,108)
#5D3A58
(93,58,88)
#472C44
(71,44,68)
#311E30
(49,30,48)
#1B101C
(27,16,28)
#000000
(0,0,0)

Tints of #F79CE4

#F79CE4
(247,156,228)
#F7A5E6
(247,165,230)
#F7AEE8
(247,174,232)
#F7B7EA
(247,183,234)
#F7C0EC
(247,192,236)
#F7C9EE
(247,201,238)
#F7D2F0
(247,210,240)
#F7DBF2
(247,219,242)
#F7E4F4
(247,228,244)
#F7EDF6
(247,237,246)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F79CE4 color. Also use rgb(247,156,228) instead hex code.

Text Font Color

.myTextColor { color: #F79CE4; }

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

This text font color is #F79CE4.


Background Color

.myBgColor { background-color: #F79CE4; }

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

This div background color is #F79CE4.


Border color

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

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

This div border color is #F79CE4.


Opacity

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

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

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

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

This text has shadow with #F79CE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F79CE4 on black background.


Color preview on white background

This text has color #F79CE4 on white background.



Black color preview on #F79CE4 background

This text has black color on #F79CE4 background.


White color preview on #F79CE4 background

This text has white color on #F79CE4 background.