COLOR #FF84A1

HEX: #FF84A1
RGB: (255,132,161)

Color info

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

RGB color model

#FF84A1 color RGB value is (255,132,161).

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

RGB channels and saturation

R 255 of 255 = 100%
G 132 of 255 = 52%
B 161 of 255 = 63%

255
132
161

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

Portions of RGB colors in percentages

R + G + B =
255 + 132 + 161 = 548 (100%)
R 255 of 548 ~ 46.53%
G 132 of 548 ~ 24.09%
B 161 of 548 ~ 29.38%

%46.53
%24.09
%29.38

CMYK color model

#FF84A1 color CMYK value is (0,48,37,0).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 36.86%
  • key color value is 0.00%
CMYK:
(0,48,37,0)
C0M48Y37K0 
(0%,48%,37%,0%)
(0.00/0.48/0.37/0.00)	

CMYK percentages

%0
%48.24
%36.86
%0

Codes

Color #FF84A1 in popluar color models

FF84A1
RGB255132161
HSL346°100.00%75.88%
HSB/HSV346°48.24%100.00%
CMYK0.00%48.24%36.86%
0.00%

Color #FF84A1 in popluar number systems.

HEXFF84A1
Decimal255132161
Binary111111111000010010100001
Octal377204241

Shades and tints

Shades of #FF84A1

#FF84A1
(255,132,161)
#E87893
(232,120,147)
#D16C85
(209,108,133)
#BA6077
(186,96,119)
#A35469
(163,84,105)
#8C485B
(140,72,91)
#753C4D
(117,60,77)
#5E303F
(94,48,63)
#472431
(71,36,49)
#301823
(48,24,35)
#190C15
(25,12,21)
#000000
(0,0,0)

Tints of #FF84A1

#FF84A1
(255,132,161)
#FF8FA9
(255,143,169)
#FF9AB1
(255,154,177)
#FFA5B9
(255,165,185)
#FFB0C1
(255,176,193)
#FFBBC9
(255,187,201)
#FFC6D1
(255,198,209)
#FFD1D9
(255,209,217)
#FFDCE1
(255,220,225)
#FFE7E9
(255,231,233)
#FFF2F1
(255,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF84A1; }

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

This text font color is #FF84A1.


Background Color

.myBgColor { background-color: #FF84A1; }

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

This div background color is #FF84A1.


Border color

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

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

This div border color is #FF84A1.


Opacity

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

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

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

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

This text has shadow with #FF84A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF84A1 on black background.


Color preview on white background

This text has color #FF84A1 on white background.



Black color preview on #FF84A1 background

This text has black color on #FF84A1 background.


White color preview on #FF84A1 background

This text has white color on #FF84A1 background.