COLOR #F76FC4

HEX: #F76FC4
RGB: (247,111,196)

Color info

#F76FC4 contains mainly red and blue colors. Web safe color of #F76FC4 is #FF66CC (or #F6C).

RGB color model

#F76FC4 color RGB value is (247,111,196).

  • red value is 247;
  • green value is 111;
  • blue value is 196.
RGB:
(247,111,196)
(97%,44%,77%)

RGB channels and saturation

R 247 of 255 = 97%
G 111 of 255 = 44%
B 196 of 255 = 77%

247
111
196

R + G + B ~ 73%. #F76FC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 111 + 196 = 554 (100%)
R 247 of 554 ~ 44.58%
G 111 of 554 ~ 20.04%
B 196 of 554 ~ 35.38%

%44.58
%20.04
%35.38

CMYK color model

#F76FC4 color CMYK value is (0,55,21,3).

  • cyan value is 0.00%
  • magenta value is 55.06%
  • yellow value is 20.65%
  • key color value is 3.14%
CMYK:
(0,55,21,3)
C0M55Y21K3 
(0%,55%,21%,3%)
(0.00/0.55/0.21/0.03)	

CMYK percentages

%0
%55.06
%20.65
%3.14

Codes

Color #F76FC4 in popluar color models

F76FC4
RGB247111196
HSL323°89.47%70.20%
HSB/HSV323°55.06%96.86%
CMYK0.00%55.06%20.65%
3.14%

Color #F76FC4 in popluar number systems.

HEXF76FC4
Decimal247111196
Binary11110111110111111000100
Octal367157304

Shades and tints

Shades of #F76FC4

#F76FC4
(247,111,196)
#E165B3
(225,101,179)
#CB5BA2
(203,91,162)
#B55191
(181,81,145)
#9F4780
(159,71,128)
#893D6F
(137,61,111)
#73335E
(115,51,94)
#5D294D
(93,41,77)
#471F3C
(71,31,60)
#31152B
(49,21,43)
#1B0B1A
(27,11,26)
#000000
(0,0,0)

Tints of #F76FC4

#F76FC4
(247,111,196)
#F77CC9
(247,124,201)
#F789CE
(247,137,206)
#F796D3
(247,150,211)
#F7A3D8
(247,163,216)
#F7B0DD
(247,176,221)
#F7BDE2
(247,189,226)
#F7CAE7
(247,202,231)
#F7D7EC
(247,215,236)
#F7E4F1
(247,228,241)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F76FC4 color. Also use rgb(247,111,196) instead hex code.

Text Font Color

.myTextColor { color: #F76FC4; }

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

This text font color is #F76FC4.


Background Color

.myBgColor { background-color: #F76FC4; }

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

This div background color is #F76FC4.


Border color

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

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

This div border color is #F76FC4.


Opacity

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

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

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

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

This text has shadow with #F76FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F76FC4 on black background.


Color preview on white background

This text has color #F76FC4 on white background.



Black color preview on #F76FC4 background

This text has black color on #F76FC4 background.


White color preview on #F76FC4 background

This text has white color on #F76FC4 background.