COLOR #F4937D

HEX: #F4937D
RGB: (244,147,125)

Color info

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

RGB color model

#F4937D color RGB value is (244,147,125).

  • red value is 244;
  • green value is 147;
  • blue value is 125.
RGB:
(244,147,125)
(96%,58%,49%)

RGB channels and saturation

R 244 of 255 = 96%
G 147 of 255 = 58%
B 125 of 255 = 49%

244
147
125

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

Portions of RGB colors in percentages

R + G + B =
244 + 147 + 125 = 516 (100%)
R 244 of 516 ~ 47.29%
G 147 of 516 ~ 28.49%
B 125 of 516 ~ 24.22%

%47.29
%28.49
%24.22

CMYK color model

#F4937D color CMYK value is (0,40,49,4).

  • cyan value is 0.00%
  • magenta value is 39.75%
  • yellow value is 48.77%
  • key color value is 4.31%
CMYK:
(0,40,49,4)
C0M40Y49K4 
(0%,40%,49%,4%)
(0.00/0.40/0.49/0.04)	

CMYK percentages

%0
%39.75
%48.77
%4.31

Codes

Color #F4937D in popluar color models

F4937D
RGB244147125
HSL11°84.40%72.35%
HSB/HSV11°48.77%95.69%
CMYK0.00%39.75%48.77%
4.31%

Color #F4937D in popluar number systems.

HEXF4937D
Decimal244147125
Binary11110100100100111111101
Octal364223175

Shades and tints

Shades of #F4937D

#F4937D
(244,147,125)
#DE8672
(222,134,114)
#C87967
(200,121,103)
#B26C5C
(178,108,92)
#9C5F51
(156,95,81)
#865246
(134,82,70)
#70453B
(112,69,59)
#5A3830
(90,56,48)
#442B25
(68,43,37)
#2E1E1A
(46,30,26)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #F4937D

#F4937D
(244,147,125)
#F59C88
(245,156,136)
#F6A593
(246,165,147)
#F7AE9E
(247,174,158)
#F8B7A9
(248,183,169)
#F9C0B4
(249,192,180)
#FAC9BF
(250,201,191)
#FBD2CA
(251,210,202)
#FCDBD5
(252,219,213)
#FDE4E0
(253,228,224)
#FEEDEB
(254,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4937D color. Also use rgb(244,147,125) instead hex code.

Text Font Color

.myTextColor { color: #F4937D; }

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

This text font color is #F4937D.


Background Color

.myBgColor { background-color: #F4937D; }

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

This div background color is #F4937D.


Border color

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

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

This div border color is #F4937D.


Opacity

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

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

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

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

This text has shadow with #F4937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4937D on black background.


Color preview on white background

This text has color #F4937D on white background.



Black color preview on #F4937D background

This text has black color on #F4937D background.


White color preview on #F4937D background

This text has white color on #F4937D background.