COLOR #FE4A4B

HEX: #FE4A4B
RGB: (254,74,75)

Color info

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

RGB color model

#FE4A4B color RGB value is (254,74,75).

  • red value is 254;
  • green value is 74;
  • blue value is 75.
RGB:
(254,74,75)
(100%,29%,29%)

RGB channels and saturation

R 254 of 255 = 100%
G 74 of 255 = 29%
B 75 of 255 = 29%

254
74
75

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

Portions of RGB colors in percentages

R + G + B =
254 + 74 + 75 = 403 (100%)
R 254 of 403 ~ 63.03%
G 74 of 403 ~ 18.36%
B 75 of 403 ~ 18.61%

%63.03
%18.36
%18.61

CMYK color model

#FE4A4B color CMYK value is (0,71,70,0).

  • cyan value is 0.00%
  • magenta value is 70.87%
  • yellow value is 70.47%
  • key color value is 0.39%
CMYK:
(0,71,70,0)
C0M71Y70K0 
(0%,71%,70%,0%)
(0.00/0.71/0.70/0.00)	

CMYK percentages

%0
%70.87
%70.47
%0.39

Codes

Color #FE4A4B in popluar color models

FE4A4B
RGB2547475
HSL360°98.90%64.31%
HSB/HSV360°70.87%99.61%
CMYK0.00%70.87%70.47%
0.39%

Color #FE4A4B in popluar number systems.

HEXFE4A4B
Decimal2547475
Binary1111111010010101001011
Octal376112113

Shades and tints

Shades of #FE4A4B

#FE4A4B
(254,74,75)
#E74445
(231,68,69)
#D03E3F
(208,62,63)
#B93839
(185,56,57)
#A23233
(162,50,51)
#8B2C2D
(139,44,45)
#742627
(116,38,39)
#5D2021
(93,32,33)
#461A1B
(70,26,27)
#2F1415
(47,20,21)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #FE4A4B

#FE4A4B
(254,74,75)
#FE5A5B
(254,90,91)
#FE6A6B
(254,106,107)
#FE7A7B
(254,122,123)
#FE8A8B
(254,138,139)
#FE9A9B
(254,154,155)
#FEAAAB
(254,170,171)
#FEBABB
(254,186,187)
#FECACB
(254,202,203)
#FEDADB
(254,218,219)
#FEEAEB
(254,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE4A4B color. Also use rgb(254,74,75) instead hex code.

Text Font Color

.myTextColor { color: #FE4A4B; }

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

This text font color is #FE4A4B.


Background Color

.myBgColor { background-color: #FE4A4B; }

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

This div background color is #FE4A4B.


Border color

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

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

This div border color is #FE4A4B.


Opacity

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

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

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

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

This text has shadow with #FE4A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE4A4B on black background.


Color preview on white background

This text has color #FE4A4B on white background.



Black color preview on #FE4A4B background

This text has black color on #FE4A4B background.


White color preview on #FE4A4B background

This text has white color on #FE4A4B background.