COLOR #FE47E3

HEX: #FE47E3
RGB: (254,71,227)

Color info

#FE47E3 contains mainly red and blue colors. Web safe color of #FE47E3 is #FF33CC (or #F3C).

RGB color model

#FE47E3 color RGB value is (254,71,227).

  • red value is 254;
  • green value is 71;
  • blue value is 227.
RGB:
(254,71,227)
(100%,28%,89%)

RGB channels and saturation

R 254 of 255 = 100%
G 71 of 255 = 28%
B 227 of 255 = 89%

254
71
227

R + G + B ~ 72%. #FE47E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 71 + 227 = 552 (100%)
R 254 of 552 ~ 46.01%
G 71 of 552 ~ 12.86%
B 227 of 552 ~ 41.12%

%46.01
%12.86
%41.12

CMYK color model

#FE47E3 color CMYK value is (0,72,11,0).

  • cyan value is 0.00%
  • magenta value is 72.05%
  • yellow value is 10.63%
  • key color value is 0.39%
CMYK:
(0,72,11,0)
C0M72Y11K0 
(0%,72%,11%,0%)
(0.00/0.72/0.11/0.00)	

CMYK percentages

%0
%72.05
%10.63
%0.39

Codes

Color #FE47E3 in popluar color models

FE47E3
RGB25471227
HSL309°98.92%63.73%
HSB/HSV309°72.05%99.61%
CMYK0.00%72.05%10.63%
0.39%

Color #FE47E3 in popluar number systems.

HEXFE47E3
Decimal25471227
Binary11111110100011111100011
Octal376107343

Shades and tints

Shades of #FE47E3

#FE47E3
(254,71,227)
#E741CF
(231,65,207)
#D03BBB
(208,59,187)
#B935A7
(185,53,167)
#A22F93
(162,47,147)
#8B297F
(139,41,127)
#74236B
(116,35,107)
#5D1D57
(93,29,87)
#461743
(70,23,67)
#2F112F
(47,17,47)
#180B1B
(24,11,27)
#000000
(0,0,0)

Tints of #FE47E3

#FE47E3
(254,71,227)
#FE57E5
(254,87,229)
#FE67E7
(254,103,231)
#FE77E9
(254,119,233)
#FE87EB
(254,135,235)
#FE97ED
(254,151,237)
#FEA7EF
(254,167,239)
#FEB7F1
(254,183,241)
#FEC7F3
(254,199,243)
#FED7F5
(254,215,245)
#FEE7F7
(254,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE47E3 color. Also use rgb(254,71,227) instead hex code.

Text Font Color

.myTextColor { color: #FE47E3; }

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

This text font color is #FE47E3.


Background Color

.myBgColor { background-color: #FE47E3; }

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

This div background color is #FE47E3.


Border color

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

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

This div border color is #FE47E3.


Opacity

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

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

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

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

This text has shadow with #FE47E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE47E3 on black background.


Color preview on white background

This text has color #FE47E3 on white background.



Black color preview on #FE47E3 background

This text has black color on #FE47E3 background.


White color preview on #FE47E3 background

This text has white color on #FE47E3 background.