COLOR #F76E83

HEX: #F76E83
RGB: (247,110,131)

Color info

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

RGB color model

#F76E83 color RGB value is (247,110,131).

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

RGB channels and saturation

R 247 of 255 = 97%
G 110 of 255 = 43%
B 131 of 255 = 51%

247
110
131

R + G + B ~ 64%. #F76E83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 110 + 131 = 488 (100%)
R 247 of 488 ~ 50.61%
G 110 of 488 ~ 22.54%
B 131 of 488 ~ 26.84%

%50.61
%22.54
%26.84

CMYK color model

#F76E83 color CMYK value is (0,55,47,3).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 46.96%
  • key color value is 3.14%
CMYK:
(0,55,47,3)
C0M55Y47K3 
(0%,55%,47%,3%)
(0.00/0.55/0.47/0.03)	

CMYK percentages

%0
%55.47
%46.96
%3.14

Codes

Color #F76E83 in popluar color models

F76E83
RGB247110131
HSL351°89.54%70.00%
HSB/HSV351°55.47%96.86%
CMYK0.00%55.47%46.96%
3.14%

Color #F76E83 in popluar number systems.

HEXF76E83
Decimal247110131
Binary11110111110111010000011
Octal367156203

Shades and tints

Shades of #F76E83

#F76E83
(247,110,131)
#E16478
(225,100,120)
#CB5A6D
(203,90,109)
#B55062
(181,80,98)
#9F4657
(159,70,87)
#893C4C
(137,60,76)
#733241
(115,50,65)
#5D2836
(93,40,54)
#471E2B
(71,30,43)
#311420
(49,20,32)
#1B0A15
(27,10,21)
#000000
(0,0,0)

Tints of #F76E83

#F76E83
(247,110,131)
#F77B8E
(247,123,142)
#F78899
(247,136,153)
#F795A4
(247,149,164)
#F7A2AF
(247,162,175)
#F7AFBA
(247,175,186)
#F7BCC5
(247,188,197)
#F7C9D0
(247,201,208)
#F7D6DB
(247,214,219)
#F7E3E6
(247,227,230)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F76E83; }

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

This text font color is #F76E83.


Background Color

.myBgColor { background-color: #F76E83; }

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

This div background color is #F76E83.


Border color

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

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

This div border color is #F76E83.


Opacity

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

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

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

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

This text has shadow with #F76E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F76E83 on black background.


Color preview on white background

This text has color #F76E83 on white background.



Black color preview on #F76E83 background

This text has black color on #F76E83 background.


White color preview on #F76E83 background

This text has white color on #F76E83 background.