COLOR #FE215A

HEX: #FE215A RGB: (254,33,90)

Color info

#FE215A contains mainly red color. Web safe color of #FE215A is #FF3366 (or #F36).

RGB color model

#FE215A color RGB value is (254,33,90).

RGB: (254,33,90) (100%, 13%, 35%)

RGB channels and saturation

R 254 of 255 = 100%
G 33 of 255 = 13%
B 90 of 255 = 35%

254
33
90

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

Portions of RGB colors in percentages

R + G + B = 254 + 33 + 90 = 377 (100%)
R 254 of 377 ~ 67.37%
G 33 of 377 ~ 8.75%
B 90 of 377 ~ 23.87'%

%67.37
%23.87

CMYK color model

#FE215A color CMYK value is (0,87,65,0).

  • cyan value is 0.00%
  • magenta value is 87.01%
  • yellow value is 64.57%
  • key color value is 0.39%

CMYK: (0,87,65,0)
C0M87Y65K0 (0%, 87%, 65%, 0%)
(0.00 / 0.87 / 0.65 / 0.00)

CMYK percentages

%0
%87.01
%64.57
%0.39

Codes

Color #FE215A in popluar color models

FE 21 5A
RGB 254 33 90
HSL 345° 99.10% 56.27%
HSB/HSV 345° 87.01% 99.61%
CMYK 0.00% 87.01% 64.57%
0.39%

Color #FE215A in popluar number systems.

HEX FE 21 5A
Decimal 254 33 90
Binary 11111110 100001 1011010
Octal 376 41 132

Shades and tints

Shades of #FE215A

#FE215A
(254,33,90)
#E71E52
(231,30,82)
#D01B4A
(208,27,74)
#B91842
(185,24,66)
#A2153A
(162,21,58)
#8B1232
(139,18,50)
#740F2A
(116,15,42)
#5D0C22
(93,12,34)
#46091A
(70,9,26)
#2F0612
(47,6,18)
#18030A
(24,3,10)
#000000
(0,0,0)

Tints of #FE215A

#FE215A
(254,33,90)
#FE3569
(254,53,105)
#FE4978
(254,73,120)
#FE5D87
(254,93,135)
#FE7196
(254,113,150)
#FE85A5
(254,133,165)
#FE99B4
(254,153,180)
#FEADC3
(254,173,195)
#FEC1D2
(254,193,210)
#FED5E1
(254,213,225)
#FEE9F0
(254,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE215A; }

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

This text font color is #FE215A.

Background Color

.myBgColor { background-color: #FE215A; }

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

This div background color is #FE215A.

Border color

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

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

This div border color is #FE215A.

Opacity

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

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

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

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

This text has shadow with #FE215A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE215A.

Preview

Color preview on black background

This text has color #FE215A on black background.


Color preview on white background

This text has color #FE215A on white background.


Black color preview on #FE215A background

This text has black color on #FE215A background.


White color preview on #FE215A background

This text has white color on #FE215A background.


Related colors

Complementary color

Complementary color for #hex is #01DEA5.


I love getcolorcode.com

Triadic colors

1 #5AFE21 and #215AFE with #FE215A are triadic colors.

2 #5A21FE and #21FE5A with #FE215A are triadic colors.