COLOR #F77794

HEX: #F77794
RGB: (247,119,148)

Color info

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

RGB color model

#F77794 color RGB value is (247,119,148).

  • red value is 247;
  • green value is 119;
  • blue value is 148.
RGB:
(247,119,148)
(97%,47%,58%)

RGB channels and saturation

R 247 of 255 = 97%
G 119 of 255 = 47%
B 148 of 255 = 58%

247
119
148

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

Portions of RGB colors in percentages

R + G + B =
247 + 119 + 148 = 514 (100%)
R 247 of 514 ~ 48.05%
G 119 of 514 ~ 23.15%
B 148 of 514 ~ 28.79%

%48.05
%23.15
%28.79

CMYK color model

#F77794 color CMYK value is (0,52,40,3).

  • cyan value is 0.00%
  • magenta value is 51.82%
  • yellow value is 40.08%
  • key color value is 3.14%
CMYK:
(0,52,40,3)
C0M52Y40K3 
(0%,52%,40%,3%)
(0.00/0.52/0.40/0.03)	

CMYK percentages

%0
%51.82
%40.08
%3.14

Codes

Color #F77794 in popluar color models

F77794
RGB247119148
HSL346°88.89%71.76%
HSB/HSV346°51.82%96.86%
CMYK0.00%51.82%40.08%
3.14%

Color #F77794 in popluar number systems.

HEXF77794
Decimal247119148
Binary11110111111011110010100
Octal367167224

Shades and tints

Shades of #F77794

#F77794
(247,119,148)
#E16D87
(225,109,135)
#CB637A
(203,99,122)
#B5596D
(181,89,109)
#9F4F60
(159,79,96)
#894553
(137,69,83)
#733B46
(115,59,70)
#5D3139
(93,49,57)
#47272C
(71,39,44)
#311D1F
(49,29,31)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #F77794

#F77794
(247,119,148)
#F7839D
(247,131,157)
#F78FA6
(247,143,166)
#F79BAF
(247,155,175)
#F7A7B8
(247,167,184)
#F7B3C1
(247,179,193)
#F7BFCA
(247,191,202)
#F7CBD3
(247,203,211)
#F7D7DC
(247,215,220)
#F7E3E5
(247,227,229)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77794 color. Also use rgb(247,119,148) instead hex code.

Text Font Color

.myTextColor { color: #F77794; }

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

This text font color is #F77794.


Background Color

.myBgColor { background-color: #F77794; }

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

This div background color is #F77794.


Border color

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

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

This div border color is #F77794.


Opacity

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

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

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

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

This text has shadow with #F77794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77794 on black background.


Color preview on white background

This text has color #F77794 on white background.



Black color preview on #F77794 background

This text has black color on #F77794 background.


White color preview on #F77794 background

This text has white color on #F77794 background.