COLOR #F77D88

HEX: #F77D88
RGB: (247,125,136)

Color info

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

RGB color model

#F77D88 color RGB value is (247,125,136).

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

RGB channels and saturation

R 247 of 255 = 97%
G 125 of 255 = 49%
B 136 of 255 = 53%

247
125
136

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

Portions of RGB colors in percentages

R + G + B =
247 + 125 + 136 = 508 (100%)
R 247 of 508 ~ 48.62%
G 125 of 508 ~ 24.61%
B 136 of 508 ~ 26.77%

%48.62
%24.61
%26.77

CMYK color model

#F77D88 color CMYK value is (0,49,45,3).

  • cyan value is 0.00%
  • magenta value is 49.39%
  • yellow value is 44.94%
  • key color value is 3.14%
CMYK:
(0,49,45,3)
C0M49Y45K3 
(0%,49%,45%,3%)
(0.00/0.49/0.45/0.03)	

CMYK percentages

%0
%49.39
%44.94
%3.14

Codes

Color #F77D88 in popluar color models

F77D88
RGB247125136
HSL355°88.41%72.94%
HSB/HSV355°49.39%96.86%
CMYK0.00%49.39%44.94%
3.14%

Color #F77D88 in popluar number systems.

HEXF77D88
Decimal247125136
Binary11110111111110110001000
Octal367175210

Shades and tints

Shades of #F77D88

#F77D88
(247,125,136)
#E1727C
(225,114,124)
#CB6770
(203,103,112)
#B55C64
(181,92,100)
#9F5158
(159,81,88)
#89464C
(137,70,76)
#733B40
(115,59,64)
#5D3034
(93,48,52)
#472528
(71,37,40)
#311A1C
(49,26,28)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #F77D88

#F77D88
(247,125,136)
#F78892
(247,136,146)
#F7939C
(247,147,156)
#F79EA6
(247,158,166)
#F7A9B0
(247,169,176)
#F7B4BA
(247,180,186)
#F7BFC4
(247,191,196)
#F7CACE
(247,202,206)
#F7D5D8
(247,213,216)
#F7E0E2
(247,224,226)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F77D88; }

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

This text font color is #F77D88.


Background Color

.myBgColor { background-color: #F77D88; }

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

This div background color is #F77D88.


Border color

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

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

This div border color is #F77D88.


Opacity

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

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

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

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

This text has shadow with #F77D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77D88 on black background.


Color preview on white background

This text has color #F77D88 on white background.



Black color preview on #F77D88 background

This text has black color on #F77D88 background.


White color preview on #F77D88 background

This text has white color on #F77D88 background.