COLOR #F98D80

HEX: #F98D80
RGB: (249,141,128)

Color info

#F98D80 contains mainly red color. Web safe color of #F98D80 is #FF9966 (or #F96).

RGB color model

#F98D80 color RGB value is (249,141,128).

  • red value is 249;
  • green value is 141;
  • blue value is 128.
RGB:
(249,141,128)
(98%,55%,50%)

RGB channels and saturation

R 249 of 255 = 98%
G 141 of 255 = 55%
B 128 of 255 = 50%

249
141
128

R + G + B ~ 68%. #F98D80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 141 + 128 = 518 (100%)
R 249 of 518 ~ 48.07%
G 141 of 518 ~ 27.22%
B 128 of 518 ~ 24.71%

%48.07
%27.22
%24.71

CMYK color model

#F98D80 color CMYK value is (0,43,49,2).

  • cyan value is 0.00%
  • magenta value is 43.37%
  • yellow value is 48.59%
  • key color value is 2.35%
CMYK:
(0,43,49,2)
C0M43Y49K2 
(0%,43%,49%,2%)
(0.00/0.43/0.49/0.02)	

CMYK percentages

%0
%43.37
%48.59
%2.35

Codes

Color #F98D80 in popluar color models

F98D80
RGB249141128
HSL90.98%73.92%
HSB/HSV48.59%97.65%
CMYK0.00%43.37%48.59%
2.35%

Color #F98D80 in popluar number systems.

HEXF98D80
Decimal249141128
Binary111110011000110110000000
Octal371215200

Shades and tints

Shades of #F98D80

#F98D80
(249,141,128)
#E38175
(227,129,117)
#CD756A
(205,117,106)
#B7695F
(183,105,95)
#A15D54
(161,93,84)
#8B5149
(139,81,73)
#75453E
(117,69,62)
#5F3933
(95,57,51)
#492D28
(73,45,40)
#33211D
(51,33,29)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #F98D80

#F98D80
(249,141,128)
#F9978B
(249,151,139)
#F9A196
(249,161,150)
#F9ABA1
(249,171,161)
#F9B5AC
(249,181,172)
#F9BFB7
(249,191,183)
#F9C9C2
(249,201,194)
#F9D3CD
(249,211,205)
#F9DDD8
(249,221,216)
#F9E7E3
(249,231,227)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F98D80 color. Also use rgb(249,141,128) instead hex code.

Text Font Color

.myTextColor { color: #F98D80; }

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

This text font color is #F98D80.


Background Color

.myBgColor { background-color: #F98D80; }

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

This div background color is #F98D80.


Border color

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

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

This div border color is #F98D80.


Opacity

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

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

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

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

This text has shadow with #F98D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F98D80 on black background.


Color preview on white background

This text has color #F98D80 on white background.



Black color preview on #F98D80 background

This text has black color on #F98D80 background.


White color preview on #F98D80 background

This text has white color on #F98D80 background.