COLOR #F89FA0

HEX: #F89FA0
RGB: (248,159,160)

Color info

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

RGB color model

#F89FA0 color RGB value is (248,159,160).

  • red value is 248;
  • green value is 159;
  • blue value is 160.
RGB:
(248,159,160)
(97%,62%,63%)

RGB channels and saturation

R 248 of 255 = 97%
G 159 of 255 = 62%
B 160 of 255 = 63%

248
159
160

R + G + B ~ 74%. #F89FA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 159 + 160 = 567 (100%)
R 248 of 567 ~ 43.74%
G 159 of 567 ~ 28.04%
B 160 of 567 ~ 28.22%

%43.74
%28.04
%28.22

CMYK color model

#F89FA0 color CMYK value is (0,36,35,3).

  • cyan value is 0.00%
  • magenta value is 35.89%
  • yellow value is 35.48%
  • key color value is 2.75%
CMYK:
(0,36,35,3)
C0M36Y35K3 
(0%,36%,35%,3%)
(0.00/0.36/0.35/0.03)	

CMYK percentages

%0
%35.89
%35.48
%2.75

Codes

Color #F89FA0 in popluar color models

F89FA0
RGB248159160
HSL359°86.41%79.80%
HSB/HSV359°35.89%97.25%
CMYK0.00%35.89%35.48%
2.75%

Color #F89FA0 in popluar number systems.

HEXF89FA0
Decimal248159160
Binary111110001001111110100000
Octal370237240

Shades and tints

Shades of #F89FA0

#F89FA0
(248,159,160)
#E29192
(226,145,146)
#CC8384
(204,131,132)
#B67576
(182,117,118)
#A06768
(160,103,104)
#8A595A
(138,89,90)
#744B4C
(116,75,76)
#5E3D3E
(94,61,62)
#482F30
(72,47,48)
#322122
(50,33,34)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #F89FA0

#F89FA0
(248,159,160)
#F8A7A8
(248,167,168)
#F8AFB0
(248,175,176)
#F8B7B8
(248,183,184)
#F8BFC0
(248,191,192)
#F8C7C8
(248,199,200)
#F8CFD0
(248,207,208)
#F8D7D8
(248,215,216)
#F8DFE0
(248,223,224)
#F8E7E8
(248,231,232)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89FA0 color. Also use rgb(248,159,160) instead hex code.

Text Font Color

.myTextColor { color: #F89FA0; }

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

This text font color is #F89FA0.


Background Color

.myBgColor { background-color: #F89FA0; }

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

This div background color is #F89FA0.


Border color

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

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

This div border color is #F89FA0.


Opacity

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

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

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

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

This text has shadow with #F89FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89FA0 on black background.


Color preview on white background

This text has color #F89FA0 on white background.



Black color preview on #F89FA0 background

This text has black color on #F89FA0 background.


White color preview on #F89FA0 background

This text has white color on #F89FA0 background.