COLOR #F48D8E

HEX: #F48D8E
RGB: (244,141,142)

Color info

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

RGB color model

#F48D8E color RGB value is (244,141,142).

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

RGB channels and saturation

R 244 of 255 = 96%
G 141 of 255 = 55%
B 142 of 255 = 56%

244
141
142

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

Portions of RGB colors in percentages

R + G + B =
244 + 141 + 142 = 527 (100%)
R 244 of 527 ~ 46.3%
G 141 of 527 ~ 26.76%
B 142 of 527 ~ 26.94%

%46.3
%26.76
%26.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 41.80%
  • key color value is 4.31%
CMYK:
(0,42,42,4)
C0M42Y42K4 
(0%,42%,42%,4%)
(0.00/0.42/0.42/0.04)	

CMYK percentages

%0
%42.21
%41.8
%4.31

Codes

Color #F48D8E in popluar color models

F48D8E
RGB244141142
HSL359°82.40%75.49%
HSB/HSV359°42.21%95.69%
CMYK0.00%42.21%41.80%
4.31%

Color #F48D8E in popluar number systems.

HEXF48D8E
Decimal244141142
Binary111101001000110110001110
Octal364215216

Shades and tints

Shades of #F48D8E

#F48D8E
(244,141,142)
#DE8182
(222,129,130)
#C87576
(200,117,118)
#B2696A
(178,105,106)
#9C5D5E
(156,93,94)
#865152
(134,81,82)
#704546
(112,69,70)
#5A393A
(90,57,58)
#442D2E
(68,45,46)
#2E2122
(46,33,34)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #F48D8E

#F48D8E
(244,141,142)
#F59798
(245,151,152)
#F6A1A2
(246,161,162)
#F7ABAC
(247,171,172)
#F8B5B6
(248,181,182)
#F9BFC0
(249,191,192)
#FAC9CA
(250,201,202)
#FBD3D4
(251,211,212)
#FCDDDE
(252,221,222)
#FDE7E8
(253,231,232)
#FEF1F2
(254,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F48D8E; }

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

This text font color is #F48D8E.


Background Color

.myBgColor { background-color: #F48D8E; }

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

This div background color is #F48D8E.


Border color

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

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

This div border color is #F48D8E.


Opacity

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

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

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

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

This text has shadow with #F48D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48D8E on black background.


Color preview on white background

This text has color #F48D8E on white background.



Black color preview on #F48D8E background

This text has black color on #F48D8E background.


White color preview on #F48D8E background

This text has white color on #F48D8E background.