COLOR #FE1A9C

HEX: #FE1A9C
RGB: (254,26,156)

Color info

#FE1A9C contains mainly red color. Web safe color of #FE1A9C is #FF0099 (or #F09).

RGB color model

#FE1A9C color RGB value is (254,26,156).

  • red value is 254;
  • green value is 26;
  • blue value is 156.
RGB:
(254,26,156)
(100%,10%,61%)

RGB channels and saturation

R 254 of 255 = 100%
G 26 of 255 = 10%
B 156 of 255 = 61%

254
26
156

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

Portions of RGB colors in percentages

R + G + B =
254 + 26 + 156 = 436 (100%)
R 254 of 436 ~ 58.26%
G 26 of 436 ~ 5.96%
B 156 of 436 ~ 35.78%

%58.26
%35.78

CMYK color model

#FE1A9C color CMYK value is (0,90,39,0).

  • cyan value is 0.00%
  • magenta value is 89.76%
  • yellow value is 38.58%
  • key color value is 0.39%
CMYK:
(0,90,39,0)
C0M90Y39K0 
(0%,90%,39%,0%)
(0.00/0.90/0.39/0.00)	

CMYK percentages

%0
%89.76
%38.58
%0.39

Codes

Color #FE1A9C in popluar color models

FE1A9C
RGB25426156
HSL326°99.13%54.90%
HSB/HSV326°89.76%99.61%
CMYK0.00%89.76%38.58%
0.39%

Color #FE1A9C in popluar number systems.

HEXFE1A9C
Decimal25426156
Binary111111101101010011100
Octal37632234

Shades and tints

Shades of #FE1A9C

#FE1A9C
(254,26,156)
#E7188E
(231,24,142)
#D01680
(208,22,128)
#B91472
(185,20,114)
#A21264
(162,18,100)
#8B1056
(139,16,86)
#740E48
(116,14,72)
#5D0C3A
(93,12,58)
#460A2C
(70,10,44)
#2F081E
(47,8,30)
#180610
(24,6,16)
#000000
(0,0,0)

Tints of #FE1A9C

#FE1A9C
(254,26,156)
#FE2EA5
(254,46,165)
#FE42AE
(254,66,174)
#FE56B7
(254,86,183)
#FE6AC0
(254,106,192)
#FE7EC9
(254,126,201)
#FE92D2
(254,146,210)
#FEA6DB
(254,166,219)
#FEBAE4
(254,186,228)
#FECEED
(254,206,237)
#FEE2F6
(254,226,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE1A9C color. Also use rgb(254,26,156) instead hex code.

Text Font Color

.myTextColor { color: #FE1A9C; }

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

This text font color is #FE1A9C.


Background Color

.myBgColor { background-color: #FE1A9C; }

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

This div background color is #FE1A9C.


Border color

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

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

This div border color is #FE1A9C.


Opacity

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

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

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

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

This text has shadow with #FE1A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE1A9C on black background.


Color preview on white background

This text has color #FE1A9C on white background.



Black color preview on #FE1A9C background

This text has black color on #FE1A9C background.


White color preview on #FE1A9C background

This text has white color on #FE1A9C background.