COLOR #FE389F

HEX: #FE389F
RGB: (254,56,159)

Color info

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

RGB color model

#FE389F color RGB value is (254,56,159).

  • red value is 254;
  • green value is 56;
  • blue value is 159.
RGB:
(254,56,159)
(100%,22%,62%)

RGB channels and saturation

R 254 of 255 = 100%
G 56 of 255 = 22%
B 159 of 255 = 62%

254
56
159

R + G + B ~ 61%. #FE389F is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 56 + 159 = 469 (100%)
R 254 of 469 ~ 54.16%
G 56 of 469 ~ 11.94%
B 159 of 469 ~ 33.9%

%54.16
%11.94
%33.9

CMYK color model

#FE389F color CMYK value is (0,78,37,0).

  • cyan value is 0.00%
  • magenta value is 77.95%
  • yellow value is 37.40%
  • key color value is 0.39%
CMYK:
(0,78,37,0)
C0M78Y37K0 
(0%,78%,37%,0%)
(0.00/0.78/0.37/0.00)	

CMYK percentages

%0
%77.95
%37.4
%0.39

Codes

Color #FE389F in popluar color models

FE389F
RGB25456159
HSL329°99.00%60.78%
HSB/HSV329°77.95%99.61%
CMYK0.00%77.95%37.40%
0.39%

Color #FE389F in popluar number systems.

HEXFE389F
Decimal25456159
Binary1111111011100010011111
Octal37670237

Shades and tints

Shades of #FE389F

#FE389F
(254,56,159)
#E73391
(231,51,145)
#D02E83
(208,46,131)
#B92975
(185,41,117)
#A22467
(162,36,103)
#8B1F59
(139,31,89)
#741A4B
(116,26,75)
#5D153D
(93,21,61)
#46102F
(70,16,47)
#2F0B21
(47,11,33)
#180613
(24,6,19)
#000000
(0,0,0)

Tints of #FE389F

#FE389F
(254,56,159)
#FE4AA7
(254,74,167)
#FE5CAF
(254,92,175)
#FE6EB7
(254,110,183)
#FE80BF
(254,128,191)
#FE92C7
(254,146,199)
#FEA4CF
(254,164,207)
#FEB6D7
(254,182,215)
#FEC8DF
(254,200,223)
#FEDAE7
(254,218,231)
#FEECEF
(254,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE389F color. Also use rgb(254,56,159) instead hex code.

Text Font Color

.myTextColor { color: #FE389F; }

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

This text font color is #FE389F.


Background Color

.myBgColor { background-color: #FE389F; }

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

This div background color is #FE389F.


Border color

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

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

This div border color is #FE389F.


Opacity

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

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

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

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

This text has shadow with #FE389F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE389F on black background.


Color preview on white background

This text has color #FE389F on white background.



Black color preview on #FE389F background

This text has black color on #FE389F background.


White color preview on #FE389F background

This text has white color on #FE389F background.