COLOR #F48F8E

HEX: #F48F8E
RGB: (244,143,142)

Color info

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

RGB color model

#F48F8E color RGB value is (244,143,142).

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

RGB channels and saturation

R 244 of 255 = 96%
G 143 of 255 = 56%
B 142 of 255 = 56%

244
143
142

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

Portions of RGB colors in percentages

R + G + B =
244 + 143 + 142 = 529 (100%)
R 244 of 529 ~ 46.12%
G 143 of 529 ~ 27.03%
B 142 of 529 ~ 26.84%

%46.12
%27.03
%26.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.39%
  • yellow value is 41.80%
  • key color value is 4.31%
CMYK:
(0,41,42,4)
C0M41Y42K4 
(0%,41%,42%,4%)
(0.00/0.41/0.42/0.04)	

CMYK percentages

%0
%41.39
%41.8
%4.31

Codes

Color #F48F8E in popluar color models

F48F8E
RGB244143142
HSL82.26%75.69%
HSB/HSV41.80%95.69%
CMYK0.00%41.39%41.80%
4.31%

Color #F48F8E in popluar number systems.

HEXF48F8E
Decimal244143142
Binary111101001000111110001110
Octal364217216

Shades and tints

Shades of #F48F8E

#F48F8E
(244,143,142)
#DE8282
(222,130,130)
#C87576
(200,117,118)
#B2686A
(178,104,106)
#9C5B5E
(156,91,94)
#864E52
(134,78,82)
#704146
(112,65,70)
#5A343A
(90,52,58)
#44272E
(68,39,46)
#2E1A22
(46,26,34)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #F48F8E

#F48F8E
(244,143,142)
#F59998
(245,153,152)
#F6A3A2
(246,163,162)
#F7ADAC
(247,173,172)
#F8B7B6
(248,183,182)
#F9C1C0
(249,193,192)
#FACBCA
(250,203,202)
#FBD5D4
(251,213,212)
#FCDFDE
(252,223,222)
#FDE9E8
(253,233,232)
#FEF3F2
(254,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F48F8E; }

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

This text font color is #F48F8E.


Background Color

.myBgColor { background-color: #F48F8E; }

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

This div background color is #F48F8E.


Border color

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

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

This div border color is #F48F8E.


Opacity

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

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

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

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

This text has shadow with #F48F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48F8E on black background.


Color preview on white background

This text has color #F48F8E on white background.



Black color preview on #F48F8E background

This text has black color on #F48F8E background.


White color preview on #F48F8E background

This text has white color on #F48F8E background.