COLOR #F77D96

HEX: #F77D96
RGB: (247,125,150)

Color info

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

RGB color model

#F77D96 color RGB value is (247,125,150).

  • red value is 247;
  • green value is 125;
  • blue value is 150.
RGB:
(247,125,150)
(97%,49%,59%)

RGB channels and saturation

R 247 of 255 = 97%
G 125 of 255 = 49%
B 150 of 255 = 59%

247
125
150

R + G + B ~ 68%. #F77D96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 125 + 150 = 522 (100%)
R 247 of 522 ~ 47.32%
G 125 of 522 ~ 23.95%
B 150 of 522 ~ 28.74%

%47.32
%23.95
%28.74

CMYK color model

#F77D96 color CMYK value is (0,49,39,3).

  • cyan value is 0.00%
  • magenta value is 49.39%
  • yellow value is 39.27%
  • key color value is 3.14%
CMYK:
(0,49,39,3)
C0M49Y39K3 
(0%,49%,39%,3%)
(0.00/0.49/0.39/0.03)	

CMYK percentages

%0
%49.39
%39.27
%3.14

Codes

Color #F77D96 in popluar color models

F77D96
RGB247125150
HSL348°88.41%72.94%
HSB/HSV348°49.39%96.86%
CMYK0.00%49.39%39.27%
3.14%

Color #F77D96 in popluar number systems.

HEXF77D96
Decimal247125150
Binary11110111111110110010110
Octal367175226

Shades and tints

Shades of #F77D96

#F77D96
(247,125,150)
#E17289
(225,114,137)
#CB677C
(203,103,124)
#B55C6F
(181,92,111)
#9F5162
(159,81,98)
#894655
(137,70,85)
#733B48
(115,59,72)
#5D303B
(93,48,59)
#47252E
(71,37,46)
#311A21
(49,26,33)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #F77D96

#F77D96
(247,125,150)
#F7889F
(247,136,159)
#F793A8
(247,147,168)
#F79EB1
(247,158,177)
#F7A9BA
(247,169,186)
#F7B4C3
(247,180,195)
#F7BFCC
(247,191,204)
#F7CAD5
(247,202,213)
#F7D5DE
(247,213,222)
#F7E0E7
(247,224,231)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77D96 color. Also use rgb(247,125,150) instead hex code.

Text Font Color

.myTextColor { color: #F77D96; }

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

This text font color is #F77D96.


Background Color

.myBgColor { background-color: #F77D96; }

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

This div background color is #F77D96.


Border color

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

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

This div border color is #F77D96.


Opacity

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

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

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

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

This text has shadow with #F77D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77D96 on black background.


Color preview on white background

This text has color #F77D96 on white background.



Black color preview on #F77D96 background

This text has black color on #F77D96 background.


White color preview on #F77D96 background

This text has white color on #F77D96 background.