COLOR #F87E74

HEX: #F87E74
RGB: (248,126,116)

Color info

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

RGB color model

#F87E74 color RGB value is (248,126,116).

  • red value is 248;
  • green value is 126;
  • blue value is 116.
RGB:
(248,126,116)
(97%,49%,45%)

RGB channels and saturation

R 248 of 255 = 97%
G 126 of 255 = 49%
B 116 of 255 = 45%

248
126
116

R + G + B ~ 64%. #F87E74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 126 + 116 = 490 (100%)
R 248 of 490 ~ 50.61%
G 126 of 490 ~ 25.71%
B 116 of 490 ~ 23.67%

%50.61
%25.71
%23.67

CMYK color model

#F87E74 color CMYK value is (0,49,53,3).

  • cyan value is 0.00%
  • magenta value is 49.19%
  • yellow value is 53.23%
  • key color value is 2.75%
CMYK:
(0,49,53,3)
C0M49Y53K3 
(0%,49%,53%,3%)
(0.00/0.49/0.53/0.03)	

CMYK percentages

%0
%49.19
%53.23
%2.75

Codes

Color #F87E74 in popluar color models

F87E74
RGB248126116
HSL90.41%71.37%
HSB/HSV53.23%97.25%
CMYK0.00%49.19%53.23%
2.75%

Color #F87E74 in popluar number systems.

HEXF87E74
Decimal248126116
Binary1111100011111101110100
Octal370176164

Shades and tints

Shades of #F87E74

#F87E74
(248,126,116)
#E2736A
(226,115,106)
#CC6860
(204,104,96)
#B65D56
(182,93,86)
#A0524C
(160,82,76)
#8A4742
(138,71,66)
#743C38
(116,60,56)
#5E312E
(94,49,46)
#482624
(72,38,36)
#321B1A
(50,27,26)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #F87E74

#F87E74
(248,126,116)
#F88980
(248,137,128)
#F8948C
(248,148,140)
#F89F98
(248,159,152)
#F8AAA4
(248,170,164)
#F8B5B0
(248,181,176)
#F8C0BC
(248,192,188)
#F8CBC8
(248,203,200)
#F8D6D4
(248,214,212)
#F8E1E0
(248,225,224)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87E74 color. Also use rgb(248,126,116) instead hex code.

Text Font Color

.myTextColor { color: #F87E74; }

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

This text font color is #F87E74.


Background Color

.myBgColor { background-color: #F87E74; }

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

This div background color is #F87E74.


Border color

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

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

This div border color is #F87E74.


Opacity

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

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

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

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

This text has shadow with #F87E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87E74 on black background.


Color preview on white background

This text has color #F87E74 on white background.



Black color preview on #F87E74 background

This text has black color on #F87E74 background.


White color preview on #F87E74 background

This text has white color on #F87E74 background.