COLOR #F996CF

HEX: #F996CF
RGB: (249,150,207)

Color info

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

RGB color model

#F996CF color RGB value is (249,150,207).

  • red value is 249;
  • green value is 150;
  • blue value is 207.
RGB:
(249,150,207)
(98%,59%,81%)

RGB channels and saturation

R 249 of 255 = 98%
G 150 of 255 = 59%
B 207 of 255 = 81%

249
150
207

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

Portions of RGB colors in percentages

R + G + B =
249 + 150 + 207 = 606 (100%)
R 249 of 606 ~ 41.09%
G 150 of 606 ~ 24.75%
B 207 of 606 ~ 34.16%

%41.09
%24.75
%34.16

CMYK color model

#F996CF color CMYK value is (0,40,17,2).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(0,40,17,2)
C0M40Y17K2 
(0%,40%,17%,2%)
(0.00/0.40/0.17/0.02)	

CMYK percentages

%0
%39.76
%16.87
%2.35

Codes

Color #F996CF in popluar color models

F996CF
RGB249150207
HSL325°89.19%78.24%
HSB/HSV325°39.76%97.65%
CMYK0.00%39.76%16.87%
2.35%

Color #F996CF in popluar number systems.

HEXF996CF
Decimal249150207
Binary111110011001011011001111
Octal371226317

Shades and tints

Shades of #F996CF

#F996CF
(249,150,207)
#E389BD
(227,137,189)
#CD7CAB
(205,124,171)
#B76F99
(183,111,153)
#A16287
(161,98,135)
#8B5575
(139,85,117)
#754863
(117,72,99)
#5F3B51
(95,59,81)
#492E3F
(73,46,63)
#33212D
(51,33,45)
#1D141B
(29,20,27)
#000000
(0,0,0)

Tints of #F996CF

#F996CF
(249,150,207)
#F99FD3
(249,159,211)
#F9A8D7
(249,168,215)
#F9B1DB
(249,177,219)
#F9BADF
(249,186,223)
#F9C3E3
(249,195,227)
#F9CCE7
(249,204,231)
#F9D5EB
(249,213,235)
#F9DEEF
(249,222,239)
#F9E7F3
(249,231,243)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F996CF color. Also use rgb(249,150,207) instead hex code.

Text Font Color

.myTextColor { color: #F996CF; }

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

This text font color is #F996CF.


Background Color

.myBgColor { background-color: #F996CF; }

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

This div background color is #F996CF.


Border color

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

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

This div border color is #F996CF.


Opacity

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

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

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

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

This text has shadow with #F996CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F996CF on black background.


Color preview on white background

This text has color #F996CF on white background.



Black color preview on #F996CF background

This text has black color on #F996CF background.


White color preview on #F996CF background

This text has white color on #F996CF background.