COLOR #F8979B

HEX: #F8979B
RGB: (248,151,155)

Color info

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

RGB color model

#F8979B color RGB value is (248,151,155).

  • red value is 248;
  • green value is 151;
  • blue value is 155.
RGB:
(248,151,155)
(97%,59%,61%)

RGB channels and saturation

R 248 of 255 = 97%
G 151 of 255 = 59%
B 155 of 255 = 61%

248
151
155

R + G + B ~ 72%. #F8979B is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 151 + 155 = 554 (100%)
R 248 of 554 ~ 44.77%
G 151 of 554 ~ 27.26%
B 155 of 554 ~ 27.98%

%44.77
%27.26
%27.98

CMYK color model

#F8979B color CMYK value is (0,39,38,3).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 37.50%
  • key color value is 2.75%
CMYK:
(0,39,38,3)
C0M39Y38K3 
(0%,39%,38%,3%)
(0.00/0.39/0.38/0.03)	

CMYK percentages

%0
%39.11
%37.5
%2.75

Codes

Color #F8979B in popluar color models

F8979B
RGB248151155
HSL358°87.39%78.24%
HSB/HSV358°39.11%97.25%
CMYK0.00%39.11%37.50%
2.75%

Color #F8979B in popluar number systems.

HEXF8979B
Decimal248151155
Binary111110001001011110011011
Octal370227233

Shades and tints

Shades of #F8979B

#F8979B
(248,151,155)
#E28A8D
(226,138,141)
#CC7D7F
(204,125,127)
#B67071
(182,112,113)
#A06363
(160,99,99)
#8A5655
(138,86,85)
#744947
(116,73,71)
#5E3C39
(94,60,57)
#482F2B
(72,47,43)
#32221D
(50,34,29)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #F8979B

#F8979B
(248,151,155)
#F8A0A4
(248,160,164)
#F8A9AD
(248,169,173)
#F8B2B6
(248,178,182)
#F8BBBF
(248,187,191)
#F8C4C8
(248,196,200)
#F8CDD1
(248,205,209)
#F8D6DA
(248,214,218)
#F8DFE3
(248,223,227)
#F8E8EC
(248,232,236)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8979B color. Also use rgb(248,151,155) instead hex code.

Text Font Color

.myTextColor { color: #F8979B; }

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

This text font color is #F8979B.


Background Color

.myBgColor { background-color: #F8979B; }

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

This div background color is #F8979B.


Border color

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

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

This div border color is #F8979B.


Opacity

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

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

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

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

This text has shadow with #F8979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8979B on black background.


Color preview on white background

This text has color #F8979B on white background.



Black color preview on #F8979B background

This text has black color on #F8979B background.


White color preview on #F8979B background

This text has white color on #F8979B background.