COLOR #F89FA5

HEX: #F89FA5
RGB: (248,159,165)

Color info

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

RGB color model

#F89FA5 color RGB value is (248,159,165).

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

RGB channels and saturation

R 248 of 255 = 97%
G 159 of 255 = 62%
B 165 of 255 = 65%

248
159
165

R + G + B ~ 75%. #F89FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 159 + 165 = 572 (100%)
R 248 of 572 ~ 43.36%
G 159 of 572 ~ 27.8%
B 165 of 572 ~ 28.85%

%43.36
%27.8
%28.85

CMYK color model

#F89FA5 color CMYK value is (0,36,33,3).

  • cyan value is 0.00%
  • magenta value is 35.89%
  • yellow value is 33.47%
  • key color value is 2.75%
CMYK:
(0,36,33,3)
C0M36Y33K3 
(0%,36%,33%,3%)
(0.00/0.36/0.33/0.03)	

CMYK percentages

%0
%35.89
%33.47
%2.75

Codes

Color #F89FA5 in popluar color models

F89FA5
RGB248159165
HSL356°86.41%79.80%
HSB/HSV356°35.89%97.25%
CMYK0.00%35.89%33.47%
2.75%

Color #F89FA5 in popluar number systems.

HEXF89FA5
Decimal248159165
Binary111110001001111110100101
Octal370237245

Shades and tints

Shades of #F89FA5

#F89FA5
(248,159,165)
#E29196
(226,145,150)
#CC8387
(204,131,135)
#B67578
(182,117,120)
#A06769
(160,103,105)
#8A595A
(138,89,90)
#744B4B
(116,75,75)
#5E3D3C
(94,61,60)
#482F2D
(72,47,45)
#32211E
(50,33,30)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #F89FA5

#F89FA5
(248,159,165)
#F8A7AD
(248,167,173)
#F8AFB5
(248,175,181)
#F8B7BD
(248,183,189)
#F8BFC5
(248,191,197)
#F8C7CD
(248,199,205)
#F8CFD5
(248,207,213)
#F8D7DD
(248,215,221)
#F8DFE5
(248,223,229)
#F8E7ED
(248,231,237)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F89FA5; }

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

This text font color is #F89FA5.


Background Color

.myBgColor { background-color: #F89FA5; }

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

This div background color is #F89FA5.


Border color

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

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

This div border color is #F89FA5.


Opacity

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

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

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

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

This text has shadow with #F89FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89FA5 on black background.


Color preview on white background

This text has color #F89FA5 on white background.



Black color preview on #F89FA5 background

This text has black color on #F89FA5 background.


White color preview on #F89FA5 background

This text has white color on #F89FA5 background.