COLOR #FF80D4

HEX: #FF80D4
RGB: (255,128,212)

Color info

#FF80D4 contains mainly red and blue colors. Web safe color of #FF80D4 is #FF66CC (or #F6C).

RGB color model

#FF80D4 color RGB value is (255,128,212).

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

RGB channels and saturation

R 255 of 255 = 100%
G 128 of 255 = 50%
B 212 of 255 = 83%

255
128
212

R + G + B ~ 78%. #FF80D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 128 + 212 = 595 (100%)
R 255 of 595 ~ 42.86%
G 128 of 595 ~ 21.51%
B 212 of 595 ~ 35.63%

%42.86
%21.51
%35.63

CMYK color model

#FF80D4 color CMYK value is (0,50,17,0).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK:
(0,50,17,0)
C0M50Y17K0 
(0%,50%,17%,0%)
(0.00/0.50/0.17/0.00)	

CMYK percentages

%0
%49.8
%16.86
%0

Codes

Color #FF80D4 in popluar color models

FF80D4
RGB255128212
HSL320°100.00%75.10%
HSB/HSV320°49.80%100.00%
CMYK0.00%49.80%16.86%
0.00%

Color #FF80D4 in popluar number systems.

HEXFF80D4
Decimal255128212
Binary111111111000000011010100
Octal377200324

Shades and tints

Shades of #FF80D4

#FF80D4
(255,128,212)
#E875C1
(232,117,193)
#D16AAE
(209,106,174)
#BA5F9B
(186,95,155)
#A35488
(163,84,136)
#8C4975
(140,73,117)
#753E62
(117,62,98)
#5E334F
(94,51,79)
#47283C
(71,40,60)
#301D29
(48,29,41)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #FF80D4

#FF80D4
(255,128,212)
#FF8BD7
(255,139,215)
#FF96DA
(255,150,218)
#FFA1DD
(255,161,221)
#FFACE0
(255,172,224)
#FFB7E3
(255,183,227)
#FFC2E6
(255,194,230)
#FFCDE9
(255,205,233)
#FFD8EC
(255,216,236)
#FFE3EF
(255,227,239)
#FFEEF2
(255,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF80D4; }

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

This text font color is #FF80D4.


Background Color

.myBgColor { background-color: #FF80D4; }

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

This div background color is #FF80D4.


Border color

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

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

This div border color is #FF80D4.


Opacity

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

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

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

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

This text has shadow with #FF80D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF80D4 on black background.


Color preview on white background

This text has color #FF80D4 on white background.



Black color preview on #FF80D4 background

This text has black color on #FF80D4 background.


White color preview on #FF80D4 background

This text has white color on #FF80D4 background.