COLOR #F4817D

HEX: #F4817D
RGB: (244,129,125)

Color info

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

RGB color model

#F4817D color RGB value is (244,129,125).

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

RGB channels and saturation

R 244 of 255 = 96%
G 129 of 255 = 51%
B 125 of 255 = 49%

244
129
125

R + G + B ~ 65%. #F4817D is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 129 + 125 = 498 (100%)
R 244 of 498 ~ 49%
G 129 of 498 ~ 25.9%
B 125 of 498 ~ 25.1%

%49
%25.9
%25.1

CMYK color model

#F4817D color CMYK value is (0,47,49,4).

  • cyan value is 0.00%
  • magenta value is 47.13%
  • yellow value is 48.77%
  • key color value is 4.31%
CMYK:
(0,47,49,4)
C0M47Y49K4 
(0%,47%,49%,4%)
(0.00/0.47/0.49/0.04)	

CMYK percentages

%0
%47.13
%48.77
%4.31

Codes

Color #F4817D in popluar color models

F4817D
RGB244129125
HSL84.40%72.35%
HSB/HSV48.77%95.69%
CMYK0.00%47.13%48.77%
4.31%

Color #F4817D in popluar number systems.

HEXF4817D
Decimal244129125
Binary11110100100000011111101
Octal364201175

Shades and tints

Shades of #F4817D

#F4817D
(244,129,125)
#DE7672
(222,118,114)
#C86B67
(200,107,103)
#B2605C
(178,96,92)
#9C5551
(156,85,81)
#864A46
(134,74,70)
#703F3B
(112,63,59)
#5A3430
(90,52,48)
#442925
(68,41,37)
#2E1E1A
(46,30,26)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #F4817D

#F4817D
(244,129,125)
#F58C88
(245,140,136)
#F69793
(246,151,147)
#F7A29E
(247,162,158)
#F8ADA9
(248,173,169)
#F9B8B4
(249,184,180)
#FAC3BF
(250,195,191)
#FBCECA
(251,206,202)
#FCD9D5
(252,217,213)
#FDE4E0
(253,228,224)
#FEEFEB
(254,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4817D; }

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

This text font color is #F4817D.


Background Color

.myBgColor { background-color: #F4817D; }

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

This div background color is #F4817D.


Border color

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

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

This div border color is #F4817D.


Opacity

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

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

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

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

This text has shadow with #F4817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4817D on black background.


Color preview on white background

This text has color #F4817D on white background.



Black color preview on #F4817D background

This text has black color on #F4817D background.


White color preview on #F4817D background

This text has white color on #F4817D background.