COLOR #F89399

HEX: #F89399
RGB: (248,147,153)

Color info

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

RGB color model

#F89399 color RGB value is (248,147,153).

  • red value is 248;
  • green value is 147;
  • blue value is 153.
RGB:
(248,147,153)
(97%,58%,60%)

RGB channels and saturation

R 248 of 255 = 97%
G 147 of 255 = 58%
B 153 of 255 = 60%

248
147
153

R + G + B ~ 72%. #F89399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 147 + 153 = 548 (100%)
R 248 of 548 ~ 45.26%
G 147 of 548 ~ 26.82%
B 153 of 548 ~ 27.92%

%45.26
%26.82
%27.92

CMYK color model

#F89399 color CMYK value is (0,41,38,3).

  • cyan value is 0.00%
  • magenta value is 40.73%
  • yellow value is 38.31%
  • key color value is 2.75%
CMYK:
(0,41,38,3)
C0M41Y38K3 
(0%,41%,38%,3%)
(0.00/0.41/0.38/0.03)	

CMYK percentages

%0
%40.73
%38.31
%2.75

Codes

Color #F89399 in popluar color models

F89399
RGB248147153
HSL356°87.83%77.45%
HSB/HSV356°40.73%97.25%
CMYK0.00%40.73%38.31%
2.75%

Color #F89399 in popluar number systems.

HEXF89399
Decimal248147153
Binary111110001001001110011001
Octal370223231

Shades and tints

Shades of #F89399

#F89399
(248,147,153)
#E2868C
(226,134,140)
#CC797F
(204,121,127)
#B66C72
(182,108,114)
#A05F65
(160,95,101)
#8A5258
(138,82,88)
#74454B
(116,69,75)
#5E383E
(94,56,62)
#482B31
(72,43,49)
#321E24
(50,30,36)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #F89399

#F89399
(248,147,153)
#F89CA2
(248,156,162)
#F8A5AB
(248,165,171)
#F8AEB4
(248,174,180)
#F8B7BD
(248,183,189)
#F8C0C6
(248,192,198)
#F8C9CF
(248,201,207)
#F8D2D8
(248,210,216)
#F8DBE1
(248,219,225)
#F8E4EA
(248,228,234)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89399 color. Also use rgb(248,147,153) instead hex code.

Text Font Color

.myTextColor { color: #F89399; }

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

This text font color is #F89399.


Background Color

.myBgColor { background-color: #F89399; }

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

This div background color is #F89399.


Border color

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

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

This div border color is #F89399.


Opacity

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

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

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

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

This text has shadow with #F89399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89399 on black background.


Color preview on white background

This text has color #F89399 on white background.



Black color preview on #F89399 background

This text has black color on #F89399 background.


White color preview on #F89399 background

This text has white color on #F89399 background.