COLOR #FE5A8A

HEX: #FE5A8A
RGB: (254,90,138)

Color info

#FE5A8A contains mainly red color. Web safe color of #FE5A8A is #FF6699 (or #F69).

RGB color model

#FE5A8A color RGB value is (254,90,138).

  • red value is 254;
  • green value is 90;
  • blue value is 138.
RGB:
(254,90,138)
(100%,35%,54%)

RGB channels and saturation

R 254 of 255 = 100%
G 90 of 255 = 35%
B 138 of 255 = 54%

254
90
138

R + G + B ~ 63%. #FE5A8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 90 + 138 = 482 (100%)
R 254 of 482 ~ 52.7%
G 90 of 482 ~ 18.67%
B 138 of 482 ~ 28.63%

%52.7
%18.67
%28.63

CMYK color model

#FE5A8A color CMYK value is (0,65,46,0).

  • cyan value is 0.00%
  • magenta value is 64.57%
  • yellow value is 45.67%
  • key color value is 0.39%
CMYK:
(0,65,46,0)
C0M65Y46K0 
(0%,65%,46%,0%)
(0.00/0.65/0.46/0.00)	

CMYK percentages

%0
%64.57
%45.67
%0.39

Codes

Color #FE5A8A in popluar color models

FE5A8A
RGB25490138
HSL342°98.80%67.45%
HSB/HSV342°64.57%99.61%
CMYK0.00%64.57%45.67%
0.39%

Color #FE5A8A in popluar number systems.

HEXFE5A8A
Decimal25490138
Binary11111110101101010001010
Octal376132212

Shades and tints

Shades of #FE5A8A

#FE5A8A
(254,90,138)
#E7527E
(231,82,126)
#D04A72
(208,74,114)
#B94266
(185,66,102)
#A23A5A
(162,58,90)
#8B324E
(139,50,78)
#742A42
(116,42,66)
#5D2236
(93,34,54)
#461A2A
(70,26,42)
#2F121E
(47,18,30)
#180A12
(24,10,18)
#000000
(0,0,0)

Tints of #FE5A8A

#FE5A8A
(254,90,138)
#FE6994
(254,105,148)
#FE789E
(254,120,158)
#FE87A8
(254,135,168)
#FE96B2
(254,150,178)
#FEA5BC
(254,165,188)
#FEB4C6
(254,180,198)
#FEC3D0
(254,195,208)
#FED2DA
(254,210,218)
#FEE1E4
(254,225,228)
#FEF0EE
(254,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE5A8A color. Also use rgb(254,90,138) instead hex code.

Text Font Color

.myTextColor { color: #FE5A8A; }

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

This text font color is #FE5A8A.


Background Color

.myBgColor { background-color: #FE5A8A; }

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

This div background color is #FE5A8A.


Border color

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

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

This div border color is #FE5A8A.


Opacity

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

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

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

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

This text has shadow with #FE5A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE5A8A on black background.


Color preview on white background

This text has color #FE5A8A on white background.



Black color preview on #FE5A8A background

This text has black color on #FE5A8A background.


White color preview on #FE5A8A background

This text has white color on #FE5A8A background.