COLOR #FC507E

HEX: #FC507E
RGB: (252,80,126)

Color info

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

RGB color model

#FC507E color RGB value is (252,80,126).

  • red value is 252;
  • green value is 80;
  • blue value is 126.
RGB:
(252,80,126)
(99%,31%,49%)

RGB channels and saturation

R 252 of 255 = 99%
G 80 of 255 = 31%
B 126 of 255 = 49%

252
80
126

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

Portions of RGB colors in percentages

R + G + B =
252 + 80 + 126 = 458 (100%)
R 252 of 458 ~ 55.02%
G 80 of 458 ~ 17.47%
B 126 of 458 ~ 27.51%

%55.02
%17.47
%27.51

CMYK color model

#FC507E color CMYK value is (0,68,50,1).

  • cyan value is 0.00%
  • magenta value is 68.25%
  • yellow value is 50.00%
  • key color value is 1.18%
CMYK:
(0,68,50,1)
C0M68Y50K1 
(0%,68%,50%,1%)
(0.00/0.68/0.50/0.01)	

CMYK percentages

%0
%68.25
%50
%1.18

Codes

Color #FC507E in popluar color models

FC507E
RGB25280126
HSL344°96.63%65.10%
HSB/HSV344°68.25%98.82%
CMYK0.00%68.25%50.00%
1.18%

Color #FC507E in popluar number systems.

HEXFC507E
Decimal25280126
Binary1111110010100001111110
Octal374120176

Shades and tints

Shades of #FC507E

#FC507E
(252,80,126)
#E64973
(230,73,115)
#D04268
(208,66,104)
#BA3B5D
(186,59,93)
#A43452
(164,52,82)
#8E2D47
(142,45,71)
#78263C
(120,38,60)
#621F31
(98,31,49)
#4C1826
(76,24,38)
#36111B
(54,17,27)
#200A10
(32,10,16)
#000000
(0,0,0)

Tints of #FC507E

#FC507E
(252,80,126)
#FC5F89
(252,95,137)
#FC6E94
(252,110,148)
#FC7D9F
(252,125,159)
#FC8CAA
(252,140,170)
#FC9BB5
(252,155,181)
#FCAAC0
(252,170,192)
#FCB9CB
(252,185,203)
#FCC8D6
(252,200,214)
#FCD7E1
(252,215,225)
#FCE6EC
(252,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC507E color. Also use rgb(252,80,126) instead hex code.

Text Font Color

.myTextColor { color: #FC507E; }

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

This text font color is #FC507E.


Background Color

.myBgColor { background-color: #FC507E; }

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

This div background color is #FC507E.


Border color

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

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

This div border color is #FC507E.


Opacity

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

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

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

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

This text has shadow with #FC507E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC507E on black background.


Color preview on white background

This text has color #FC507E on white background.



Black color preview on #FC507E background

This text has black color on #FC507E background.


White color preview on #FC507E background

This text has white color on #FC507E background.