COLOR #FC007C

HEX: #FC007C
RGB: (252,0,124)

Color info

#FC007C contains mainly red color. Web safe color of #FC007C is #FF0066 (or #F06).

RGB color model

#FC007C color RGB value is (252,0,124).

  • red value is 252;
  • green value is 0;
  • blue value is 124.
RGB:
(252,0,124)
(99%,0%,49%)

RGB channels and saturation

R 252 of 255 = 99%
G 0 of 255 = 0%
B 124 of 255 = 49%

252
0
124

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

Portions of RGB colors in percentages

R + G + B =
252 + 0 + 124 = 376 (100%)
R 252 of 376 ~ 67.02%
G 0 of 376 ~ 0%
B 124 of 376 ~ 32.98%

%67.02
%32.98

CMYK color model

#FC007C color CMYK value is (0,100,51,1).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.79%
  • key color value is 1.18%
CMYK:
(0,100,51,1)
C0M100Y51K1 
(0%,100%,51%,1%)
(0.00/1.00/0.51/0.01)	

CMYK percentages

%0
%100
%50.79
%1.18

Codes

Color #FC007C in popluar color models

FC007C
RGB2520124
HSL330°100.00%49.41%
HSB/HSV330°100.00%98.82%
CMYK0.00%100.00%50.79%
1.18%

Color #FC007C in popluar number systems.

HEXFC007C
Decimal2520124
Binary1111110001111100
Octal3740174

Shades and tints

Shades of #FC007C

#FC007C
(252,0,124)
#E60071
(230,0,113)
#D00066
(208,0,102)
#BA005B
(186,0,91)
#A40050
(164,0,80)
#8E0045
(142,0,69)
#78003A
(120,0,58)
#62002F
(98,0,47)
#4C0024
(76,0,36)
#360019
(54,0,25)
#20000E
(32,0,14)
#000000
(0,0,0)

Tints of #FC007C

#FC007C
(252,0,124)
#FC1787
(252,23,135)
#FC2E92
(252,46,146)
#FC459D
(252,69,157)
#FC5CA8
(252,92,168)
#FC73B3
(252,115,179)
#FC8ABE
(252,138,190)
#FCA1C9
(252,161,201)
#FCB8D4
(252,184,212)
#FCCFDF
(252,207,223)
#FCE6EA
(252,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC007C color. Also use rgb(252,0,124) instead hex code.

Text Font Color

.myTextColor { color: #FC007C; }

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

This text font color is #FC007C.


Background Color

.myBgColor { background-color: #FC007C; }

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

This div background color is #FC007C.


Border color

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

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

This div border color is #FC007C.


Opacity

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

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

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

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

This text has shadow with #FC007C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC007C on black background.


Color preview on white background

This text has color #FC007C on white background.



Black color preview on #FC007C background

This text has black color on #FC007C background.


White color preview on #FC007C background

This text has white color on #FC007C background.