COLOR #F99E93

HEX: #F99E93
RGB: (249,158,147)

Color info

#F99E93 contains mainly red color. Web safe color of #F99E93 is #FF9999 (or #F99).

RGB color model

#F99E93 color RGB value is (249,158,147).

  • red value is 249;
  • green value is 158;
  • blue value is 147.
RGB:
(249,158,147)
(98%,62%,58%)

RGB channels and saturation

R 249 of 255 = 98%
G 158 of 255 = 62%
B 147 of 255 = 58%

249
158
147

R + G + B ~ 73%. #F99E93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 158 + 147 = 554 (100%)
R 249 of 554 ~ 44.95%
G 158 of 554 ~ 28.52%
B 147 of 554 ~ 26.53%

%44.95
%28.52
%26.53

CMYK color model

#F99E93 color CMYK value is (0,37,41,2).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 40.96%
  • key color value is 2.35%
CMYK:
(0,37,41,2)
C0M37Y41K2 
(0%,37%,41%,2%)
(0.00/0.37/0.41/0.02)	

CMYK percentages

%0
%36.55
%40.96
%2.35

Codes

Color #F99E93 in popluar color models

F99E93
RGB249158147
HSL89.47%77.65%
HSB/HSV40.96%97.65%
CMYK0.00%36.55%40.96%
2.35%

Color #F99E93 in popluar number systems.

HEXF99E93
Decimal249158147
Binary111110011001111010010011
Octal371236223

Shades and tints

Shades of #F99E93

#F99E93
(249,158,147)
#E39086
(227,144,134)
#CD8279
(205,130,121)
#B7746C
(183,116,108)
#A1665F
(161,102,95)
#8B5852
(139,88,82)
#754A45
(117,74,69)
#5F3C38
(95,60,56)
#492E2B
(73,46,43)
#33201E
(51,32,30)
#1D1211
(29,18,17)
#000000
(0,0,0)

Tints of #F99E93

#F99E93
(249,158,147)
#F9A69C
(249,166,156)
#F9AEA5
(249,174,165)
#F9B6AE
(249,182,174)
#F9BEB7
(249,190,183)
#F9C6C0
(249,198,192)
#F9CEC9
(249,206,201)
#F9D6D2
(249,214,210)
#F9DEDB
(249,222,219)
#F9E6E4
(249,230,228)
#F9EEED
(249,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99E93 color. Also use rgb(249,158,147) instead hex code.

Text Font Color

.myTextColor { color: #F99E93; }

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

This text font color is #F99E93.


Background Color

.myBgColor { background-color: #F99E93; }

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

This div background color is #F99E93.


Border color

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

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

This div border color is #F99E93.


Opacity

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

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

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

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

This text has shadow with #F99E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99E93 on black background.


Color preview on white background

This text has color #F99E93 on white background.



Black color preview on #F99E93 background

This text has black color on #F99E93 background.


White color preview on #F99E93 background

This text has white color on #F99E93 background.