COLOR #FE4043

HEX: #FE4043
RGB: (254,64,67)

Color info

#FE4043 contains mainly red color. Web safe color of #FE4043 is #FF3333 (or #F33).

RGB color model

#FE4043 color RGB value is (254,64,67).

  • red value is 254;
  • green value is 64;
  • blue value is 67.
RGB:
(254,64,67)
(100%,25%,26%)

RGB channels and saturation

R 254 of 255 = 100%
G 64 of 255 = 25%
B 67 of 255 = 26%

254
64
67

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

Portions of RGB colors in percentages

R + G + B =
254 + 64 + 67 = 385 (100%)
R 254 of 385 ~ 65.97%
G 64 of 385 ~ 16.62%
B 67 of 385 ~ 17.4%

%65.97
%16.62
%17.4

CMYK color model

#FE4043 color CMYK value is (0,75,74,0).

  • cyan value is 0.00%
  • magenta value is 74.80%
  • yellow value is 73.62%
  • key color value is 0.39%
CMYK:
(0,75,74,0)
C0M75Y74K0 
(0%,75%,74%,0%)
(0.00/0.75/0.74/0.00)	

CMYK percentages

%0
%74.8
%73.62
%0.39

Codes

Color #FE4043 in popluar color models

FE4043
RGB2546467
HSL359°98.96%62.35%
HSB/HSV359°74.80%99.61%
CMYK0.00%74.80%73.62%
0.39%

Color #FE4043 in popluar number systems.

HEXFE4043
Decimal2546467
Binary1111111010000001000011
Octal376100103

Shades and tints

Shades of #FE4043

#FE4043
(254,64,67)
#E73B3D
(231,59,61)
#D03637
(208,54,55)
#B93131
(185,49,49)
#A22C2B
(162,44,43)
#8B2725
(139,39,37)
#74221F
(116,34,31)
#5D1D19
(93,29,25)
#461813
(70,24,19)
#2F130D
(47,19,13)
#180E07
(24,14,7)
#000000
(0,0,0)

Tints of #FE4043

#FE4043
(254,64,67)
#FE5154
(254,81,84)
#FE6265
(254,98,101)
#FE7376
(254,115,118)
#FE8487
(254,132,135)
#FE9598
(254,149,152)
#FEA6A9
(254,166,169)
#FEB7BA
(254,183,186)
#FEC8CB
(254,200,203)
#FED9DC
(254,217,220)
#FEEAED
(254,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE4043 color. Also use rgb(254,64,67) instead hex code.

Text Font Color

.myTextColor { color: #FE4043; }

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

This text font color is #FE4043.


Background Color

.myBgColor { background-color: #FE4043; }

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

This div background color is #FE4043.


Border color

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

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

This div border color is #FE4043.


Opacity

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

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

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

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

This text has shadow with #FE4043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE4043 on black background.


Color preview on white background

This text has color #FE4043 on white background.



Black color preview on #FE4043 background

This text has black color on #FE4043 background.


White color preview on #FE4043 background

This text has white color on #FE4043 background.