COLOR #F89493

HEX: #F89493
RGB: (248,148,147)

Color info

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

RGB color model

#F89493 color RGB value is (248,148,147).

  • red value is 248;
  • green value is 148;
  • blue value is 147.
RGB:
(248,148,147)
(97%,58%,58%)

RGB channels and saturation

R 248 of 255 = 97%
G 148 of 255 = 58%
B 147 of 255 = 58%

248
148
147

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

Portions of RGB colors in percentages

R + G + B =
248 + 148 + 147 = 543 (100%)
R 248 of 543 ~ 45.67%
G 148 of 543 ~ 27.26%
B 147 of 543 ~ 27.07%

%45.67
%27.26
%27.07

CMYK color model

#F89493 color CMYK value is (0,40,41,3).

  • cyan value is 0.00%
  • magenta value is 40.32%
  • yellow value is 40.73%
  • key color value is 2.75%
CMYK:
(0,40,41,3)
C0M40Y41K3 
(0%,40%,41%,3%)
(0.00/0.40/0.41/0.03)	

CMYK percentages

%0
%40.32
%40.73
%2.75

Codes

Color #F89493 in popluar color models

F89493
RGB248148147
HSL87.83%77.45%
HSB/HSV40.73%97.25%
CMYK0.00%40.32%40.73%
2.75%

Color #F89493 in popluar number systems.

HEXF89493
Decimal248148147
Binary111110001001010010010011
Octal370224223

Shades and tints

Shades of #F89493

#F89493
(248,148,147)
#E28786
(226,135,134)
#CC7A79
(204,122,121)
#B66D6C
(182,109,108)
#A0605F
(160,96,95)
#8A5352
(138,83,82)
#744645
(116,70,69)
#5E3938
(94,57,56)
#482C2B
(72,44,43)
#321F1E
(50,31,30)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #F89493

#F89493
(248,148,147)
#F89D9C
(248,157,156)
#F8A6A5
(248,166,165)
#F8AFAE
(248,175,174)
#F8B8B7
(248,184,183)
#F8C1C0
(248,193,192)
#F8CAC9
(248,202,201)
#F8D3D2
(248,211,210)
#F8DCDB
(248,220,219)
#F8E5E4
(248,229,228)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89493 color. Also use rgb(248,148,147) instead hex code.

Text Font Color

.myTextColor { color: #F89493; }

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

This text font color is #F89493.


Background Color

.myBgColor { background-color: #F89493; }

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

This div background color is #F89493.


Border color

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

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

This div border color is #F89493.


Opacity

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

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

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

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

This text has shadow with #F89493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F89493 on black background.


Color preview on white background

This text has color #F89493 on white background.



Black color preview on #F89493 background

This text has black color on #F89493 background.


White color preview on #F89493 background

This text has white color on #F89493 background.