COLOR #F4977F

HEX: #F4977F
RGB: (244,151,127)

Color info

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

RGB color model

#F4977F color RGB value is (244,151,127).

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

RGB channels and saturation

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

244
151
127

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

Portions of RGB colors in percentages

R + G + B =
244 + 151 + 127 = 522 (100%)
R 244 of 522 ~ 46.74%
G 151 of 522 ~ 28.93%
B 127 of 522 ~ 24.33%

%46.74
%28.93
%24.33

CMYK color model

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

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

CMYK percentages

%0
%38.11
%47.95
%4.31

Codes

Color #F4977F in popluar color models

F4977F
RGB244151127
HSL12°84.17%72.75%
HSB/HSV12°47.95%95.69%
CMYK0.00%38.11%47.95%
4.31%

Color #F4977F in popluar number systems.

HEXF4977F
Decimal244151127
Binary11110100100101111111111
Octal364227177

Shades and tints

Shades of #F4977F

#F4977F
(244,151,127)
#DE8A74
(222,138,116)
#C87D69
(200,125,105)
#B2705E
(178,112,94)
#9C6353
(156,99,83)
#865648
(134,86,72)
#70493D
(112,73,61)
#5A3C32
(90,60,50)
#442F27
(68,47,39)
#2E221C
(46,34,28)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #F4977F

#F4977F
(244,151,127)
#F5A08A
(245,160,138)
#F6A995
(246,169,149)
#F7B2A0
(247,178,160)
#F8BBAB
(248,187,171)
#F9C4B6
(249,196,182)
#FACDC1
(250,205,193)
#FBD6CC
(251,214,204)
#FCDFD7
(252,223,215)
#FDE8E2
(253,232,226)
#FEF1ED
(254,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4977F; }

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

This text font color is #F4977F.


Background Color

.myBgColor { background-color: #F4977F; }

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

This div background color is #F4977F.


Border color

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

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

This div border color is #F4977F.


Opacity

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

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

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

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

This text has shadow with #F4977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4977F on black background.


Color preview on white background

This text has color #F4977F on white background.



Black color preview on #F4977F background

This text has black color on #F4977F background.


White color preview on #F4977F background

This text has white color on #F4977F background.