COLOR #FC5A69

HEX: #FC5A69
RGB: (252,90,105)

Color info

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

RGB color model

#FC5A69 color RGB value is (252,90,105).

  • red value is 252;
  • green value is 90;
  • blue value is 105.
RGB:
(252,90,105)
(99%,35%,41%)

RGB channels and saturation

R 252 of 255 = 99%
G 90 of 255 = 35%
B 105 of 255 = 41%

252
90
105

R + G + B ~ 58%. #FC5A69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
252 + 90 + 105 = 447 (100%)
R 252 of 447 ~ 56.38%
G 90 of 447 ~ 20.13%
B 105 of 447 ~ 23.49%

%56.38
%20.13
%23.49

CMYK color model

#FC5A69 color CMYK value is (0,64,58,1).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 58.33%
  • key color value is 1.18%
CMYK:
(0,64,58,1)
C0M64Y58K1 
(0%,64%,58%,1%)
(0.00/0.64/0.58/0.01)	

CMYK percentages

%0
%64.29
%58.33
%1.18

Codes

Color #FC5A69 in popluar color models

FC5A69
RGB25290105
HSL354°96.43%67.06%
HSB/HSV354°64.29%98.82%
CMYK0.00%64.29%58.33%
1.18%

Color #FC5A69 in popluar number systems.

HEXFC5A69
Decimal25290105
Binary1111110010110101101001
Octal374132151

Shades and tints

Shades of #FC5A69

#FC5A69
(252,90,105)
#E65260
(230,82,96)
#D04A57
(208,74,87)
#BA424E
(186,66,78)
#A43A45
(164,58,69)
#8E323C
(142,50,60)
#782A33
(120,42,51)
#62222A
(98,34,42)
#4C1A21
(76,26,33)
#361218
(54,18,24)
#200A0F
(32,10,15)
#000000
(0,0,0)

Tints of #FC5A69

#FC5A69
(252,90,105)
#FC6976
(252,105,118)
#FC7883
(252,120,131)
#FC8790
(252,135,144)
#FC969D
(252,150,157)
#FCA5AA
(252,165,170)
#FCB4B7
(252,180,183)
#FCC3C4
(252,195,196)
#FCD2D1
(252,210,209)
#FCE1DE
(252,225,222)
#FCF0EB
(252,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC5A69 color. Also use rgb(252,90,105) instead hex code.

Text Font Color

.myTextColor { color: #FC5A69; }

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

This text font color is #FC5A69.


Background Color

.myBgColor { background-color: #FC5A69; }

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

This div background color is #FC5A69.


Border color

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

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

This div border color is #FC5A69.


Opacity

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

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

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

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

This text has shadow with #FC5A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC5A69 on black background.


Color preview on white background

This text has color #FC5A69 on white background.



Black color preview on #FC5A69 background

This text has black color on #FC5A69 background.


White color preview on #FC5A69 background

This text has white color on #FC5A69 background.