COLOR #F77994

HEX: #F77994
RGB: (247,121,148)

Color info

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

RGB color model

#F77994 color RGB value is (247,121,148).

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

RGB channels and saturation

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

247
121
148

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

Portions of RGB colors in percentages

R + G + B =
247 + 121 + 148 = 516 (100%)
R 247 of 516 ~ 47.87%
G 121 of 516 ~ 23.45%
B 148 of 516 ~ 28.68%

%47.87
%23.45
%28.68

CMYK color model

#F77994 color CMYK value is (0,51,40,3).

  • cyan value is 0.00%
  • magenta value is 51.01%
  • yellow value is 40.08%
  • key color value is 3.14%
CMYK:
(0,51,40,3)
C0M51Y40K3 
(0%,51%,40%,3%)
(0.00/0.51/0.40/0.03)	

CMYK percentages

%0
%51.01
%40.08
%3.14

Codes

Color #F77994 in popluar color models

F77994
RGB247121148
HSL347°88.73%72.16%
HSB/HSV347°51.01%96.86%
CMYK0.00%51.01%40.08%
3.14%

Color #F77994 in popluar number systems.

HEXF77994
Decimal247121148
Binary11110111111100110010100
Octal367171224

Shades and tints

Shades of #F77994

#F77994
(247,121,148)
#E16E87
(225,110,135)
#CB637A
(203,99,122)
#B5586D
(181,88,109)
#9F4D60
(159,77,96)
#894253
(137,66,83)
#733746
(115,55,70)
#5D2C39
(93,44,57)
#47212C
(71,33,44)
#31161F
(49,22,31)
#1B0B12
(27,11,18)
#000000
(0,0,0)

Tints of #F77994

#F77994
(247,121,148)
#F7859D
(247,133,157)
#F791A6
(247,145,166)
#F79DAF
(247,157,175)
#F7A9B8
(247,169,184)
#F7B5C1
(247,181,193)
#F7C1CA
(247,193,202)
#F7CDD3
(247,205,211)
#F7D9DC
(247,217,220)
#F7E5E5
(247,229,229)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F77994; }

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

This text font color is #F77994.


Background Color

.myBgColor { background-color: #F77994; }

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

This div background color is #F77994.


Border color

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

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

This div border color is #F77994.


Opacity

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

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

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

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

This text has shadow with #F77994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77994 on black background.


Color preview on white background

This text has color #F77994 on white background.



Black color preview on #F77994 background

This text has black color on #F77994 background.


White color preview on #F77994 background

This text has white color on #F77994 background.