COLOR #FE28A0

HEX: #FE28A0
RGB: (254,40,160)

Color info

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

RGB color model

#FE28A0 color RGB value is (254,40,160).

  • red value is 254;
  • green value is 40;
  • blue value is 160.
RGB:
(254,40,160)
(100%,16%,63%)

RGB channels and saturation

R 254 of 255 = 100%
G 40 of 255 = 16%
B 160 of 255 = 63%

254
40
160

R + G + B ~ 60%. #FE28A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
254 + 40 + 160 = 454 (100%)
R 254 of 454 ~ 55.95%
G 40 of 454 ~ 8.81%
B 160 of 454 ~ 35.24%

%55.95
%35.24

CMYK color model

#FE28A0 color CMYK value is (0,84,37,0).

  • cyan value is 0.00%
  • magenta value is 84.25%
  • yellow value is 37.01%
  • key color value is 0.39%
CMYK:
(0,84,37,0)
C0M84Y37K0 
(0%,84%,37%,0%)
(0.00/0.84/0.37/0.00)	

CMYK percentages

%0
%84.25
%37.01
%0.39

Codes

Color #FE28A0 in popluar color models

FE28A0
RGB25440160
HSL326°99.07%57.65%
HSB/HSV326°84.25%99.61%
CMYK0.00%84.25%37.01%
0.39%

Color #FE28A0 in popluar number systems.

HEXFE28A0
Decimal25440160
Binary1111111010100010100000
Octal37650240

Shades and tints

Shades of #FE28A0

#FE28A0
(254,40,160)
#E72592
(231,37,146)
#D02284
(208,34,132)
#B91F76
(185,31,118)
#A21C68
(162,28,104)
#8B195A
(139,25,90)
#74164C
(116,22,76)
#5D133E
(93,19,62)
#461030
(70,16,48)
#2F0D22
(47,13,34)
#180A14
(24,10,20)
#000000
(0,0,0)

Tints of #FE28A0

#FE28A0
(254,40,160)
#FE3BA8
(254,59,168)
#FE4EB0
(254,78,176)
#FE61B8
(254,97,184)
#FE74C0
(254,116,192)
#FE87C8
(254,135,200)
#FE9AD0
(254,154,208)
#FEADD8
(254,173,216)
#FEC0E0
(254,192,224)
#FED3E8
(254,211,232)
#FEE6F0
(254,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE28A0 color. Also use rgb(254,40,160) instead hex code.

Text Font Color

.myTextColor { color: #FE28A0; }

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

This text font color is #FE28A0.


Background Color

.myBgColor { background-color: #FE28A0; }

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

This div background color is #FE28A0.


Border color

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

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

This div border color is #FE28A0.


Opacity

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

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

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

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

This text has shadow with #FE28A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE28A0 on black background.


Color preview on white background

This text has color #FE28A0 on white background.



Black color preview on #FE28A0 background

This text has black color on #FE28A0 background.


White color preview on #FE28A0 background

This text has white color on #FE28A0 background.