COLOR #F48C8A

HEX: #F48C8A
RGB: (244,140,138)

Color info

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

RGB color model

#F48C8A color RGB value is (244,140,138).

  • red value is 244;
  • green value is 140;
  • blue value is 138.
RGB:
(244,140,138)
(96%,55%,54%)

RGB channels and saturation

R 244 of 255 = 96%
G 140 of 255 = 55%
B 138 of 255 = 54%

244
140
138

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

Portions of RGB colors in percentages

R + G + B =
244 + 140 + 138 = 522 (100%)
R 244 of 522 ~ 46.74%
G 140 of 522 ~ 26.82%
B 138 of 522 ~ 26.44%

%46.74
%26.82
%26.44

CMYK color model

#F48C8A color CMYK value is (0,43,43,4).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 43.44%
  • key color value is 4.31%
CMYK:
(0,43,43,4)
C0M43Y43K4 
(0%,43%,43%,4%)
(0.00/0.43/0.43/0.04)	

CMYK percentages

%0
%42.62
%43.44
%4.31

Codes

Color #F48C8A in popluar color models

F48C8A
RGB244140138
HSL82.81%74.90%
HSB/HSV43.44%95.69%
CMYK0.00%42.62%43.44%
4.31%

Color #F48C8A in popluar number systems.

HEXF48C8A
Decimal244140138
Binary111101001000110010001010
Octal364214212

Shades and tints

Shades of #F48C8A

#F48C8A
(244,140,138)
#DE807E
(222,128,126)
#C87472
(200,116,114)
#B26866
(178,104,102)
#9C5C5A
(156,92,90)
#86504E
(134,80,78)
#704442
(112,68,66)
#5A3836
(90,56,54)
#442C2A
(68,44,42)
#2E201E
(46,32,30)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #F48C8A

#F48C8A
(244,140,138)
#F59694
(245,150,148)
#F6A09E
(246,160,158)
#F7AAA8
(247,170,168)
#F8B4B2
(248,180,178)
#F9BEBC
(249,190,188)
#FAC8C6
(250,200,198)
#FBD2D0
(251,210,208)
#FCDCDA
(252,220,218)
#FDE6E4
(253,230,228)
#FEF0EE
(254,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48C8A color. Also use rgb(244,140,138) instead hex code.

Text Font Color

.myTextColor { color: #F48C8A; }

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

This text font color is #F48C8A.


Background Color

.myBgColor { background-color: #F48C8A; }

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

This div background color is #F48C8A.


Border color

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

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

This div border color is #F48C8A.


Opacity

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

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

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

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

This text has shadow with #F48C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48C8A on black background.


Color preview on white background

This text has color #F48C8A on white background.



Black color preview on #F48C8A background

This text has black color on #F48C8A background.


White color preview on #F48C8A background

This text has white color on #F48C8A background.