COLOR #F77364

HEX: #F77364
RGB: (247,115,100)

Color info

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

RGB color model

#F77364 color RGB value is (247,115,100).

  • red value is 247;
  • green value is 115;
  • blue value is 100.
RGB:
(247,115,100)
(97%,45%,39%)

RGB channels and saturation

R 247 of 255 = 97%
G 115 of 255 = 45%
B 100 of 255 = 39%

247
115
100

R + G + B ~ 60%. #F77364 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
247 + 115 + 100 = 462 (100%)
R 247 of 462 ~ 53.46%
G 115 of 462 ~ 24.89%
B 100 of 462 ~ 21.65%

%53.46
%24.89
%21.65

CMYK color model

#F77364 color CMYK value is (0,53,60,3).

  • cyan value is 0.00%
  • magenta value is 53.44%
  • yellow value is 59.51%
  • key color value is 3.14%
CMYK:
(0,53,60,3)
C0M53Y60K3 
(0%,53%,60%,3%)
(0.00/0.53/0.60/0.03)	

CMYK percentages

%0
%53.44
%59.51
%3.14

Codes

Color #F77364 in popluar color models

F77364
RGB247115100
HSL90.18%68.04%
HSB/HSV59.51%96.86%
CMYK0.00%53.44%59.51%
3.14%

Color #F77364 in popluar number systems.

HEXF77364
Decimal247115100
Binary1111011111100111100100
Octal367163144

Shades and tints

Shades of #F77364

#F77364
(247,115,100)
#E1695B
(225,105,91)
#CB5F52
(203,95,82)
#B55549
(181,85,73)
#9F4B40
(159,75,64)
#894137
(137,65,55)
#73372E
(115,55,46)
#5D2D25
(93,45,37)
#47231C
(71,35,28)
#311913
(49,25,19)
#1B0F0A
(27,15,10)
#000000
(0,0,0)

Tints of #F77364

#F77364
(247,115,100)
#F77F72
(247,127,114)
#F78B80
(247,139,128)
#F7978E
(247,151,142)
#F7A39C
(247,163,156)
#F7AFAA
(247,175,170)
#F7BBB8
(247,187,184)
#F7C7C6
(247,199,198)
#F7D3D4
(247,211,212)
#F7DFE2
(247,223,226)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77364 color. Also use rgb(247,115,100) instead hex code.

Text Font Color

.myTextColor { color: #F77364; }

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

This text font color is #F77364.


Background Color

.myBgColor { background-color: #F77364; }

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

This div background color is #F77364.


Border color

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

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

This div border color is #F77364.


Opacity

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

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

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

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

This text has shadow with #F77364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77364 on black background.


Color preview on white background

This text has color #F77364 on white background.



Black color preview on #F77364 background

This text has black color on #F77364 background.


White color preview on #F77364 background

This text has white color on #F77364 background.