COLOR #F99391

HEX: #F99391
RGB: (249,147,145)

Color info

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

RGB color model

#F99391 color RGB value is (249,147,145).

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

RGB channels and saturation

R 249 of 255 = 98%
G 147 of 255 = 58%
B 145 of 255 = 57%

249
147
145

R + G + B ~ 71%. #F99391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 147 + 145 = 541 (100%)
R 249 of 541 ~ 46.03%
G 147 of 541 ~ 27.17%
B 145 of 541 ~ 26.8%

%46.03
%27.17
%26.8

CMYK color model

#F99391 color CMYK value is (0,41,42,2).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 41.77%
  • key color value is 2.35%
CMYK:
(0,41,42,2)
C0M41Y42K2 
(0%,41%,42%,2%)
(0.00/0.41/0.42/0.02)	

CMYK percentages

%0
%40.96
%41.77
%2.35

Codes

Color #F99391 in popluar color models

F99391
RGB249147145
HSL89.66%77.25%
HSB/HSV41.77%97.65%
CMYK0.00%40.96%41.77%
2.35%

Color #F99391 in popluar number systems.

HEXF99391
Decimal249147145
Binary111110011001001110010001
Octal371223221

Shades and tints

Shades of #F99391

#F99391
(249,147,145)
#E38684
(227,134,132)
#CD7977
(205,121,119)
#B76C6A
(183,108,106)
#A15F5D
(161,95,93)
#8B5250
(139,82,80)
#754543
(117,69,67)
#5F3836
(95,56,54)
#492B29
(73,43,41)
#331E1C
(51,30,28)
#1D110F
(29,17,15)
#000000
(0,0,0)

Tints of #F99391

#F99391
(249,147,145)
#F99C9B
(249,156,155)
#F9A5A5
(249,165,165)
#F9AEAF
(249,174,175)
#F9B7B9
(249,183,185)
#F9C0C3
(249,192,195)
#F9C9CD
(249,201,205)
#F9D2D7
(249,210,215)
#F9DBE1
(249,219,225)
#F9E4EB
(249,228,235)
#F9EDF5
(249,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F99391; }

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

This text font color is #F99391.


Background Color

.myBgColor { background-color: #F99391; }

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

This div background color is #F99391.


Border color

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

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

This div border color is #F99391.


Opacity

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

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

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

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

This text has shadow with #F99391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99391 on black background.


Color preview on white background

This text has color #F99391 on white background.



Black color preview on #F99391 background

This text has black color on #F99391 background.


White color preview on #F99391 background

This text has white color on #F99391 background.