COLOR #F77183

HEX: #F77183
RGB: (247,113,131)

Color info

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

RGB color model

#F77183 color RGB value is (247,113,131).

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

RGB channels and saturation

R 247 of 255 = 97%
G 113 of 255 = 44%
B 131 of 255 = 51%

247
113
131

R + G + B ~ 64%. #F77183 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 113 + 131 = 491 (100%)
R 247 of 491 ~ 50.31%
G 113 of 491 ~ 23.01%
B 131 of 491 ~ 26.68%

%50.31
%23.01
%26.68

CMYK color model

#F77183 color CMYK value is (0,54,47,3).

  • cyan value is 0.00%
  • magenta value is 54.25%
  • yellow value is 46.96%
  • key color value is 3.14%
CMYK:
(0,54,47,3)
C0M54Y47K3 
(0%,54%,47%,3%)
(0.00/0.54/0.47/0.03)	

CMYK percentages

%0
%54.25
%46.96
%3.14

Codes

Color #F77183 in popluar color models

F77183
RGB247113131
HSL352°89.33%70.59%
HSB/HSV352°54.25%96.86%
CMYK0.00%54.25%46.96%
3.14%

Color #F77183 in popluar number systems.

HEXF77183
Decimal247113131
Binary11110111111000110000011
Octal367161203

Shades and tints

Shades of #F77183

#F77183
(247,113,131)
#E16778
(225,103,120)
#CB5D6D
(203,93,109)
#B55362
(181,83,98)
#9F4957
(159,73,87)
#893F4C
(137,63,76)
#733541
(115,53,65)
#5D2B36
(93,43,54)
#47212B
(71,33,43)
#311720
(49,23,32)
#1B0D15
(27,13,21)
#000000
(0,0,0)

Tints of #F77183

#F77183
(247,113,131)
#F77D8E
(247,125,142)
#F78999
(247,137,153)
#F795A4
(247,149,164)
#F7A1AF
(247,161,175)
#F7ADBA
(247,173,186)
#F7B9C5
(247,185,197)
#F7C5D0
(247,197,208)
#F7D1DB
(247,209,219)
#F7DDE6
(247,221,230)
#F7E9F1
(247,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F77183; }

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

This text font color is #F77183.


Background Color

.myBgColor { background-color: #F77183; }

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

This div background color is #F77183.


Border color

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

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

This div border color is #F77183.


Opacity

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

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

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

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

This text has shadow with #F77183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77183 on black background.


Color preview on white background

This text has color #F77183 on white background.



Black color preview on #F77183 background

This text has black color on #F77183 background.


White color preview on #F77183 background

This text has white color on #F77183 background.