COLOR #FE71E3

HEX: #FE71E3
RGB: (254,113,227)

Color info

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

RGB color model

#FE71E3 color RGB value is (254,113,227).

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

RGB channels and saturation

R 254 of 255 = 100%
G 113 of 255 = 44%
B 227 of 255 = 89%

254
113
227

R + G + B ~ 78%. #FE71E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 113 + 227 = 594 (100%)
R 254 of 594 ~ 42.76%
G 113 of 594 ~ 19.02%
B 227 of 594 ~ 38.22%

%42.76
%19.02
%38.22

CMYK color model

#FE71E3 color CMYK value is (0,56,11,0).

  • cyan value is 0.00%
  • magenta value is 55.51%
  • yellow value is 10.63%
  • key color value is 0.39%
CMYK:
(0,56,11,0)
C0M56Y11K0 
(0%,56%,11%,0%)
(0.00/0.56/0.11/0.00)	

CMYK percentages

%0
%55.51
%10.63
%0.39

Codes

Color #FE71E3 in popluar color models

FE71E3
RGB254113227
HSL311°98.60%71.96%
HSB/HSV311°55.51%99.61%
CMYK0.00%55.51%10.63%
0.39%

Color #FE71E3 in popluar number systems.

HEXFE71E3
Decimal254113227
Binary11111110111000111100011
Octal376161343

Shades and tints

Shades of #FE71E3

#FE71E3
(254,113,227)
#E767CF
(231,103,207)
#D05DBB
(208,93,187)
#B953A7
(185,83,167)
#A24993
(162,73,147)
#8B3F7F
(139,63,127)
#74356B
(116,53,107)
#5D2B57
(93,43,87)
#462143
(70,33,67)
#2F172F
(47,23,47)
#180D1B
(24,13,27)
#000000
(0,0,0)

Tints of #FE71E3

#FE71E3
(254,113,227)
#FE7DE5
(254,125,229)
#FE89E7
(254,137,231)
#FE95E9
(254,149,233)
#FEA1EB
(254,161,235)
#FEADED
(254,173,237)
#FEB9EF
(254,185,239)
#FEC5F1
(254,197,241)
#FED1F3
(254,209,243)
#FEDDF5
(254,221,245)
#FEE9F7
(254,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE71E3; }

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

This text font color is #FE71E3.


Background Color

.myBgColor { background-color: #FE71E3; }

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

This div background color is #FE71E3.


Border color

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

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

This div border color is #FE71E3.


Opacity

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

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

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

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

This text has shadow with #FE71E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE71E3 on black background.


Color preview on white background

This text has color #FE71E3 on white background.



Black color preview on #FE71E3 background

This text has black color on #FE71E3 background.


White color preview on #FE71E3 background

This text has white color on #FE71E3 background.