COLOR #F98799

HEX: #F98799
RGB: (249,135,153)

Color info

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

RGB color model

#F98799 color RGB value is (249,135,153).

  • red value is 249;
  • green value is 135;
  • blue value is 153.
RGB:
(249,135,153)
(98%,53%,60%)

RGB channels and saturation

R 249 of 255 = 98%
G 135 of 255 = 53%
B 153 of 255 = 60%

249
135
153

R + G + B ~ 70%. #F98799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 135 + 153 = 537 (100%)
R 249 of 537 ~ 46.37%
G 135 of 537 ~ 25.14%
B 153 of 537 ~ 28.49%

%46.37
%25.14
%28.49

CMYK color model

#F98799 color CMYK value is (0,46,39,2).

  • cyan value is 0.00%
  • magenta value is 45.78%
  • yellow value is 38.55%
  • key color value is 2.35%
CMYK:
(0,46,39,2)
C0M46Y39K2 
(0%,46%,39%,2%)
(0.00/0.46/0.39/0.02)	

CMYK percentages

%0
%45.78
%38.55
%2.35

Codes

Color #F98799 in popluar color models

F98799
RGB249135153
HSL351°90.48%75.29%
HSB/HSV351°45.78%97.65%
CMYK0.00%45.78%38.55%
2.35%

Color #F98799 in popluar number systems.

HEXF98799
Decimal249135153
Binary111110011000011110011001
Octal371207231

Shades and tints

Shades of #F98799

#F98799
(249,135,153)
#E37B8C
(227,123,140)
#CD6F7F
(205,111,127)
#B76372
(183,99,114)
#A15765
(161,87,101)
#8B4B58
(139,75,88)
#753F4B
(117,63,75)
#5F333E
(95,51,62)
#492731
(73,39,49)
#331B24
(51,27,36)
#1D0F17
(29,15,23)
#000000
(0,0,0)

Tints of #F98799

#F98799
(249,135,153)
#F991A2
(249,145,162)
#F99BAB
(249,155,171)
#F9A5B4
(249,165,180)
#F9AFBD
(249,175,189)
#F9B9C6
(249,185,198)
#F9C3CF
(249,195,207)
#F9CDD8
(249,205,216)
#F9D7E1
(249,215,225)
#F9E1EA
(249,225,234)
#F9EBF3
(249,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F98799 color. Also use rgb(249,135,153) instead hex code.

Text Font Color

.myTextColor { color: #F98799; }

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

This text font color is #F98799.


Background Color

.myBgColor { background-color: #F98799; }

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

This div background color is #F98799.


Border color

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

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

This div border color is #F98799.


Opacity

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

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

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

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

This text has shadow with #F98799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F98799 on black background.


Color preview on white background

This text has color #F98799 on white background.



Black color preview on #F98799 background

This text has black color on #F98799 background.


White color preview on #F98799 background

This text has white color on #F98799 background.