COLOR #F981D9

HEX: #F981D9
RGB: (249,129,217)

Color info

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

RGB color model

#F981D9 color RGB value is (249,129,217).

  • red value is 249;
  • green value is 129;
  • blue value is 217.
RGB:
(249,129,217)
(98%,51%,85%)

RGB channels and saturation

R 249 of 255 = 98%
G 129 of 255 = 51%
B 217 of 255 = 85%

249
129
217

R + G + B ~ 78%. #F981D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 129 + 217 = 595 (100%)
R 249 of 595 ~ 41.85%
G 129 of 595 ~ 21.68%
B 217 of 595 ~ 36.47%

%41.85
%21.68
%36.47

CMYK color model

#F981D9 color CMYK value is (0,48,13,2).

  • cyan value is 0.00%
  • magenta value is 48.19%
  • yellow value is 12.85%
  • key color value is 2.35%
CMYK:
(0,48,13,2)
C0M48Y13K2 
(0%,48%,13%,2%)
(0.00/0.48/0.13/0.02)	

CMYK percentages

%0
%48.19
%12.85
%2.35

Codes

Color #F981D9 in popluar color models

F981D9
RGB249129217
HSL316°90.91%74.12%
HSB/HSV316°48.19%97.65%
CMYK0.00%48.19%12.85%
2.35%

Color #F981D9 in popluar number systems.

HEXF981D9
Decimal249129217
Binary111110011000000111011001
Octal371201331

Shades and tints

Shades of #F981D9

#F981D9
(249,129,217)
#E376C6
(227,118,198)
#CD6BB3
(205,107,179)
#B760A0
(183,96,160)
#A1558D
(161,85,141)
#8B4A7A
(139,74,122)
#753F67
(117,63,103)
#5F3454
(95,52,84)
#492941
(73,41,65)
#331E2E
(51,30,46)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #F981D9

#F981D9
(249,129,217)
#F98CDC
(249,140,220)
#F997DF
(249,151,223)
#F9A2E2
(249,162,226)
#F9ADE5
(249,173,229)
#F9B8E8
(249,184,232)
#F9C3EB
(249,195,235)
#F9CEEE
(249,206,238)
#F9D9F1
(249,217,241)
#F9E4F4
(249,228,244)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F981D9 color. Also use rgb(249,129,217) instead hex code.

Text Font Color

.myTextColor { color: #F981D9; }

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

This text font color is #F981D9.


Background Color

.myBgColor { background-color: #F981D9; }

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

This div background color is #F981D9.


Border color

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

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

This div border color is #F981D9.


Opacity

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

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

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

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

This text has shadow with #F981D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F981D9 on black background.


Color preview on white background

This text has color #F981D9 on white background.



Black color preview on #F981D9 background

This text has black color on #F981D9 background.


White color preview on #F981D9 background

This text has white color on #F981D9 background.