COLOR #FF5C99

HEX: #FF5C99 RGB: (255,92,153)

Color info

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

RGB color model

#FF5C99 color RGB value is (255,92,153).

RGB: (255,92,153) (100%, 36%, 60%)

RGB channels and saturation

R 255 of 255 = 100%
G 92 of 255 = 36%
B 153 of 255 = 60%

255
92
153

R + G + B ~ 65%. #FF5C99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 92 + 153 = 500 (100%)
R 255 of 500 ~ 51%
G 92 of 500 ~ 18.4%
B 153 of 500 ~ 30.6'%

%51
%18.4
%30.6

CMYK color model

#FF5C99 color CMYK value is (0,64,40,0).

  • cyan value is 0.00%
  • magenta value is 63.92%
  • yellow value is 40.00%
  • key color value is 0.00%

CMYK: (0,64,40,0)
C0M64Y40K0 (0%, 64%, 40%, 0%)
(0.00 / 0.64 / 0.40 / 0.00)

CMYK percentages

%0
%63.92
%40
%0

Codes

Color #FF5C99 in popluar color models

FF 5C 99
RGB 255 92 153
HSL 338° 100.00% 68.04%
HSB/HSV 338° 63.92% 100.00%
CMYK 0.00% 63.92% 40.00%
0.00%

Color #FF5C99 in popluar number systems.

HEX FF 5C 99
Decimal 255 92 153
Binary 11111111 1011100 10011001
Octal 377 134 231

Shades and tints

Shades of #FF5C99

#FF5C99
(255,92,153)
#E8548C
(232,84,140)
#D14C7F
(209,76,127)
#BA4472
(186,68,114)
#A33C65
(163,60,101)
#8C3458
(140,52,88)
#752C4B
(117,44,75)
#5E243E
(94,36,62)
#471C31
(71,28,49)
#301424
(48,20,36)
#190C17
(25,12,23)
#000000
(0,0,0)

Tints of #FF5C99

#FF5C99
(255,92,153)
#FF6AA2
(255,106,162)
#FF78AB
(255,120,171)
#FF86B4
(255,134,180)
#FF94BD
(255,148,189)
#FFA2C6
(255,162,198)
#FFB0CF
(255,176,207)
#FFBED8
(255,190,216)
#FFCCE1
(255,204,225)
#FFDAEA
(255,218,234)
#FFE8F3
(255,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF5C99; }

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

This text font color is #FF5C99.

Background Color

.myBgColor { background-color: #FF5C99; }

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

This div background color is #FF5C99.

Border color

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

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

This div border color is #FF5C99.

Opacity

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

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

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

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

This text has shadow with #FF5C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF5C99.

Preview

Color preview on black background

This text has color #FF5C99 on black background.


Color preview on white background

This text has color #FF5C99 on white background.


Black color preview on #FF5C99 background

This text has black color on #FF5C99 background.


White color preview on #FF5C99 background

This text has white color on #FF5C99 background.


Related colors

Complementary color

Complementary color for #hex is #00A366.


I love getcolorcode.com

Triadic colors

1 #99FF5C and #5C99FF with #FF5C99 are triadic colors.

2 #995CFF and #5CFF99 with #FF5C99 are triadic colors.