COLOR #F89F98

HEX: #F89F98
RGB: (248,159,152)

Color info

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

RGB color model

#F89F98 color RGB value is (248,159,152).

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

RGB channels and saturation

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

248
159
152

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

Portions of RGB colors in percentages

R + G + B =
248 + 159 + 152 = 559 (100%)
R 248 of 559 ~ 44.36%
G 159 of 559 ~ 28.44%
B 152 of 559 ~ 27.19%

%44.36
%28.44
%27.19

CMYK color model

#F89F98 color CMYK value is (0,36,39,3).

  • cyan value is 0.00%
  • magenta value is 35.89%
  • yellow value is 38.71%
  • key color value is 2.75%
CMYK:
(0,36,39,3)
C0M36Y39K3 
(0%,36%,39%,3%)
(0.00/0.36/0.39/0.03)	

CMYK percentages

%0
%35.89
%38.71
%2.75

Codes

Color #F89F98 in popluar color models

F89F98
RGB248159152
HSL87.27%78.43%
HSB/HSV38.71%97.25%
CMYK0.00%35.89%38.71%
2.75%

Color #F89F98 in popluar number systems.

HEXF89F98
Decimal248159152
Binary111110001001111110011000
Octal370237230

Shades and tints

Shades of #F89F98

#F89F98
(248,159,152)
#E2918B
(226,145,139)
#CC837E
(204,131,126)
#B67571
(182,117,113)
#A06764
(160,103,100)
#8A5957
(138,89,87)
#744B4A
(116,75,74)
#5E3D3D
(94,61,61)
#482F30
(72,47,48)
#322123
(50,33,35)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #F89F98

#F89F98
(248,159,152)
#F8A7A1
(248,167,161)
#F8AFAA
(248,175,170)
#F8B7B3
(248,183,179)
#F8BFBC
(248,191,188)
#F8C7C5
(248,199,197)
#F8CFCE
(248,207,206)
#F8D7D7
(248,215,215)
#F8DFE0
(248,223,224)
#F8E7E9
(248,231,233)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F89F98; }

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

This text font color is #F89F98.


Background Color

.myBgColor { background-color: #F89F98; }

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

This div background color is #F89F98.


Border color

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

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

This div border color is #F89F98.


Opacity

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

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

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

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

This text has shadow with #F89F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89F98 on black background.


Color preview on white background

This text has color #F89F98 on white background.



Black color preview on #F89F98 background

This text has black color on #F89F98 background.


White color preview on #F89F98 background

This text has white color on #F89F98 background.