COLOR #F996FF

HEX: #F996FF
RGB: (249,150,255)

Color info

#F996FF contains mainly red and blue colors. Web safe color of #F996FF is #FF99FF (or #F9F).

RGB color model

#F996FF color RGB value is (249,150,255).

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

RGB channels and saturation

R 249 of 255 = 98%
G 150 of 255 = 59%
B 255 of 255 = 100%

249
150
255

R + G + B ~ 86%. #F996FF is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 150 + 255 = 654 (100%)
R 249 of 654 ~ 38.07%
G 150 of 654 ~ 22.94%
B 255 of 654 ~ 38.99%

%38.07
%22.94
%38.99

CMYK color model

#F996FF color CMYK value is (2,41,0,0).

  • cyan value is 2.35%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(2,41,0,0)
C2M41Y0K0 
(2%,41%,0%,0%)
(0.02/0.41/0.00/0.00)	

CMYK percentages

%2.35
%41.18
%0
%0

Codes

Color #F996FF in popluar color models

F996FF
RGB249150255
HSL297°100.00%79.41%
HSB/HSV297°41.18%100.00%
CMYK2.35%41.18%0.00%
0.00%

Color #F996FF in popluar number systems.

HEXF996FF
Decimal249150255
Binary111110011001011011111111
Octal371226377

Shades and tints

Shades of #F996FF

#F996FF
(249,150,255)
#E389E8
(227,137,232)
#CD7CD1
(205,124,209)
#B76FBA
(183,111,186)
#A162A3
(161,98,163)
#8B558C
(139,85,140)
#754875
(117,72,117)
#5F3B5E
(95,59,94)
#492E47
(73,46,71)
#332130
(51,33,48)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #F996FF

#F996FF
(249,150,255)
#F99FFF
(249,159,255)
#F9A8FF
(249,168,255)
#F9B1FF
(249,177,255)
#F9BAFF
(249,186,255)
#F9C3FF
(249,195,255)
#F9CCFF
(249,204,255)
#F9D5FF
(249,213,255)
#F9DEFF
(249,222,255)
#F9E7FF
(249,231,255)
#F9F0FF
(249,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F996FF; }

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

This text font color is #F996FF.


Background Color

.myBgColor { background-color: #F996FF; }

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

This div background color is #F996FF.


Border color

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

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

This div border color is #F996FF.


Opacity

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

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

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

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

This text has shadow with #F996FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F996FF on black background.


Color preview on white background

This text has color #F996FF on white background.



Black color preview on #F996FF background

This text has black color on #F996FF background.


White color preview on #F996FF background

This text has white color on #F996FF background.