COLOR #FE4E67

HEX: #FE4E67
RGB: (254,78,103)

Color info

#FE4E67 contains mainly red color. Web safe color of #FE4E67 is #FF6666 (or #F66).

RGB color model

#FE4E67 color RGB value is (254,78,103).

  • red value is 254;
  • green value is 78;
  • blue value is 103.
RGB:
(254,78,103)
(100%,31%,40%)

RGB channels and saturation

R 254 of 255 = 100%
G 78 of 255 = 31%
B 103 of 255 = 40%

254
78
103

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

Portions of RGB colors in percentages

R + G + B =
254 + 78 + 103 = 435 (100%)
R 254 of 435 ~ 58.39%
G 78 of 435 ~ 17.93%
B 103 of 435 ~ 23.68%

%58.39
%17.93
%23.68

CMYK color model

#FE4E67 color CMYK value is (0,69,59,0).

  • cyan value is 0.00%
  • magenta value is 69.29%
  • yellow value is 59.45%
  • key color value is 0.39%
CMYK:
(0,69,59,0)
C0M69Y59K0 
(0%,69%,59%,0%)
(0.00/0.69/0.59/0.00)	

CMYK percentages

%0
%69.29
%59.45
%0.39

Codes

Color #FE4E67 in popluar color models

FE4E67
RGB25478103
HSL351°98.88%65.10%
HSB/HSV351°69.29%99.61%
CMYK0.00%69.29%59.45%
0.39%

Color #FE4E67 in popluar number systems.

HEXFE4E67
Decimal25478103
Binary1111111010011101100111
Octal376116147

Shades and tints

Shades of #FE4E67

#FE4E67
(254,78,103)
#E7475E
(231,71,94)
#D04055
(208,64,85)
#B9394C
(185,57,76)
#A23243
(162,50,67)
#8B2B3A
(139,43,58)
#742431
(116,36,49)
#5D1D28
(93,29,40)
#46161F
(70,22,31)
#2F0F16
(47,15,22)
#18080D
(24,8,13)
#000000
(0,0,0)

Tints of #FE4E67

#FE4E67
(254,78,103)
#FE5E74
(254,94,116)
#FE6E81
(254,110,129)
#FE7E8E
(254,126,142)
#FE8E9B
(254,142,155)
#FE9EA8
(254,158,168)
#FEAEB5
(254,174,181)
#FEBEC2
(254,190,194)
#FECECF
(254,206,207)
#FEDEDC
(254,222,220)
#FEEEE9
(254,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE4E67 color. Also use rgb(254,78,103) instead hex code.

Text Font Color

.myTextColor { color: #FE4E67; }

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

This text font color is #FE4E67.


Background Color

.myBgColor { background-color: #FE4E67; }

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

This div background color is #FE4E67.


Border color

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

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

This div border color is #FE4E67.


Opacity

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

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

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

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

This text has shadow with #FE4E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE4E67 on black background.


Color preview on white background

This text has color #FE4E67 on white background.



Black color preview on #FE4E67 background

This text has black color on #FE4E67 background.


White color preview on #FE4E67 background

This text has white color on #FE4E67 background.