COLOR #FE7779

HEX: #FE7779
RGB: (254,119,121)

Color info

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

RGB color model

#FE7779 color RGB value is (254,119,121).

  • red value is 254;
  • green value is 119;
  • blue value is 121.
RGB:
(254,119,121)
(100%,47%,47%)

RGB channels and saturation

R 254 of 255 = 100%
G 119 of 255 = 47%
B 121 of 255 = 47%

254
119
121

R + G + B ~ 65%. #FE7779 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 119 + 121 = 494 (100%)
R 254 of 494 ~ 51.42%
G 119 of 494 ~ 24.09%
B 121 of 494 ~ 24.49%

%51.42
%24.09
%24.49

CMYK color model

#FE7779 color CMYK value is (0,53,52,0).

  • cyan value is 0.00%
  • magenta value is 53.15%
  • yellow value is 52.36%
  • key color value is 0.39%
CMYK:
(0,53,52,0)
C0M53Y52K0 
(0%,53%,52%,0%)
(0.00/0.53/0.52/0.00)	

CMYK percentages

%0
%53.15
%52.36
%0.39

Codes

Color #FE7779 in popluar color models

FE7779
RGB254119121
HSL359°98.54%73.14%
HSB/HSV359°53.15%99.61%
CMYK0.00%53.15%52.36%
0.39%

Color #FE7779 in popluar number systems.

HEXFE7779
Decimal254119121
Binary1111111011101111111001
Octal376167171

Shades and tints

Shades of #FE7779

#FE7779
(254,119,121)
#E76D6E
(231,109,110)
#D06363
(208,99,99)
#B95958
(185,89,88)
#A24F4D
(162,79,77)
#8B4542
(139,69,66)
#743B37
(116,59,55)
#5D312C
(93,49,44)
#462721
(70,39,33)
#2F1D16
(47,29,22)
#18130B
(24,19,11)
#000000
(0,0,0)

Tints of #FE7779

#FE7779
(254,119,121)
#FE8385
(254,131,133)
#FE8F91
(254,143,145)
#FE9B9D
(254,155,157)
#FEA7A9
(254,167,169)
#FEB3B5
(254,179,181)
#FEBFC1
(254,191,193)
#FECBCD
(254,203,205)
#FED7D9
(254,215,217)
#FEE3E5
(254,227,229)
#FEEFF1
(254,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE7779 color. Also use rgb(254,119,121) instead hex code.

Text Font Color

.myTextColor { color: #FE7779; }

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

This text font color is #FE7779.


Background Color

.myBgColor { background-color: #FE7779; }

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

This div background color is #FE7779.


Border color

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

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

This div border color is #FE7779.


Opacity

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

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

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

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

This text has shadow with #FE7779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE7779 on black background.


Color preview on white background

This text has color #FE7779 on white background.



Black color preview on #FE7779 background

This text has black color on #FE7779 background.


White color preview on #FE7779 background

This text has white color on #FE7779 background.