COLOR #F87EAA

HEX: #F87EAA
RGB: (248,126,170)

Color info

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

RGB color model

#F87EAA color RGB value is (248,126,170).

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

RGB channels and saturation

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

248
126
170

R + G + B ~ 71%. #F87EAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 126 + 170 = 544 (100%)
R 248 of 544 ~ 45.59%
G 126 of 544 ~ 23.16%
B 170 of 544 ~ 31.25%

%45.59
%23.16
%31.25

CMYK color model

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

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

CMYK percentages

%0
%49.19
%31.45
%2.75

Codes

Color #F87EAA in popluar color models

F87EAA
RGB248126170
HSL338°89.71%73.33%
HSB/HSV338°49.19%97.25%
CMYK0.00%49.19%31.45%
2.75%

Color #F87EAA in popluar number systems.

HEXF87EAA
Decimal248126170
Binary11111000111111010101010
Octal370176252

Shades and tints

Shades of #F87EAA

#F87EAA
(248,126,170)
#E2739B
(226,115,155)
#CC688C
(204,104,140)
#B65D7D
(182,93,125)
#A0526E
(160,82,110)
#8A475F
(138,71,95)
#743C50
(116,60,80)
#5E3141
(94,49,65)
#482632
(72,38,50)
#321B23
(50,27,35)
#1C1014
(28,16,20)
#000000
(0,0,0)

Tints of #F87EAA

#F87EAA
(248,126,170)
#F889B1
(248,137,177)
#F894B8
(248,148,184)
#F89FBF
(248,159,191)
#F8AAC6
(248,170,198)
#F8B5CD
(248,181,205)
#F8C0D4
(248,192,212)
#F8CBDB
(248,203,219)
#F8D6E2
(248,214,226)
#F8E1E9
(248,225,233)
#F8ECF0
(248,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F87EAA; }

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

This text font color is #F87EAA.


Background Color

.myBgColor { background-color: #F87EAA; }

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

This div background color is #F87EAA.


Border color

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

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

This div border color is #F87EAA.


Opacity

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

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

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

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

This text has shadow with #F87EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87EAA on black background.


Color preview on white background

This text has color #F87EAA on white background.



Black color preview on #F87EAA background

This text has black color on #F87EAA background.


White color preview on #F87EAA background

This text has white color on #F87EAA background.