COLOR #F77B9B

HEX: #F77B9B
RGB: (247,123,155)

Color info

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

RGB color model

#F77B9B color RGB value is (247,123,155).

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

RGB channels and saturation

R 247 of 255 = 97%
G 123 of 255 = 48%
B 155 of 255 = 61%

247
123
155

R + G + B ~ 69%. #F77B9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 123 + 155 = 525 (100%)
R 247 of 525 ~ 47.05%
G 123 of 525 ~ 23.43%
B 155 of 525 ~ 29.52%

%47.05
%23.43
%29.52

CMYK color model

#F77B9B color CMYK value is (0,50,37,3).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 37.25%
  • key color value is 3.14%
CMYK:
(0,50,37,3)
C0M50Y37K3 
(0%,50%,37%,3%)
(0.00/0.50/0.37/0.03)	

CMYK percentages

%0
%50.2
%37.25
%3.14

Codes

Color #F77B9B in popluar color models

F77B9B
RGB247123155
HSL345°88.57%72.55%
HSB/HSV345°50.20%96.86%
CMYK0.00%50.20%37.25%
3.14%

Color #F77B9B in popluar number systems.

HEXF77B9B
Decimal247123155
Binary11110111111101110011011
Octal367173233

Shades and tints

Shades of #F77B9B

#F77B9B
(247,123,155)
#E1708D
(225,112,141)
#CB657F
(203,101,127)
#B55A71
(181,90,113)
#9F4F63
(159,79,99)
#894455
(137,68,85)
#733947
(115,57,71)
#5D2E39
(93,46,57)
#47232B
(71,35,43)
#31181D
(49,24,29)
#1B0D0F
(27,13,15)
#000000
(0,0,0)

Tints of #F77B9B

#F77B9B
(247,123,155)
#F787A4
(247,135,164)
#F793AD
(247,147,173)
#F79FB6
(247,159,182)
#F7ABBF
(247,171,191)
#F7B7C8
(247,183,200)
#F7C3D1
(247,195,209)
#F7CFDA
(247,207,218)
#F7DBE3
(247,219,227)
#F7E7EC
(247,231,236)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F77B9B; }

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

This text font color is #F77B9B.


Background Color

.myBgColor { background-color: #F77B9B; }

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

This div background color is #F77B9B.


Border color

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

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

This div border color is #F77B9B.


Opacity

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

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

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

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

This text has shadow with #F77B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77B9B on black background.


Color preview on white background

This text has color #F77B9B on white background.



Black color preview on #F77B9B background

This text has black color on #F77B9B background.


White color preview on #F77B9B background

This text has white color on #F77B9B background.