COLOR #FF80A3

HEX: #FF80A3
RGB: (255,128,163)

Color info

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

RGB color model

#FF80A3 color RGB value is (255,128,163).

  • red value is 255;
  • green value is 128;
  • blue value is 163.
RGB:
(255,128,163)
(100%,50%,64%)

RGB channels and saturation

R 255 of 255 = 100%
G 128 of 255 = 50%
B 163 of 255 = 64%

255
128
163

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

Portions of RGB colors in percentages

R + G + B =
255 + 128 + 163 = 546 (100%)
R 255 of 546 ~ 46.7%
G 128 of 546 ~ 23.44%
B 163 of 546 ~ 29.85%

%46.7
%23.44
%29.85

CMYK color model

#FF80A3 color CMYK value is (0,50,36,0).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 36.08%
  • key color value is 0.00%
CMYK:
(0,50,36,0)
C0M50Y36K0 
(0%,50%,36%,0%)
(0.00/0.50/0.36/0.00)	

CMYK percentages

%0
%49.8
%36.08
%0

Codes

Color #FF80A3 in popluar color models

FF80A3
RGB255128163
HSL343°100.00%75.10%
HSB/HSV343°49.80%100.00%
CMYK0.00%49.80%36.08%
0.00%

Color #FF80A3 in popluar number systems.

HEXFF80A3
Decimal255128163
Binary111111111000000010100011
Octal377200243

Shades and tints

Shades of #FF80A3

#FF80A3
(255,128,163)
#E87595
(232,117,149)
#D16A87
(209,106,135)
#BA5F79
(186,95,121)
#A3546B
(163,84,107)
#8C495D
(140,73,93)
#753E4F
(117,62,79)
#5E3341
(94,51,65)
#472833
(71,40,51)
#301D25
(48,29,37)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #FF80A3

#FF80A3
(255,128,163)
#FF8BAB
(255,139,171)
#FF96B3
(255,150,179)
#FFA1BB
(255,161,187)
#FFACC3
(255,172,195)
#FFB7CB
(255,183,203)
#FFC2D3
(255,194,211)
#FFCDDB
(255,205,219)
#FFD8E3
(255,216,227)
#FFE3EB
(255,227,235)
#FFEEF3
(255,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF80A3 color. Also use rgb(255,128,163) instead hex code.

Text Font Color

.myTextColor { color: #FF80A3; }

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

This text font color is #FF80A3.


Background Color

.myBgColor { background-color: #FF80A3; }

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

This div background color is #FF80A3.


Border color

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

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

This div border color is #FF80A3.


Opacity

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

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

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

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

This text has shadow with #FF80A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF80A3 on black background.


Color preview on white background

This text has color #FF80A3 on white background.



Black color preview on #FF80A3 background

This text has black color on #FF80A3 background.


White color preview on #FF80A3 background

This text has white color on #FF80A3 background.