COLOR #F76E91

HEX: #F76E91
RGB: (247,110,145)

Color info

#F76E91 contains mainly red color. Web safe color of #F76E91 is #FF6699 (or #F69).

RGB color model

#F76E91 color RGB value is (247,110,145).

  • red value is 247;
  • green value is 110;
  • blue value is 145.
RGB:
(247,110,145)
(97%,43%,57%)

RGB channels and saturation

R 247 of 255 = 97%
G 110 of 255 = 43%
B 145 of 255 = 57%

247
110
145

R + G + B ~ 66%. #F76E91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 110 + 145 = 502 (100%)
R 247 of 502 ~ 49.2%
G 110 of 502 ~ 21.91%
B 145 of 502 ~ 28.88%

%49.2
%21.91
%28.88

CMYK color model

#F76E91 color CMYK value is (0,55,41,3).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 41.30%
  • key color value is 3.14%
CMYK:
(0,55,41,3)
C0M55Y41K3 
(0%,55%,41%,3%)
(0.00/0.55/0.41/0.03)	

CMYK percentages

%0
%55.47
%41.3
%3.14

Codes

Color #F76E91 in popluar color models

F76E91
RGB247110145
HSL345°89.54%70.00%
HSB/HSV345°55.47%96.86%
CMYK0.00%55.47%41.30%
3.14%

Color #F76E91 in popluar number systems.

HEXF76E91
Decimal247110145
Binary11110111110111010010001
Octal367156221

Shades and tints

Shades of #F76E91

#F76E91
(247,110,145)
#E16484
(225,100,132)
#CB5A77
(203,90,119)
#B5506A
(181,80,106)
#9F465D
(159,70,93)
#893C50
(137,60,80)
#733243
(115,50,67)
#5D2836
(93,40,54)
#471E29
(71,30,41)
#31141C
(49,20,28)
#1B0A0F
(27,10,15)
#000000
(0,0,0)

Tints of #F76E91

#F76E91
(247,110,145)
#F77B9B
(247,123,155)
#F788A5
(247,136,165)
#F795AF
(247,149,175)
#F7A2B9
(247,162,185)
#F7AFC3
(247,175,195)
#F7BCCD
(247,188,205)
#F7C9D7
(247,201,215)
#F7D6E1
(247,214,225)
#F7E3EB
(247,227,235)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F76E91 color. Also use rgb(247,110,145) instead hex code.

Text Font Color

.myTextColor { color: #F76E91; }

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

This text font color is #F76E91.


Background Color

.myBgColor { background-color: #F76E91; }

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

This div background color is #F76E91.


Border color

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

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

This div border color is #F76E91.


Opacity

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

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

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

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

This text has shadow with #F76E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F76E91 on black background.


Color preview on white background

This text has color #F76E91 on white background.



Black color preview on #F76E91 background

This text has black color on #F76E91 background.


White color preview on #F76E91 background

This text has white color on #F76E91 background.