COLOR #FF5C80

HEX: #FF5C80
RGB: (255,92,128)

Color info

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

RGB color model

#FF5C80 color RGB value is (255,92,128).

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

RGB channels and saturation

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

255
92
128

R + G + B ~ 62%. #FF5C80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 92 + 128 = 475 (100%)
R 255 of 475 ~ 53.68%
G 92 of 475 ~ 19.37%
B 128 of 475 ~ 26.95%

%53.68
%19.37
%26.95

CMYK color model

#FF5C80 color CMYK value is (0,64,50,0).

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

CMYK percentages

%0
%63.92
%49.8
%0

Codes

Color #FF5C80 in popluar color models

FF5C80
RGB25592128
HSL347°100.00%68.04%
HSB/HSV347°63.92%100.00%
CMYK0.00%63.92%49.80%
0.00%

Color #FF5C80 in popluar number systems.

HEXFF5C80
Decimal25592128
Binary11111111101110010000000
Octal377134200

Shades and tints

Shades of #FF5C80

#FF5C80
(255,92,128)
#E85475
(232,84,117)
#D14C6A
(209,76,106)
#BA445F
(186,68,95)
#A33C54
(163,60,84)
#8C3449
(140,52,73)
#752C3E
(117,44,62)
#5E2433
(94,36,51)
#471C28
(71,28,40)
#30141D
(48,20,29)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #FF5C80

#FF5C80
(255,92,128)
#FF6A8B
(255,106,139)
#FF7896
(255,120,150)
#FF86A1
(255,134,161)
#FF94AC
(255,148,172)
#FFA2B7
(255,162,183)
#FFB0C2
(255,176,194)
#FFBECD
(255,190,205)
#FFCCD8
(255,204,216)
#FFDAE3
(255,218,227)
#FFE8EE
(255,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF5C80; }

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

This text font color is #FF5C80.


Background Color

.myBgColor { background-color: #FF5C80; }

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

This div background color is #FF5C80.


Border color

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

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

This div border color is #FF5C80.


Opacity

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

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

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

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

This text has shadow with #FF5C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF5C80 on black background.


Color preview on white background

This text has color #FF5C80 on white background.



Black color preview on #FF5C80 background

This text has black color on #FF5C80 background.


White color preview on #FF5C80 background

This text has white color on #FF5C80 background.