COLOR #F984C9

HEX: #F984C9
RGB: (249,132,201)

Color info

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

RGB color model

#F984C9 color RGB value is (249,132,201).

  • red value is 249;
  • green value is 132;
  • blue value is 201.
RGB:
(249,132,201)
(98%,52%,79%)

RGB channels and saturation

R 249 of 255 = 98%
G 132 of 255 = 52%
B 201 of 255 = 79%

249
132
201

R + G + B ~ 76%. #F984C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 132 + 201 = 582 (100%)
R 249 of 582 ~ 42.78%
G 132 of 582 ~ 22.68%
B 201 of 582 ~ 34.54%

%42.78
%22.68
%34.54

CMYK color model

#F984C9 color CMYK value is (0,47,19,2).

  • cyan value is 0.00%
  • magenta value is 46.99%
  • yellow value is 19.28%
  • key color value is 2.35%
CMYK:
(0,47,19,2)
C0M47Y19K2 
(0%,47%,19%,2%)
(0.00/0.47/0.19/0.02)	

CMYK percentages

%0
%46.99
%19.28
%2.35

Codes

Color #F984C9 in popluar color models

F984C9
RGB249132201
HSL325°90.70%74.71%
HSB/HSV325°46.99%97.65%
CMYK0.00%46.99%19.28%
2.35%

Color #F984C9 in popluar number systems.

HEXF984C9
Decimal249132201
Binary111110011000010011001001
Octal371204311

Shades and tints

Shades of #F984C9

#F984C9
(249,132,201)
#E378B7
(227,120,183)
#CD6CA5
(205,108,165)
#B76093
(183,96,147)
#A15481
(161,84,129)
#8B486F
(139,72,111)
#753C5D
(117,60,93)
#5F304B
(95,48,75)
#492439
(73,36,57)
#331827
(51,24,39)
#1D0C15
(29,12,21)
#000000
(0,0,0)

Tints of #F984C9

#F984C9
(249,132,201)
#F98FCD
(249,143,205)
#F99AD1
(249,154,209)
#F9A5D5
(249,165,213)
#F9B0D9
(249,176,217)
#F9BBDD
(249,187,221)
#F9C6E1
(249,198,225)
#F9D1E5
(249,209,229)
#F9DCE9
(249,220,233)
#F9E7ED
(249,231,237)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F984C9 color. Also use rgb(249,132,201) instead hex code.

Text Font Color

.myTextColor { color: #F984C9; }

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

This text font color is #F984C9.


Background Color

.myBgColor { background-color: #F984C9; }

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

This div background color is #F984C9.


Border color

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

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

This div border color is #F984C9.


Opacity

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

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

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

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

This text has shadow with #F984C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F984C9 on black background.


Color preview on white background

This text has color #F984C9 on white background.



Black color preview on #F984C9 background

This text has black color on #F984C9 background.


White color preview on #F984C9 background

This text has white color on #F984C9 background.