COLOR #F98798

HEX: #F98798 RGB: (249,135,152)

Color info

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

RGB color model

#F98798 color RGB value is (249,135,152).

RGB: (249,135,152) (98%, 53%, 60%)

RGB channels and saturation

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

249
135
152

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

Portions of RGB colors in percentages

R + G + B = 249 + 135 + 152 = 536 (100%)
R 249 of 536 ~ 46.46%
G 135 of 536 ~ 25.19%
B 152 of 536 ~ 28.36'%

%46.46
%25.19
%28.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.78%
  • yellow value is 38.96%
  • 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.96
%2.35

Codes

Color #F98798 in popluar color models

F9 87 98
RGB 249 135 152
HSL 351° 90.48% 75.29%
HSB/HSV 351° 45.78% 97.65%
CMYK 0.00% 45.78% 38.96%
2.35%

Color #F98798 in popluar number systems.

HEX F9 87 98
Decimal 249 135 152
Binary 11111001 10000111 10011000
Octal 371 207 230

Shades and tints

Shades of #F98798

#F98798
(249,135,152)
#E37B8B
(227,123,139)
#CD6F7E
(205,111,126)
#B76371
(183,99,113)
#A15764
(161,87,100)
#8B4B57
(139,75,87)
#753F4A
(117,63,74)
#5F333D
(95,51,61)
#492730
(73,39,48)
#331B23
(51,27,35)
#1D0F16
(29,15,22)
#000000
(0,0,0)

Tints of #F98798

#F98798
(249,135,152)
#F991A1
(249,145,161)
#F99BAA
(249,155,170)
#F9A5B3
(249,165,179)
#F9AFBC
(249,175,188)
#F9B9C5
(249,185,197)
#F9C3CE
(249,195,206)
#F9CDD7
(249,205,215)
#F9D7E0
(249,215,224)
#F9E1E9
(249,225,233)
#F9EBF2
(249,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F98798; }

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

This text font color is #F98798.

Background Color

.myBgColor { background-color: #F98798; }

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

This div background color is #F98798.

Border color

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

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

This div border color is #F98798.

Opacity

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

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

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

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

This text has shadow with #F98798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F98798.

Preview

Color preview on black background

This text has color #F98798 on black background.


Color preview on white background

This text has color #F98798 on white background.


Black color preview on #F98798 background

This text has black color on #F98798 background.


White color preview on #F98798 background

This text has white color on #F98798 background.


Related colors

Complementary color

Complementary color for #hex is #067867.


I love getcolorcode.com

Triadic colors

1 #98F987 and #8798F9 with #F98798 are triadic colors.

2 #9887F9 and #87F998 with #F98798 are triadic colors.