COLOR #F89A9F

HEX: #F89A9F
RGB: (248,154,159)

Color info

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

RGB color model

#F89A9F color RGB value is (248,154,159).

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

RGB channels and saturation

R 248 of 255 = 97%
G 154 of 255 = 60%
B 159 of 255 = 62%

248
154
159

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

Portions of RGB colors in percentages

R + G + B =
248 + 154 + 159 = 561 (100%)
R 248 of 561 ~ 44.21%
G 154 of 561 ~ 27.45%
B 159 of 561 ~ 28.34%

%44.21
%27.45
%28.34

CMYK color model

#F89A9F color CMYK value is (0,38,36,3).

  • cyan value is 0.00%
  • magenta value is 37.90%
  • yellow value is 35.89%
  • key color value is 2.75%
CMYK:
(0,38,36,3)
C0M38Y36K3 
(0%,38%,36%,3%)
(0.00/0.38/0.36/0.03)	

CMYK percentages

%0
%37.9
%35.89
%2.75

Codes

Color #F89A9F in popluar color models

F89A9F
RGB248154159
HSL357°87.04%78.82%
HSB/HSV357°37.90%97.25%
CMYK0.00%37.90%35.89%
2.75%

Color #F89A9F in popluar number systems.

HEXF89A9F
Decimal248154159
Binary111110001001101010011111
Octal370232237

Shades and tints

Shades of #F89A9F

#F89A9F
(248,154,159)
#E28C91
(226,140,145)
#CC7E83
(204,126,131)
#B67075
(182,112,117)
#A06267
(160,98,103)
#8A5459
(138,84,89)
#74464B
(116,70,75)
#5E383D
(94,56,61)
#482A2F
(72,42,47)
#321C21
(50,28,33)
#1C0E13
(28,14,19)
#000000
(0,0,0)

Tints of #F89A9F

#F89A9F
(248,154,159)
#F8A3A7
(248,163,167)
#F8ACAF
(248,172,175)
#F8B5B7
(248,181,183)
#F8BEBF
(248,190,191)
#F8C7C7
(248,199,199)
#F8D0CF
(248,208,207)
#F8D9D7
(248,217,215)
#F8E2DF
(248,226,223)
#F8EBE7
(248,235,231)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F89A9F; }

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

This text font color is #F89A9F.


Background Color

.myBgColor { background-color: #F89A9F; }

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

This div background color is #F89A9F.


Border color

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

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

This div border color is #F89A9F.


Opacity

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

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

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

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

This text has shadow with #F89A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89A9F on black background.


Color preview on white background

This text has color #F89A9F on white background.



Black color preview on #F89A9F background

This text has black color on #F89A9F background.


White color preview on #F89A9F background

This text has white color on #F89A9F background.