COLOR #F77196

HEX: #F77196
RGB: (247,113,150)

Color info

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

RGB color model

#F77196 color RGB value is (247,113,150).

  • red value is 247;
  • green value is 113;
  • blue value is 150.
RGB:
(247,113,150)
(97%,44%,59%)

RGB channels and saturation

R 247 of 255 = 97%
G 113 of 255 = 44%
B 150 of 255 = 59%

247
113
150

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

Portions of RGB colors in percentages

R + G + B =
247 + 113 + 150 = 510 (100%)
R 247 of 510 ~ 48.43%
G 113 of 510 ~ 22.16%
B 150 of 510 ~ 29.41%

%48.43
%22.16
%29.41

CMYK color model

#F77196 color CMYK value is (0,54,39,3).

  • cyan value is 0.00%
  • magenta value is 54.25%
  • yellow value is 39.27%
  • key color value is 3.14%
CMYK:
(0,54,39,3)
C0M54Y39K3 
(0%,54%,39%,3%)
(0.00/0.54/0.39/0.03)	

CMYK percentages

%0
%54.25
%39.27
%3.14

Codes

Color #F77196 in popluar color models

F77196
RGB247113150
HSL343°89.33%70.59%
HSB/HSV343°54.25%96.86%
CMYK0.00%54.25%39.27%
3.14%

Color #F77196 in popluar number systems.

HEXF77196
Decimal247113150
Binary11110111111000110010110
Octal367161226

Shades and tints

Shades of #F77196

#F77196
(247,113,150)
#E16789
(225,103,137)
#CB5D7C
(203,93,124)
#B5536F
(181,83,111)
#9F4962
(159,73,98)
#893F55
(137,63,85)
#733548
(115,53,72)
#5D2B3B
(93,43,59)
#47212E
(71,33,46)
#311721
(49,23,33)
#1B0D14
(27,13,20)
#000000
(0,0,0)

Tints of #F77196

#F77196
(247,113,150)
#F77D9F
(247,125,159)
#F789A8
(247,137,168)
#F795B1
(247,149,177)
#F7A1BA
(247,161,186)
#F7ADC3
(247,173,195)
#F7B9CC
(247,185,204)
#F7C5D5
(247,197,213)
#F7D1DE
(247,209,222)
#F7DDE7
(247,221,231)
#F7E9F0
(247,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77196 color. Also use rgb(247,113,150) instead hex code.

Text Font Color

.myTextColor { color: #F77196; }

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

This text font color is #F77196.


Background Color

.myBgColor { background-color: #F77196; }

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

This div background color is #F77196.


Border color

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

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

This div border color is #F77196.


Opacity

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

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

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

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

This text has shadow with #F77196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77196 on black background.


Color preview on white background

This text has color #F77196 on white background.



Black color preview on #F77196 background

This text has black color on #F77196 background.


White color preview on #F77196 background

This text has white color on #F77196 background.