COLOR #FE63E1

HEX: #FE63E1
RGB: (254,99,225)

Color info

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

RGB color model

#FE63E1 color RGB value is (254,99,225).

  • red value is 254;
  • green value is 99;
  • blue value is 225.
RGB:
(254,99,225)
(100%,39%,88%)

RGB channels and saturation

R 254 of 255 = 100%
G 99 of 255 = 39%
B 225 of 255 = 88%

254
99
225

R + G + B ~ 76%. #FE63E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 99 + 225 = 578 (100%)
R 254 of 578 ~ 43.94%
G 99 of 578 ~ 17.13%
B 225 of 578 ~ 38.93%

%43.94
%17.13
%38.93

CMYK color model

#FE63E1 color CMYK value is (0,61,11,0).

  • cyan value is 0.00%
  • magenta value is 61.02%
  • yellow value is 11.42%
  • key color value is 0.39%
CMYK:
(0,61,11,0)
C0M61Y11K0 
(0%,61%,11%,0%)
(0.00/0.61/0.11/0.00)	

CMYK percentages

%0
%61.02
%11.42
%0.39

Codes

Color #FE63E1 in popluar color models

FE63E1
RGB25499225
HSL311°98.73%69.22%
HSB/HSV311°61.02%99.61%
CMYK0.00%61.02%11.42%
0.39%

Color #FE63E1 in popluar number systems.

HEXFE63E1
Decimal25499225
Binary11111110110001111100001
Octal376143341

Shades and tints

Shades of #FE63E1

#FE63E1
(254,99,225)
#E75ACD
(231,90,205)
#D051B9
(208,81,185)
#B948A5
(185,72,165)
#A23F91
(162,63,145)
#8B367D
(139,54,125)
#742D69
(116,45,105)
#5D2455
(93,36,85)
#461B41
(70,27,65)
#2F122D
(47,18,45)
#180919
(24,9,25)
#000000
(0,0,0)

Tints of #FE63E1

#FE63E1
(254,99,225)
#FE71E3
(254,113,227)
#FE7FE5
(254,127,229)
#FE8DE7
(254,141,231)
#FE9BE9
(254,155,233)
#FEA9EB
(254,169,235)
#FEB7ED
(254,183,237)
#FEC5EF
(254,197,239)
#FED3F1
(254,211,241)
#FEE1F3
(254,225,243)
#FEEFF5
(254,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE63E1 color. Also use rgb(254,99,225) instead hex code.

Text Font Color

.myTextColor { color: #FE63E1; }

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

This text font color is #FE63E1.


Background Color

.myBgColor { background-color: #FE63E1; }

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

This div background color is #FE63E1.


Border color

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

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

This div border color is #FE63E1.


Opacity

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

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

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

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

This text has shadow with #FE63E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE63E1 on black background.


Color preview on white background

This text has color #FE63E1 on white background.



Black color preview on #FE63E1 background

This text has black color on #FE63E1 background.


White color preview on #FE63E1 background

This text has white color on #FE63E1 background.