COLOR #F5977F

HEX: #F5977F
RGB: (245,151,127)

Color info

#F5977F contains mainly red color. Web safe color of #F5977F is #FF9966 (or #F96).

RGB color model

#F5977F color RGB value is (245,151,127).

  • red value is 245;
  • green value is 151;
  • blue value is 127.
RGB:
(245,151,127)
(96%,59%,50%)

RGB channels and saturation

R 245 of 255 = 96%
G 151 of 255 = 59%
B 127 of 255 = 50%

245
151
127

R + G + B ~ 68%. #F5977F is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 151 + 127 = 523 (100%)
R 245 of 523 ~ 46.85%
G 151 of 523 ~ 28.87%
B 127 of 523 ~ 24.28%

%46.85
%28.87
%24.28

CMYK color model

#F5977F color CMYK value is (0,38,48,4).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 48.16%
  • key color value is 3.92%
CMYK:
(0,38,48,4)
C0M38Y48K4 
(0%,38%,48%,4%)
(0.00/0.38/0.48/0.04)	

CMYK percentages

%0
%38.37
%48.16
%3.92

Codes

Color #F5977F in popluar color models

F5977F
RGB245151127
HSL12°85.51%72.94%
HSB/HSV12°48.16%96.08%
CMYK0.00%38.37%48.16%
3.92%

Color #F5977F in popluar number systems.

HEXF5977F
Decimal245151127
Binary11110101100101111111111
Octal365227177

Shades and tints

Shades of #F5977F

#F5977F
(245,151,127)
#DF8A74
(223,138,116)
#C97D69
(201,125,105)
#B3705E
(179,112,94)
#9D6353
(157,99,83)
#875648
(135,86,72)
#71493D
(113,73,61)
#5B3C32
(91,60,50)
#452F27
(69,47,39)
#2F221C
(47,34,28)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #F5977F

#F5977F
(245,151,127)
#F5A08A
(245,160,138)
#F5A995
(245,169,149)
#F5B2A0
(245,178,160)
#F5BBAB
(245,187,171)
#F5C4B6
(245,196,182)
#F5CDC1
(245,205,193)
#F5D6CC
(245,214,204)
#F5DFD7
(245,223,215)
#F5E8E2
(245,232,226)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5977F color. Also use rgb(245,151,127) instead hex code.

Text Font Color

.myTextColor { color: #F5977F; }

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

This text font color is #F5977F.


Background Color

.myBgColor { background-color: #F5977F; }

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

This div background color is #F5977F.


Border color

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

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

This div border color is #F5977F.


Opacity

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

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

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

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

This text has shadow with #F5977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5977F on black background.


Color preview on white background

This text has color #F5977F on white background.



Black color preview on #F5977F background

This text has black color on #F5977F background.


White color preview on #F5977F background

This text has white color on #F5977F background.