COLOR #F87E87

HEX: #F87E87
RGB: (248,126,135)

Color info

#F87E87 contains mainly red color. Web safe color of #F87E87 is #FF6699 (or #F69).

RGB color model

#F87E87 color RGB value is (248,126,135).

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

RGB channels and saturation

R 248 of 255 = 97%
G 126 of 255 = 49%
B 135 of 255 = 53%

248
126
135

R + G + B ~ 66%. #F87E87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 126 + 135 = 509 (100%)
R 248 of 509 ~ 48.72%
G 126 of 509 ~ 24.75%
B 135 of 509 ~ 26.52%

%48.72
%24.75
%26.52

CMYK color model

#F87E87 color CMYK value is (0,49,46,3).

  • cyan value is 0.00%
  • magenta value is 49.19%
  • yellow value is 45.56%
  • key color value is 2.75%
CMYK:
(0,49,46,3)
C0M49Y46K3 
(0%,49%,46%,3%)
(0.00/0.49/0.46/0.03)	

CMYK percentages

%0
%49.19
%45.56
%2.75

Codes

Color #F87E87 in popluar color models

F87E87
RGB248126135
HSL356°89.71%73.33%
HSB/HSV356°49.19%97.25%
CMYK0.00%49.19%45.56%
2.75%

Color #F87E87 in popluar number systems.

HEXF87E87
Decimal248126135
Binary11111000111111010000111
Octal370176207

Shades and tints

Shades of #F87E87

#F87E87
(248,126,135)
#E2737B
(226,115,123)
#CC686F
(204,104,111)
#B65D63
(182,93,99)
#A05257
(160,82,87)
#8A474B
(138,71,75)
#743C3F
(116,60,63)
#5E3133
(94,49,51)
#482627
(72,38,39)
#321B1B
(50,27,27)
#1C100F
(28,16,15)
#000000
(0,0,0)

Tints of #F87E87

#F87E87
(248,126,135)
#F88991
(248,137,145)
#F8949B
(248,148,155)
#F89FA5
(248,159,165)
#F8AAAF
(248,170,175)
#F8B5B9
(248,181,185)
#F8C0C3
(248,192,195)
#F8CBCD
(248,203,205)
#F8D6D7
(248,214,215)
#F8E1E1
(248,225,225)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F87E87; }

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

This text font color is #F87E87.


Background Color

.myBgColor { background-color: #F87E87; }

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

This div background color is #F87E87.


Border color

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

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

This div border color is #F87E87.


Opacity

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

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

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

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

This text has shadow with #F87E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87E87 on black background.


Color preview on white background

This text has color #F87E87 on white background.



Black color preview on #F87E87 background

This text has black color on #F87E87 background.


White color preview on #F87E87 background

This text has white color on #F87E87 background.