COLOR #FE1483

HEX: #FE1483
RGB: (254,20,131)

Color info

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

RGB color model

#FE1483 color RGB value is (254,20,131).

  • red value is 254;
  • green value is 20;
  • blue value is 131.
RGB:
(254,20,131)
(100%,8%,51%)

RGB channels and saturation

R 254 of 255 = 100%
G 20 of 255 = 8%
B 131 of 255 = 51%

254
20
131

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

Portions of RGB colors in percentages

R + G + B =
254 + 20 + 131 = 405 (100%)
R 254 of 405 ~ 62.72%
G 20 of 405 ~ 4.94%
B 131 of 405 ~ 32.35%

%62.72
%32.35

CMYK color model

#FE1483 color CMYK value is (0,92,48,0).

  • cyan value is 0.00%
  • magenta value is 92.13%
  • yellow value is 48.43%
  • key color value is 0.39%
CMYK:
(0,92,48,0)
C0M92Y48K0 
(0%,92%,48%,0%)
(0.00/0.92/0.48/0.00)	

CMYK percentages

%0
%92.13
%48.43
%0.39

Codes

Color #FE1483 in popluar color models

FE1483
RGB25420131
HSL332°99.15%53.73%
HSB/HSV332°92.13%99.61%
CMYK0.00%92.13%48.43%
0.39%

Color #FE1483 in popluar number systems.

HEXFE1483
Decimal25420131
Binary111111101010010000011
Octal37624203

Shades and tints

Shades of #FE1483

#FE1483
(254,20,131)
#E71378
(231,19,120)
#D0126D
(208,18,109)
#B91162
(185,17,98)
#A21057
(162,16,87)
#8B0F4C
(139,15,76)
#740E41
(116,14,65)
#5D0D36
(93,13,54)
#460C2B
(70,12,43)
#2F0B20
(47,11,32)
#180A15
(24,10,21)
#000000
(0,0,0)

Tints of #FE1483

#FE1483
(254,20,131)
#FE298E
(254,41,142)
#FE3E99
(254,62,153)
#FE53A4
(254,83,164)
#FE68AF
(254,104,175)
#FE7DBA
(254,125,186)
#FE92C5
(254,146,197)
#FEA7D0
(254,167,208)
#FEBCDB
(254,188,219)
#FED1E6
(254,209,230)
#FEE6F1
(254,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE1483 color. Also use rgb(254,20,131) instead hex code.

Text Font Color

.myTextColor { color: #FE1483; }

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

This text font color is #FE1483.


Background Color

.myBgColor { background-color: #FE1483; }

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

This div background color is #FE1483.


Border color

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

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

This div border color is #FE1483.


Opacity

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

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

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

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

This text has shadow with #FE1483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE1483 on black background.


Color preview on white background

This text has color #FE1483 on white background.



Black color preview on #FE1483 background

This text has black color on #FE1483 background.


White color preview on #FE1483 background

This text has white color on #FE1483 background.