COLOR #F98DDA

HEX: #F98DDA RGB: (249,141,218)

Color info

#F98DDA contains mainly red and blue colors. Web safe color of #F98DDA is #FF99CC (or #F9C).

RGB color model

#F98DDA color RGB value is (249,141,218).

RGB: (249,141,218) (98%, 55%, 85%)

RGB channels and saturation

R 249 of 255 = 98%
G 141 of 255 = 55%
B 218 of 255 = 85%

249
141
218

R + G + B ~ 79%. #F98DDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 141 + 218 = 608 (100%)
R 249 of 608 ~ 40.95%
G 141 of 608 ~ 23.19%
B 218 of 608 ~ 35.86'%

%40.95
%23.19
%35.86

CMYK color model

#F98DDA color CMYK value is (0,43,12,2).

  • cyan value is 0.00%
  • magenta value is 43.37%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK: (0,43,12,2) C0M43Y12K2 (0%,43%,12%,2%) (0.00/0.43/0.12/0.02) 

CMYK percentages

%0
%43.37
%12.45
%2.35

Codes

Color #F98DDA in popluar color models

F9 8D DA
RGB 249 141 218
HSL 317° 90.00% 76.47%
HSB/HSV 317° 43.37% 97.65%
CMYK 0.00% 43.37% 12.45%
2.35%

Color #F98DDA in popluar number systems.

HEX F9 8D DA
Decimal 249 141 218
Binary 11111001 10001101 11011010
Octal 371 215 332

Shades and tints

Shades of #F98DDA

#F98DDA
(249,141,218)
#E381C7
(227,129,199)
#CD75B4
(205,117,180)
#B769A1
(183,105,161)
#A15D8E
(161,93,142)
#8B517B
(139,81,123)
#754568
(117,69,104)
#5F3955
(95,57,85)
#492D42
(73,45,66)
#33212F
(51,33,47)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #F98DDA

#F98DDA
(249,141,218)
#F997DD
(249,151,221)
#F9A1E0
(249,161,224)
#F9ABE3
(249,171,227)
#F9B5E6
(249,181,230)
#F9BFE9
(249,191,233)
#F9C9EC
(249,201,236)
#F9D3EF
(249,211,239)
#F9DDF2
(249,221,242)
#F9E7F5
(249,231,245)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F98DDA; }

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

This text font color is #F98DDA.

Background Color

.myBgColor { background-color: #F98DDA; }

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

This div background color is #F98DDA.

Border color

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

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

This div border color is #F98DDA.

Opacity

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

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

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

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

This text has shadow with #F98DDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F98DDA.

Preview

Color preview on black background

This text has color #F98DDA on black background.


Color preview on white background

This text has color #F98DDA on white background.


Black color preview on #F98DDA background

This text has black color on #F98DDA background.


White color preview on #F98DDA background

This text has white color on #F98DDA background.


Related colors

Complementary color

Complementary color for #hex is #067225.


I love getcolorcode.com

Triadic colors

1 #DAF98D and #8DDAF9 with #F98DDA are triadic colors.

2 #DA8DF9 and #8DF9DA with #F98DDA are triadic colors.