COLOR #F998A9

HEX: #F998A9 RGB: (249,152,169)

Color info

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

RGB color model

#F998A9 color RGB value is (249,152,169).

RGB: (249,152,169) (98%, 60%, 66%)

RGB channels and saturation

R 249 of 255 = 98%
G 152 of 255 = 60%
B 169 of 255 = 66%

249
152
169

R + G + B ~ 75%. #F998A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 152 + 169 = 570 (100%)
R 249 of 570 ~ 43.68%
G 152 of 570 ~ 26.67%
B 169 of 570 ~ 29.65'%

%43.68
%26.67
%29.65

CMYK color model

#F998A9 color CMYK value is (0,39,32,2).

  • cyan value is 0.00%
  • magenta value is 38.96%
  • yellow value is 32.13%
  • key color value is 2.35%

CMYK: (0,39,32,2)
C0M39Y32K2 (0%, 39%, 32%, 2%)
(0.00 / 0.39 / 0.32 / 0.02)

CMYK percentages

%0
%38.96
%32.13
%2.35

Codes

Color #F998A9 in popluar color models

F9 98 A9
RGB 249 152 169
HSL 349° 88.99% 78.63%
HSB/HSV 349° 38.96% 97.65%
CMYK 0.00% 38.96% 32.13%
2.35%

Color #F998A9 in popluar number systems.

HEX F9 98 A9
Decimal 249 152 169
Binary 11111001 10011000 10101001
Octal 371 230 251

Shades and tints

Shades of #F998A9

#F998A9
(249,152,169)
#E38B9A
(227,139,154)
#CD7E8B
(205,126,139)
#B7717C
(183,113,124)
#A1646D
(161,100,109)
#8B575E
(139,87,94)
#754A4F
(117,74,79)
#5F3D40
(95,61,64)
#493031
(73,48,49)
#332322
(51,35,34)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #F998A9

#F998A9
(249,152,169)
#F9A1B0
(249,161,176)
#F9AAB7
(249,170,183)
#F9B3BE
(249,179,190)
#F9BCC5
(249,188,197)
#F9C5CC
(249,197,204)
#F9CED3
(249,206,211)
#F9D7DA
(249,215,218)
#F9E0E1
(249,224,225)
#F9E9E8
(249,233,232)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F998A9; }

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

This text font color is #F998A9.

Background Color

.myBgColor { background-color: #F998A9; }

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

This div background color is #F998A9.

Border color

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

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

This div border color is #F998A9.

Opacity

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

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

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

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

This text has shadow with #F998A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F998A9.

Preview

Color preview on black background

This text has color #F998A9 on black background.


Color preview on white background

This text has color #F998A9 on white background.


Black color preview on #F998A9 background

This text has black color on #F998A9 background.


White color preview on #F998A9 background

This text has white color on #F998A9 background.


Related colors

Complementary color

Complementary color for #hex is #066756.


I love getcolorcode.com

Triadic colors

1 #A9F998 and #98A9F9 with #F998A9 are triadic colors.

2 #A998F9 and #98F9A9 with #F998A9 are triadic colors.