COLOR #F4987F

HEX: #F4987F
RGB: (244,152,127)

Color info

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

RGB color model

#F4987F color RGB value is (244,152,127).

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

RGB channels and saturation

R 244 of 255 = 96%
G 152 of 255 = 60%
B 127 of 255 = 50%

244
152
127

R + G + B ~ 69%. #F4987F is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 152 + 127 = 523 (100%)
R 244 of 523 ~ 46.65%
G 152 of 523 ~ 29.06%
B 127 of 523 ~ 24.28%

%46.65
%29.06
%24.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.70%
  • 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
%37.7
%47.95
%4.31

Codes

Color #F4987F in popluar color models

F4987F
RGB244152127
HSL13°84.17%72.75%
HSB/HSV13°47.95%95.69%
CMYK0.00%37.70%47.95%
4.31%

Color #F4987F in popluar number systems.

HEXF4987F
Decimal244152127
Binary11110100100110001111111
Octal364230177

Shades and tints

Shades of #F4987F

#F4987F
(244,152,127)
#DE8B74
(222,139,116)
#C87E69
(200,126,105)
#B2715E
(178,113,94)
#9C6453
(156,100,83)
#865748
(134,87,72)
#704A3D
(112,74,61)
#5A3D32
(90,61,50)
#443027
(68,48,39)
#2E231C
(46,35,28)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #F4987F

#F4987F
(244,152,127)
#F5A18A
(245,161,138)
#F6AA95
(246,170,149)
#F7B3A0
(247,179,160)
#F8BCAB
(248,188,171)
#F9C5B6
(249,197,182)
#FACEC1
(250,206,193)
#FBD7CC
(251,215,204)
#FCE0D7
(252,224,215)
#FDE9E2
(253,233,226)
#FEF2ED
(254,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4987F; }

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

This text font color is #F4987F.


Background Color

.myBgColor { background-color: #F4987F; }

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

This div background color is #F4987F.


Border color

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

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

This div border color is #F4987F.


Opacity

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

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

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

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

This text has shadow with #F4987F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4987F on black background.


Color preview on white background

This text has color #F4987F on white background.



Black color preview on #F4987F background

This text has black color on #F4987F background.


White color preview on #F4987F background

This text has white color on #F4987F background.