COLOR #FC62EE

HEX: #FC62EE
RGB: (252,98,238)

Color info

#FC62EE contains mainly red and blue colors. Web safe color of #FC62EE is #FF66FF (or #F6F).

RGB color model

#FC62EE color RGB value is (252,98,238).

  • red value is 252;
  • green value is 98;
  • blue value is 238.
RGB:
(252,98,238)
(99%,38%,93%)

RGB channels and saturation

R 252 of 255 = 99%
G 98 of 255 = 38%
B 238 of 255 = 93%

252
98
238

R + G + B ~ 77%. #FC62EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 98 + 238 = 588 (100%)
R 252 of 588 ~ 42.86%
G 98 of 588 ~ 16.67%
B 238 of 588 ~ 40.48%

%42.86
%16.67
%40.48

CMYK color model

#FC62EE color CMYK value is (0,61,6,1).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK:
(0,61,6,1)
C0M61Y6K1 
(0%,61%,6%,1%)
(0.00/0.61/0.06/0.01)	

CMYK percentages

%0
%61.11
%5.56
%1.18

Codes

Color #FC62EE in popluar color models

FC62EE
RGB25298238
HSL305°96.25%68.63%
HSB/HSV305°61.11%98.82%
CMYK0.00%61.11%5.56%
1.18%

Color #FC62EE in popluar number systems.

HEXFC62EE
Decimal25298238
Binary11111100110001011101110
Octal374142356

Shades and tints

Shades of #FC62EE

#FC62EE
(252,98,238)
#E65AD9
(230,90,217)
#D052C4
(208,82,196)
#BA4AAF
(186,74,175)
#A4429A
(164,66,154)
#8E3A85
(142,58,133)
#783270
(120,50,112)
#622A5B
(98,42,91)
#4C2246
(76,34,70)
#361A31
(54,26,49)
#20121C
(32,18,28)
#000000
(0,0,0)

Tints of #FC62EE

#FC62EE
(252,98,238)
#FC70EF
(252,112,239)
#FC7EF0
(252,126,240)
#FC8CF1
(252,140,241)
#FC9AF2
(252,154,242)
#FCA8F3
(252,168,243)
#FCB6F4
(252,182,244)
#FCC4F5
(252,196,245)
#FCD2F6
(252,210,246)
#FCE0F7
(252,224,247)
#FCEEF8
(252,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC62EE color. Also use rgb(252,98,238) instead hex code.

Text Font Color

.myTextColor { color: #FC62EE; }

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

This text font color is #FC62EE.


Background Color

.myBgColor { background-color: #FC62EE; }

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

This div background color is #FC62EE.


Border color

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

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

This div border color is #FC62EE.


Opacity

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

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

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

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

This text has shadow with #FC62EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC62EE on black background.


Color preview on white background

This text has color #FC62EE on white background.



Black color preview on #FC62EE background

This text has black color on #FC62EE background.


White color preview on #FC62EE background

This text has white color on #FC62EE background.