COLOR #F77960

HEX: #F77960
RGB: (247,121,96)

Color info

#F77960 contains mainly red color. Web safe color of #F77960 is #FF6666 (or #F66).

RGB color model

#F77960 color RGB value is (247,121,96).

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

RGB channels and saturation

R 247 of 255 = 97%
G 121 of 255 = 47%
B 96 of 255 = 38%

247
121
96

R + G + B ~ 61%. #F77960 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 121 + 96 = 464 (100%)
R 247 of 464 ~ 53.23%
G 121 of 464 ~ 26.08%
B 96 of 464 ~ 20.69%

%53.23
%26.08
%20.69

CMYK color model

#F77960 color CMYK value is (0,51,61,3).

  • cyan value is 0.00%
  • magenta value is 51.01%
  • yellow value is 61.13%
  • key color value is 3.14%
CMYK:
(0,51,61,3)
C0M51Y61K3 
(0%,51%,61%,3%)
(0.00/0.51/0.61/0.03)	

CMYK percentages

%0
%51.01
%61.13
%3.14

Codes

Color #F77960 in popluar color models

F77960
RGB24712196
HSL10°90.42%67.25%
HSB/HSV10°61.13%96.86%
CMYK0.00%51.01%61.13%
3.14%

Color #F77960 in popluar number systems.

HEXF77960
Decimal24712196
Binary1111011111110011100000
Octal367171140

Shades and tints

Shades of #F77960

#F77960
(247,121,96)
#E16E58
(225,110,88)
#CB6350
(203,99,80)
#B55848
(181,88,72)
#9F4D40
(159,77,64)
#894238
(137,66,56)
#733730
(115,55,48)
#5D2C28
(93,44,40)
#472120
(71,33,32)
#311618
(49,22,24)
#1B0B10
(27,11,16)
#000000
(0,0,0)

Tints of #F77960

#F77960
(247,121,96)
#F7856E
(247,133,110)
#F7917C
(247,145,124)
#F79D8A
(247,157,138)
#F7A998
(247,169,152)
#F7B5A6
(247,181,166)
#F7C1B4
(247,193,180)
#F7CDC2
(247,205,194)
#F7D9D0
(247,217,208)
#F7E5DE
(247,229,222)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F77960; }

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

This text font color is #F77960.


Background Color

.myBgColor { background-color: #F77960; }

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

This div background color is #F77960.


Border color

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

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

This div border color is #F77960.


Opacity

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

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

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

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

This text has shadow with #F77960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77960 on black background.


Color preview on white background

This text has color #F77960 on white background.



Black color preview on #F77960 background

This text has black color on #F77960 background.


White color preview on #F77960 background

This text has white color on #F77960 background.