COLOR #F89096

HEX: #F89096
RGB: (248,144,150)

Color info

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

RGB color model

#F89096 color RGB value is (248,144,150).

  • red value is 248;
  • green value is 144;
  • blue value is 150.
RGB:
(248,144,150)
(97%,56%,59%)

RGB channels and saturation

R 248 of 255 = 97%
G 144 of 255 = 56%
B 150 of 255 = 59%

248
144
150

R + G + B ~ 71%. #F89096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 144 + 150 = 542 (100%)
R 248 of 542 ~ 45.76%
G 144 of 542 ~ 26.57%
B 150 of 542 ~ 27.68%

%45.76
%26.57
%27.68

CMYK color model

#F89096 color CMYK value is (0,42,40,3).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 39.52%
  • key color value is 2.75%
CMYK:
(0,42,40,3)
C0M42Y40K3 
(0%,42%,40%,3%)
(0.00/0.42/0.40/0.03)	

CMYK percentages

%0
%41.94
%39.52
%2.75

Codes

Color #F89096 in popluar color models

F89096
RGB248144150
HSL357°88.14%76.86%
HSB/HSV357°41.94%97.25%
CMYK0.00%41.94%39.52%
2.75%

Color #F89096 in popluar number systems.

HEXF89096
Decimal248144150
Binary111110001001000010010110
Octal370220226

Shades and tints

Shades of #F89096

#F89096
(248,144,150)
#E28389
(226,131,137)
#CC767C
(204,118,124)
#B6696F
(182,105,111)
#A05C62
(160,92,98)
#8A4F55
(138,79,85)
#744248
(116,66,72)
#5E353B
(94,53,59)
#48282E
(72,40,46)
#321B21
(50,27,33)
#1C0E14
(28,14,20)
#000000
(0,0,0)

Tints of #F89096

#F89096
(248,144,150)
#F89A9F
(248,154,159)
#F8A4A8
(248,164,168)
#F8AEB1
(248,174,177)
#F8B8BA
(248,184,186)
#F8C2C3
(248,194,195)
#F8CCCC
(248,204,204)
#F8D6D5
(248,214,213)
#F8E0DE
(248,224,222)
#F8EAE7
(248,234,231)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89096 color. Also use rgb(248,144,150) instead hex code.

Text Font Color

.myTextColor { color: #F89096; }

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

This text font color is #F89096.


Background Color

.myBgColor { background-color: #F89096; }

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

This div background color is #F89096.


Border color

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

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

This div border color is #F89096.


Opacity

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

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

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

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

This text has shadow with #F89096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89096 on black background.


Color preview on white background

This text has color #F89096 on white background.



Black color preview on #F89096 background

This text has black color on #F89096 background.


White color preview on #F89096 background

This text has white color on #F89096 background.