COLOR #F88379

HEX: #F88379
RGB: (248,131,121)

Color info

#F88379 contains mainly red color. Web safe color of #F88379 is #FF9966 (or #F96).

RGB color model

#F88379 color RGB value is (248,131,121).

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

RGB channels and saturation

R 248 of 255 = 97%
G 131 of 255 = 51%
B 121 of 255 = 47%

248
131
121

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

Portions of RGB colors in percentages

R + G + B =
248 + 131 + 121 = 500 (100%)
R 248 of 500 ~ 49.6%
G 131 of 500 ~ 26.2%
B 121 of 500 ~ 24.2%

%49.6
%26.2
%24.2

CMYK color model

#F88379 color CMYK value is (0,47,51,3).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 51.21%
  • key color value is 2.75%
CMYK:
(0,47,51,3)
C0M47Y51K3 
(0%,47%,51%,3%)
(0.00/0.47/0.51/0.03)	

CMYK percentages

%0
%47.18
%51.21
%2.75

Codes

Color #F88379 in popluar color models

F88379
RGB248131121
HSL90.07%72.35%
HSB/HSV51.21%97.25%
CMYK0.00%47.18%51.21%
2.75%

Color #F88379 in popluar number systems.

HEXF88379
Decimal248131121
Binary11111000100000111111001
Octal370203171

Shades and tints

Shades of #F88379

#F88379
(248,131,121)
#E2786E
(226,120,110)
#CC6D63
(204,109,99)
#B66258
(182,98,88)
#A0574D
(160,87,77)
#8A4C42
(138,76,66)
#744137
(116,65,55)
#5E362C
(94,54,44)
#482B21
(72,43,33)
#322016
(50,32,22)
#1C150B
(28,21,11)
#000000
(0,0,0)

Tints of #F88379

#F88379
(248,131,121)
#F88E85
(248,142,133)
#F89991
(248,153,145)
#F8A49D
(248,164,157)
#F8AFA9
(248,175,169)
#F8BAB5
(248,186,181)
#F8C5C1
(248,197,193)
#F8D0CD
(248,208,205)
#F8DBD9
(248,219,217)
#F8E6E5
(248,230,229)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F88379; }

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

This text font color is #F88379.


Background Color

.myBgColor { background-color: #F88379; }

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

This div background color is #F88379.


Border color

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

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

This div border color is #F88379.


Opacity

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

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

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

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

This text has shadow with #F88379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88379 on black background.


Color preview on white background

This text has color #F88379 on white background.



Black color preview on #F88379 background

This text has black color on #F88379 background.


White color preview on #F88379 background

This text has white color on #F88379 background.