COLOR #F8797F

HEX: #F8797F
RGB: (248,121,127)

Color info

#F8797F contains mainly red color. Web safe color of #F8797F is #FF6666 (or #F66).

RGB color model

#F8797F color RGB value is (248,121,127).

  • red value is 248;
  • green value is 121;
  • blue value is 127.
RGB:
(248,121,127)
(97%,47%,50%)

RGB channels and saturation

R 248 of 255 = 97%
G 121 of 255 = 47%
B 127 of 255 = 50%

248
121
127

R + G + B ~ 65%. #F8797F is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 121 + 127 = 496 (100%)
R 248 of 496 ~ 50%
G 121 of 496 ~ 24.4%
B 127 of 496 ~ 25.6%

%50
%24.4
%25.6

CMYK color model

#F8797F color CMYK value is (0,51,49,3).

  • cyan value is 0.00%
  • magenta value is 51.21%
  • yellow value is 48.79%
  • key color value is 2.75%
CMYK:
(0,51,49,3)
C0M51Y49K3 
(0%,51%,49%,3%)
(0.00/0.51/0.49/0.03)	

CMYK percentages

%0
%51.21
%48.79
%2.75

Codes

Color #F8797F in popluar color models

F8797F
RGB248121127
HSL357°90.07%72.35%
HSB/HSV357°51.21%97.25%
CMYK0.00%51.21%48.79%
2.75%

Color #F8797F in popluar number systems.

HEXF8797F
Decimal248121127
Binary1111100011110011111111
Octal370171177

Shades and tints

Shades of #F8797F

#F8797F
(248,121,127)
#E26E74
(226,110,116)
#CC6369
(204,99,105)
#B6585E
(182,88,94)
#A04D53
(160,77,83)
#8A4248
(138,66,72)
#74373D
(116,55,61)
#5E2C32
(94,44,50)
#482127
(72,33,39)
#32161C
(50,22,28)
#1C0B11
(28,11,17)
#000000
(0,0,0)

Tints of #F8797F

#F8797F
(248,121,127)
#F8858A
(248,133,138)
#F89195
(248,145,149)
#F89DA0
(248,157,160)
#F8A9AB
(248,169,171)
#F8B5B6
(248,181,182)
#F8C1C1
(248,193,193)
#F8CDCC
(248,205,204)
#F8D9D7
(248,217,215)
#F8E5E2
(248,229,226)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8797F color. Also use rgb(248,121,127) instead hex code.

Text Font Color

.myTextColor { color: #F8797F; }

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

This text font color is #F8797F.


Background Color

.myBgColor { background-color: #F8797F; }

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

This div background color is #F8797F.


Border color

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

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

This div border color is #F8797F.


Opacity

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

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

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

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

This text has shadow with #F8797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8797F on black background.


Color preview on white background

This text has color #F8797F on white background.



Black color preview on #F8797F background

This text has black color on #F8797F background.


White color preview on #F8797F background

This text has white color on #F8797F background.