COLOR #F87E7E

HEX: #F87E7E
RGB: (248,126,126)

Color info

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

RGB color model

#F87E7E color RGB value is (248,126,126).

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

RGB channels and saturation

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

248
126
126

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

Portions of RGB colors in percentages

R + G + B =
248 + 126 + 126 = 500 (100%)
R 248 of 500 ~ 49.6%
G 126 of 500 ~ 25.2%
B 126 of 500 ~ 25.2%

%49.6
%25.2
%25.2

CMYK color model

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

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

CMYK percentages

%0
%49.19
%49.19
%2.75

Codes

Color #F87E7E in popluar color models

F87E7E
RGB248126126
HSL89.71%73.33%
HSB/HSV49.19%97.25%
CMYK0.00%49.19%49.19%
2.75%

Color #F87E7E in popluar number systems.

HEXF87E7E
Decimal248126126
Binary1111100011111101111110
Octal370176176

Shades and tints

Shades of #F87E7E

#F87E7E
(248,126,126)
#E27373
(226,115,115)
#CC6868
(204,104,104)
#B65D5D
(182,93,93)
#A05252
(160,82,82)
#8A4747
(138,71,71)
#743C3C
(116,60,60)
#5E3131
(94,49,49)
#482626
(72,38,38)
#321B1B
(50,27,27)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #F87E7E

#F87E7E
(248,126,126)
#F88989
(248,137,137)
#F89494
(248,148,148)
#F89F9F
(248,159,159)
#F8AAAA
(248,170,170)
#F8B5B5
(248,181,181)
#F8C0C0
(248,192,192)
#F8CBCB
(248,203,203)
#F8D6D6
(248,214,214)
#F8E1E1
(248,225,225)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F87E7E; }

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

This text font color is #F87E7E.


Background Color

.myBgColor { background-color: #F87E7E; }

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

This div background color is #F87E7E.


Border color

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

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

This div border color is #F87E7E.


Opacity

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

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

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

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

This text has shadow with #F87E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87E7E on black background.


Color preview on white background

This text has color #F87E7E on white background.



Black color preview on #F87E7E background

This text has black color on #F87E7E background.


White color preview on #F87E7E background

This text has white color on #F87E7E background.