COLOR #FE4D9E

HEX: #FE4D9E
RGB: (254,77,158)

Color info

#FE4D9E contains mainly red color. Web safe color of #FE4D9E is #FF3399 (or #F39).

RGB color model

#FE4D9E color RGB value is (254,77,158).

  • red value is 254;
  • green value is 77;
  • blue value is 158.
RGB:
(254,77,158)
(100%,30%,62%)

RGB channels and saturation

R 254 of 255 = 100%
G 77 of 255 = 30%
B 158 of 255 = 62%

254
77
158

R + G + B ~ 64%. #FE4D9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 77 + 158 = 489 (100%)
R 254 of 489 ~ 51.94%
G 77 of 489 ~ 15.75%
B 158 of 489 ~ 32.31%

%51.94
%15.75
%32.31

CMYK color model

#FE4D9E color CMYK value is (0,70,38,0).

  • cyan value is 0.00%
  • magenta value is 69.69%
  • yellow value is 37.80%
  • key color value is 0.39%
CMYK:
(0,70,38,0)
C0M70Y38K0 
(0%,70%,38%,0%)
(0.00/0.70/0.38/0.00)	

CMYK percentages

%0
%69.69
%37.8
%0.39

Codes

Color #FE4D9E in popluar color models

FE4D9E
RGB25477158
HSL333°98.88%64.90%
HSB/HSV333°69.69%99.61%
CMYK0.00%69.69%37.80%
0.39%

Color #FE4D9E in popluar number systems.

HEXFE4D9E
Decimal25477158
Binary11111110100110110011110
Octal376115236

Shades and tints

Shades of #FE4D9E

#FE4D9E
(254,77,158)
#E74690
(231,70,144)
#D03F82
(208,63,130)
#B93874
(185,56,116)
#A23166
(162,49,102)
#8B2A58
(139,42,88)
#74234A
(116,35,74)
#5D1C3C
(93,28,60)
#46152E
(70,21,46)
#2F0E20
(47,14,32)
#180712
(24,7,18)
#000000
(0,0,0)

Tints of #FE4D9E

#FE4D9E
(254,77,158)
#FE5DA6
(254,93,166)
#FE6DAE
(254,109,174)
#FE7DB6
(254,125,182)
#FE8DBE
(254,141,190)
#FE9DC6
(254,157,198)
#FEADCE
(254,173,206)
#FEBDD6
(254,189,214)
#FECDDE
(254,205,222)
#FEDDE6
(254,221,230)
#FEEDEE
(254,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE4D9E color. Also use rgb(254,77,158) instead hex code.

Text Font Color

.myTextColor { color: #FE4D9E; }

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

This text font color is #FE4D9E.


Background Color

.myBgColor { background-color: #FE4D9E; }

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

This div background color is #FE4D9E.


Border color

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

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

This div border color is #FE4D9E.


Opacity

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

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

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

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

This text has shadow with #FE4D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE4D9E on black background.


Color preview on white background

This text has color #FE4D9E on white background.



Black color preview on #FE4D9E background

This text has black color on #FE4D9E background.


White color preview on #FE4D9E background

This text has white color on #FE4D9E background.