COLOR #F77785

HEX: #F77785
RGB: (247,119,133)

Color info

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

RGB color model

#F77785 color RGB value is (247,119,133).

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

RGB channels and saturation

R 247 of 255 = 97%
G 119 of 255 = 47%
B 133 of 255 = 52%

247
119
133

R + G + B ~ 65%. #F77785 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 119 + 133 = 499 (100%)
R 247 of 499 ~ 49.5%
G 119 of 499 ~ 23.85%
B 133 of 499 ~ 26.65%

%49.5
%23.85
%26.65

CMYK color model

#F77785 color CMYK value is (0,52,46,3).

  • cyan value is 0.00%
  • magenta value is 51.82%
  • yellow value is 46.15%
  • key color value is 3.14%
CMYK:
(0,52,46,3)
C0M52Y46K3 
(0%,52%,46%,3%)
(0.00/0.52/0.46/0.03)	

CMYK percentages

%0
%51.82
%46.15
%3.14

Codes

Color #F77785 in popluar color models

F77785
RGB247119133
HSL353°88.89%71.76%
HSB/HSV353°51.82%96.86%
CMYK0.00%51.82%46.15%
3.14%

Color #F77785 in popluar number systems.

HEXF77785
Decimal247119133
Binary11110111111011110000101
Octal367167205

Shades and tints

Shades of #F77785

#F77785
(247,119,133)
#E16D79
(225,109,121)
#CB636D
(203,99,109)
#B55961
(181,89,97)
#9F4F55
(159,79,85)
#894549
(137,69,73)
#733B3D
(115,59,61)
#5D3131
(93,49,49)
#472725
(71,39,37)
#311D19
(49,29,25)
#1B130D
(27,19,13)
#000000
(0,0,0)

Tints of #F77785

#F77785
(247,119,133)
#F78390
(247,131,144)
#F78F9B
(247,143,155)
#F79BA6
(247,155,166)
#F7A7B1
(247,167,177)
#F7B3BC
(247,179,188)
#F7BFC7
(247,191,199)
#F7CBD2
(247,203,210)
#F7D7DD
(247,215,221)
#F7E3E8
(247,227,232)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F77785; }

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

This text font color is #F77785.


Background Color

.myBgColor { background-color: #F77785; }

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

This div background color is #F77785.


Border color

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

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

This div border color is #F77785.


Opacity

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

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

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

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

This text has shadow with #F77785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77785 on black background.


Color preview on white background

This text has color #F77785 on white background.



Black color preview on #F77785 background

This text has black color on #F77785 background.


White color preview on #F77785 background

This text has white color on #F77785 background.