COLOR #FC60E3

HEX: #FC60E3
RGB: (252,96,227)

Color info

#FC60E3 contains mainly red and blue colors. Web safe color of #FC60E3 is #FF66CC (or #F6C).

RGB color model

#FC60E3 color RGB value is (252,96,227).

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

RGB channels and saturation

R 252 of 255 = 99%
G 96 of 255 = 38%
B 227 of 255 = 89%

252
96
227

R + G + B ~ 75%. #FC60E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 96 + 227 = 575 (100%)
R 252 of 575 ~ 43.83%
G 96 of 575 ~ 16.7%
B 227 of 575 ~ 39.48%

%43.83
%16.7
%39.48

CMYK color model

#FC60E3 color CMYK value is (0,62,10,1).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK:
(0,62,10,1)
C0M62Y10K1 
(0%,62%,10%,1%)
(0.00/0.62/0.10/0.01)	

CMYK percentages

%0
%61.9
%9.92
%1.18

Codes

Color #FC60E3 in popluar color models

FC60E3
RGB25296227
HSL310°96.30%68.24%
HSB/HSV310°61.90%98.82%
CMYK0.00%61.90%9.92%
1.18%

Color #FC60E3 in popluar number systems.

HEXFC60E3
Decimal25296227
Binary11111100110000011100011
Octal374140343

Shades and tints

Shades of #FC60E3

#FC60E3
(252,96,227)
#E658CF
(230,88,207)
#D050BB
(208,80,187)
#BA48A7
(186,72,167)
#A44093
(164,64,147)
#8E387F
(142,56,127)
#78306B
(120,48,107)
#622857
(98,40,87)
#4C2043
(76,32,67)
#36182F
(54,24,47)
#20101B
(32,16,27)
#000000
(0,0,0)

Tints of #FC60E3

#FC60E3
(252,96,227)
#FC6EE5
(252,110,229)
#FC7CE7
(252,124,231)
#FC8AE9
(252,138,233)
#FC98EB
(252,152,235)
#FCA6ED
(252,166,237)
#FCB4EF
(252,180,239)
#FCC2F1
(252,194,241)
#FCD0F3
(252,208,243)
#FCDEF5
(252,222,245)
#FCECF7
(252,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC60E3; }

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

This text font color is #FC60E3.


Background Color

.myBgColor { background-color: #FC60E3; }

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

This div background color is #FC60E3.


Border color

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

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

This div border color is #FC60E3.


Opacity

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

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

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

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

This text has shadow with #FC60E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC60E3 on black background.


Color preview on white background

This text has color #FC60E3 on white background.



Black color preview on #FC60E3 background

This text has black color on #FC60E3 background.


White color preview on #FC60E3 background

This text has white color on #FC60E3 background.