COLOR #FF8080

HEX: #FF8080
RGB: (255,128,128)

Color info

#FF8080 contains mainly red color. Web safe color of #FF8080 is #FF6666 (or #F66).

RGB color model

#FF8080 color RGB value is (255,128,128).

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

RGB channels and saturation

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

255
128
128

R + G + B ~ 67%. #FF8080 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 128 + 128 = 511 (100%)
R 255 of 511 ~ 49.9%
G 128 of 511 ~ 25.05%
B 128 of 511 ~ 25.05%

%49.9
%25.05
%25.05

CMYK color model

#FF8080 color CMYK value is (0,50,50,0).

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

CMYK percentages

%0
%49.8
%49.8
%0

Codes

Color #FF8080 in popluar color models

FF8080
RGB255128128
HSL100.00%75.10%
HSB/HSV49.80%100.00%
CMYK0.00%49.80%49.80%
0.00%

Color #FF8080 in popluar number systems.

HEXFF8080
Decimal255128128
Binary111111111000000010000000
Octal377200200

Shades and tints

Shades of #FF8080

#FF8080
(255,128,128)
#E87575
(232,117,117)
#D16A6A
(209,106,106)
#BA5F5F
(186,95,95)
#A35454
(163,84,84)
#8C4949
(140,73,73)
#753E3E
(117,62,62)
#5E3333
(94,51,51)
#472828
(71,40,40)
#301D1D
(48,29,29)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #FF8080

#FF8080
(255,128,128)
#FF8B8B
(255,139,139)
#FF9696
(255,150,150)
#FFA1A1
(255,161,161)
#FFACAC
(255,172,172)
#FFB7B7
(255,183,183)
#FFC2C2
(255,194,194)
#FFCDCD
(255,205,205)
#FFD8D8
(255,216,216)
#FFE3E3
(255,227,227)
#FFEEEE
(255,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8080; }

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

This text font color is #FF8080.


Background Color

.myBgColor { background-color: #FF8080; }

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

This div background color is #FF8080.


Border color

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

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

This div border color is #FF8080.


Opacity

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

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

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

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

This text has shadow with #FF8080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8080 on black background.


Color preview on white background

This text has color #FF8080 on white background.



Black color preview on #FF8080 background

This text has black color on #FF8080 background.


White color preview on #FF8080 background

This text has white color on #FF8080 background.