COLOR #FC5260

HEX: #FC5260
RGB: (252,82,96)

Color info

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

RGB color model

#FC5260 color RGB value is (252,82,96).

  • red value is 252;
  • green value is 82;
  • blue value is 96.
RGB:
(252,82,96)
(99%,32%,38%)

RGB channels and saturation

R 252 of 255 = 99%
G 82 of 255 = 32%
B 96 of 255 = 38%

252
82
96

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

Portions of RGB colors in percentages

R + G + B =
252 + 82 + 96 = 430 (100%)
R 252 of 430 ~ 58.6%
G 82 of 430 ~ 19.07%
B 96 of 430 ~ 22.33%

%58.6
%19.07
%22.33

CMYK color model

#FC5260 color CMYK value is (0,67,62,1).

  • cyan value is 0.00%
  • magenta value is 67.46%
  • yellow value is 61.90%
  • key color value is 1.18%
CMYK:
(0,67,62,1)
C0M67Y62K1 
(0%,67%,62%,1%)
(0.00/0.67/0.62/0.01)	

CMYK percentages

%0
%67.46
%61.9
%1.18

Codes

Color #FC5260 in popluar color models

FC5260
RGB2528296
HSL355°96.59%65.49%
HSB/HSV355°67.46%98.82%
CMYK0.00%67.46%61.90%
1.18%

Color #FC5260 in popluar number systems.

HEXFC5260
Decimal2528296
Binary1111110010100101100000
Octal374122140

Shades and tints

Shades of #FC5260

#FC5260
(252,82,96)
#E64B58
(230,75,88)
#D04450
(208,68,80)
#BA3D48
(186,61,72)
#A43640
(164,54,64)
#8E2F38
(142,47,56)
#782830
(120,40,48)
#622128
(98,33,40)
#4C1A20
(76,26,32)
#361318
(54,19,24)
#200C10
(32,12,16)
#000000
(0,0,0)

Tints of #FC5260

#FC5260
(252,82,96)
#FC616E
(252,97,110)
#FC707C
(252,112,124)
#FC7F8A
(252,127,138)
#FC8E98
(252,142,152)
#FC9DA6
(252,157,166)
#FCACB4
(252,172,180)
#FCBBC2
(252,187,194)
#FCCAD0
(252,202,208)
#FCD9DE
(252,217,222)
#FCE8EC
(252,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC5260 color. Also use rgb(252,82,96) instead hex code.

Text Font Color

.myTextColor { color: #FC5260; }

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

This text font color is #FC5260.


Background Color

.myBgColor { background-color: #FC5260; }

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

This div background color is #FC5260.


Border color

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

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

This div border color is #FC5260.


Opacity

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

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

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

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

This text has shadow with #FC5260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC5260 on black background.


Color preview on white background

This text has color #FC5260 on white background.



Black color preview on #FC5260 background

This text has black color on #FC5260 background.


White color preview on #FC5260 background

This text has white color on #FC5260 background.