COLOR #F4898E

HEX: #F4898E
RGB: (244,137,142)

Color info

#F4898E contains mainly red color. Web safe color of #F4898E is #FF9999 (or #F99).

RGB color model

#F4898E color RGB value is (244,137,142).

  • red value is 244;
  • green value is 137;
  • blue value is 142.
RGB:
(244,137,142)
(96%,54%,56%)

RGB channels and saturation

R 244 of 255 = 96%
G 137 of 255 = 54%
B 142 of 255 = 56%

244
137
142

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

Portions of RGB colors in percentages

R + G + B =
244 + 137 + 142 = 523 (100%)
R 244 of 523 ~ 46.65%
G 137 of 523 ~ 26.2%
B 142 of 523 ~ 27.15%

%46.65
%26.2
%27.15

CMYK color model

#F4898E color CMYK value is (0,44,42,4).

  • cyan value is 0.00%
  • magenta value is 43.85%
  • yellow value is 41.80%
  • key color value is 4.31%
CMYK:
(0,44,42,4)
C0M44Y42K4 
(0%,44%,42%,4%)
(0.00/0.44/0.42/0.04)	

CMYK percentages

%0
%43.85
%41.8
%4.31

Codes

Color #F4898E in popluar color models

F4898E
RGB244137142
HSL357°82.95%74.71%
HSB/HSV357°43.85%95.69%
CMYK0.00%43.85%41.80%
4.31%

Color #F4898E in popluar number systems.

HEXF4898E
Decimal244137142
Binary111101001000100110001110
Octal364211216

Shades and tints

Shades of #F4898E

#F4898E
(244,137,142)
#DE7D82
(222,125,130)
#C87176
(200,113,118)
#B2656A
(178,101,106)
#9C595E
(156,89,94)
#864D52
(134,77,82)
#704146
(112,65,70)
#5A353A
(90,53,58)
#44292E
(68,41,46)
#2E1D22
(46,29,34)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #F4898E

#F4898E
(244,137,142)
#F59398
(245,147,152)
#F69DA2
(246,157,162)
#F7A7AC
(247,167,172)
#F8B1B6
(248,177,182)
#F9BBC0
(249,187,192)
#FAC5CA
(250,197,202)
#FBCFD4
(251,207,212)
#FCD9DE
(252,217,222)
#FDE3E8
(253,227,232)
#FEEDF2
(254,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4898E color. Also use rgb(244,137,142) instead hex code.

Text Font Color

.myTextColor { color: #F4898E; }

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

This text font color is #F4898E.


Background Color

.myBgColor { background-color: #F4898E; }

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

This div background color is #F4898E.


Border color

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

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

This div border color is #F4898E.


Opacity

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

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

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

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

This text has shadow with #F4898E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4898E on black background.


Color preview on white background

This text has color #F4898E on white background.



Black color preview on #F4898E background

This text has black color on #F4898E background.


White color preview on #F4898E background

This text has white color on #F4898E background.