COLOR #FF87A1

HEX: #FF87A1
RGB: (255,135,161)

Color info

#FF87A1 contains mainly red color. Web safe color of #FF87A1 is #FF9999 (or #F99).

RGB color model

#FF87A1 color RGB value is (255,135,161).

  • red value is 255;
  • green value is 135;
  • blue value is 161.
RGB:
(255,135,161)
(100%,53%,63%)

RGB channels and saturation

R 255 of 255 = 100%
G 135 of 255 = 53%
B 161 of 255 = 63%

255
135
161

R + G + B ~ 72%. #FF87A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 135 + 161 = 551 (100%)
R 255 of 551 ~ 46.28%
G 135 of 551 ~ 24.5%
B 161 of 551 ~ 29.22%

%46.28
%24.5
%29.22

CMYK color model

#FF87A1 color CMYK value is (0,47,37,0).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 36.86%
  • key color value is 0.00%
CMYK:
(0,47,37,0)
C0M47Y37K0 
(0%,47%,37%,0%)
(0.00/0.47/0.37/0.00)	

CMYK percentages

%0
%47.06
%36.86
%0

Codes

Color #FF87A1 in popluar color models

FF87A1
RGB255135161
HSL347°100.00%76.47%
HSB/HSV347°47.06%100.00%
CMYK0.00%47.06%36.86%
0.00%

Color #FF87A1 in popluar number systems.

HEXFF87A1
Decimal255135161
Binary111111111000011110100001
Octal377207241

Shades and tints

Shades of #FF87A1

#FF87A1
(255,135,161)
#E87B93
(232,123,147)
#D16F85
(209,111,133)
#BA6377
(186,99,119)
#A35769
(163,87,105)
#8C4B5B
(140,75,91)
#753F4D
(117,63,77)
#5E333F
(94,51,63)
#472731
(71,39,49)
#301B23
(48,27,35)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #FF87A1

#FF87A1
(255,135,161)
#FF91A9
(255,145,169)
#FF9BB1
(255,155,177)
#FFA5B9
(255,165,185)
#FFAFC1
(255,175,193)
#FFB9C9
(255,185,201)
#FFC3D1
(255,195,209)
#FFCDD9
(255,205,217)
#FFD7E1
(255,215,225)
#FFE1E9
(255,225,233)
#FFEBF1
(255,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF87A1 color. Also use rgb(255,135,161) instead hex code.

Text Font Color

.myTextColor { color: #FF87A1; }

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

This text font color is #FF87A1.


Background Color

.myBgColor { background-color: #FF87A1; }

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

This div background color is #FF87A1.


Border color

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

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

This div border color is #FF87A1.


Opacity

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

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

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

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

This text has shadow with #FF87A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF87A1 on black background.


Color preview on white background

This text has color #FF87A1 on white background.



Black color preview on #FF87A1 background

This text has black color on #FF87A1 background.


White color preview on #FF87A1 background

This text has white color on #FF87A1 background.