COLOR #F77B8D

HEX: #F77B8D
RGB: (247,123,141)

Color info

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

RGB color model

#F77B8D color RGB value is (247,123,141).

  • red value is 247;
  • green value is 123;
  • blue value is 141.
RGB:
(247,123,141)
(97%,48%,55%)

RGB channels and saturation

R 247 of 255 = 97%
G 123 of 255 = 48%
B 141 of 255 = 55%

247
123
141

R + G + B ~ 67%. #F77B8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 123 + 141 = 511 (100%)
R 247 of 511 ~ 48.34%
G 123 of 511 ~ 24.07%
B 141 of 511 ~ 27.59%

%48.34
%24.07
%27.59

CMYK color model

#F77B8D color CMYK value is (0,50,43,3).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 42.91%
  • key color value is 3.14%
CMYK:
(0,50,43,3)
C0M50Y43K3 
(0%,50%,43%,3%)
(0.00/0.50/0.43/0.03)	

CMYK percentages

%0
%50.2
%42.91
%3.14

Codes

Color #F77B8D in popluar color models

F77B8D
RGB247123141
HSL351°88.57%72.55%
HSB/HSV351°50.20%96.86%
CMYK0.00%50.20%42.91%
3.14%

Color #F77B8D in popluar number systems.

HEXF77B8D
Decimal247123141
Binary11110111111101110001101
Octal367173215

Shades and tints

Shades of #F77B8D

#F77B8D
(247,123,141)
#E17081
(225,112,129)
#CB6575
(203,101,117)
#B55A69
(181,90,105)
#9F4F5D
(159,79,93)
#894451
(137,68,81)
#733945
(115,57,69)
#5D2E39
(93,46,57)
#47232D
(71,35,45)
#311821
(49,24,33)
#1B0D15
(27,13,21)
#000000
(0,0,0)

Tints of #F77B8D

#F77B8D
(247,123,141)
#F78797
(247,135,151)
#F793A1
(247,147,161)
#F79FAB
(247,159,171)
#F7ABB5
(247,171,181)
#F7B7BF
(247,183,191)
#F7C3C9
(247,195,201)
#F7CFD3
(247,207,211)
#F7DBDD
(247,219,221)
#F7E7E7
(247,231,231)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77B8D color. Also use rgb(247,123,141) instead hex code.

Text Font Color

.myTextColor { color: #F77B8D; }

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

This text font color is #F77B8D.


Background Color

.myBgColor { background-color: #F77B8D; }

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

This div background color is #F77B8D.


Border color

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

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

This div border color is #F77B8D.


Opacity

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

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

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

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

This text has shadow with #F77B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77B8D on black background.


Color preview on white background

This text has color #F77B8D on white background.



Black color preview on #F77B8D background

This text has black color on #F77B8D background.


White color preview on #F77B8D background

This text has white color on #F77B8D background.