COLOR #FC12ED

HEX: #FC12ED
RGB: (252,18,237)

Color info

#FC12ED contains mainly red and blue colors. Web safe color of #FC12ED is #FF00FF (or #F0F).

RGB color model

#FC12ED color RGB value is (252,18,237).

  • red value is 252;
  • green value is 18;
  • blue value is 237.
RGB:
(252,18,237)
(99%,7%,93%)

RGB channels and saturation

R 252 of 255 = 99%
G 18 of 255 = 7%
B 237 of 255 = 93%

252
18
237

R + G + B ~ 66%. #FC12ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 18 + 237 = 507 (100%)
R 252 of 507 ~ 49.7%
G 18 of 507 ~ 3.55%
B 237 of 507 ~ 46.75%

%49.7
%46.75

CMYK color model

#FC12ED color CMYK value is (0,93,6,1).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK:
(0,93,6,1)
C0M93Y6K1 
(0%,93%,6%,1%)
(0.00/0.93/0.06/0.01)	

CMYK percentages

%0
%92.86
%5.95
%1.18

Codes

Color #FC12ED in popluar color models

FC12ED
RGB25218237
HSL304°97.50%52.94%
HSB/HSV304°92.86%98.82%
CMYK0.00%92.86%5.95%
1.18%

Color #FC12ED in popluar number systems.

HEXFC12ED
Decimal25218237
Binary111111001001011101101
Octal37422355

Shades and tints

Shades of #FC12ED

#FC12ED
(252,18,237)
#E611D8
(230,17,216)
#D010C3
(208,16,195)
#BA0FAE
(186,15,174)
#A40E99
(164,14,153)
#8E0D84
(142,13,132)
#780C6F
(120,12,111)
#620B5A
(98,11,90)
#4C0A45
(76,10,69)
#360930
(54,9,48)
#20081B
(32,8,27)
#000000
(0,0,0)

Tints of #FC12ED

#FC12ED
(252,18,237)
#FC27EE
(252,39,238)
#FC3CEF
(252,60,239)
#FC51F0
(252,81,240)
#FC66F1
(252,102,241)
#FC7BF2
(252,123,242)
#FC90F3
(252,144,243)
#FCA5F4
(252,165,244)
#FCBAF5
(252,186,245)
#FCCFF6
(252,207,246)
#FCE4F7
(252,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC12ED color. Also use rgb(252,18,237) instead hex code.

Text Font Color

.myTextColor { color: #FC12ED; }

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

This text font color is #FC12ED.


Background Color

.myBgColor { background-color: #FC12ED; }

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

This div background color is #FC12ED.


Border color

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

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

This div border color is #FC12ED.


Opacity

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

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

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

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

This text has shadow with #FC12ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC12ED on black background.


Color preview on white background

This text has color #FC12ED on white background.



Black color preview on #FC12ED background

This text has black color on #FC12ED background.


White color preview on #FC12ED background

This text has white color on #FC12ED background.