COLOR #FF5C7B

HEX: #FF5C7B
RGB: (255,92,123)

Color info

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

RGB color model

#FF5C7B color RGB value is (255,92,123).

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

RGB channels and saturation

R 255 of 255 = 100%
G 92 of 255 = 36%
B 123 of 255 = 48%

255
92
123

R + G + B ~ 61%. #FF5C7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 92 + 123 = 470 (100%)
R 255 of 470 ~ 54.26%
G 92 of 470 ~ 19.57%
B 123 of 470 ~ 26.17%

%54.26
%19.57
%26.17

CMYK color model

#FF5C7B color CMYK value is (0,64,52,0).

  • cyan value is 0.00%
  • magenta value is 63.92%
  • yellow value is 51.76%
  • key color value is 0.00%
CMYK:
(0,64,52,0)
C0M64Y52K0 
(0%,64%,52%,0%)
(0.00/0.64/0.52/0.00)	

CMYK percentages

%0
%63.92
%51.76
%0

Codes

Color #FF5C7B in popluar color models

FF5C7B
RGB25592123
HSL349°100.00%68.04%
HSB/HSV349°63.92%100.00%
CMYK0.00%63.92%51.76%
0.00%

Color #FF5C7B in popluar number systems.

HEXFF5C7B
Decimal25592123
Binary1111111110111001111011
Octal377134173

Shades and tints

Shades of #FF5C7B

#FF5C7B
(255,92,123)
#E85470
(232,84,112)
#D14C65
(209,76,101)
#BA445A
(186,68,90)
#A33C4F
(163,60,79)
#8C3444
(140,52,68)
#752C39
(117,44,57)
#5E242E
(94,36,46)
#471C23
(71,28,35)
#301418
(48,20,24)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #FF5C7B

#FF5C7B
(255,92,123)
#FF6A87
(255,106,135)
#FF7893
(255,120,147)
#FF869F
(255,134,159)
#FF94AB
(255,148,171)
#FFA2B7
(255,162,183)
#FFB0C3
(255,176,195)
#FFBECF
(255,190,207)
#FFCCDB
(255,204,219)
#FFDAE7
(255,218,231)
#FFE8F3
(255,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF5C7B; }

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

This text font color is #FF5C7B.


Background Color

.myBgColor { background-color: #FF5C7B; }

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

This div background color is #FF5C7B.


Border color

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

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

This div border color is #FF5C7B.


Opacity

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

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

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

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

This text has shadow with #FF5C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF5C7B on black background.


Color preview on white background

This text has color #FF5C7B on white background.



Black color preview on #FF5C7B background

This text has black color on #FF5C7B background.


White color preview on #FF5C7B background

This text has white color on #FF5C7B background.