COLOR #F996EF

HEX: #F996EF RGB: (249,150,239)

Color info

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

RGB color model

#F996EF color RGB value is (249,150,239).

RGB: (249,150,239) (98%, 59%, 94%)

RGB channels and saturation

R 249 of 255 = 98%
G 150 of 255 = 59%
B 239 of 255 = 94%

249
150
239

R + G + B ~ 84%. #F996EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 150 + 239 = 638 (100%)
R 249 of 638 ~ 39.03%
G 150 of 638 ~ 23.51%
B 239 of 638 ~ 37.46'%

%39.03
%23.51
%37.46

CMYK color model

#F996EF color CMYK value is (0,40,4,2).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 4.02%
  • key color value is 2.35%

CMYK: (0,40,4,2)
C0M40Y4K2 (0%, 40%, 4%, 2%)
(0.00 / 0.40 / 0.04 / 0.02)

CMYK percentages

%0
%39.76
%4.02
%2.35

Codes

Color #F996EF in popluar color models

F9 96 EF
RGB 249 150 239
HSL 306° 89.19% 78.24%
HSB/HSV 306° 39.76% 97.65%
CMYK 0.00% 39.76% 4.02%
2.35%

Color #F996EF in popluar number systems.

HEX F9 96 EF
Decimal 249 150 239
Binary 11111001 10010110 11101111
Octal 371 226 357

Shades and tints

Shades of #F996EF

#F996EF
(249,150,239)
#E389DA
(227,137,218)
#CD7CC5
(205,124,197)
#B76FB0
(183,111,176)
#A1629B
(161,98,155)
#8B5586
(139,85,134)
#754871
(117,72,113)
#5F3B5C
(95,59,92)
#492E47
(73,46,71)
#332132
(51,33,50)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #F996EF

#F996EF
(249,150,239)
#F99FF0
(249,159,240)
#F9A8F1
(249,168,241)
#F9B1F2
(249,177,242)
#F9BAF3
(249,186,243)
#F9C3F4
(249,195,244)
#F9CCF5
(249,204,245)
#F9D5F6
(249,213,246)
#F9DEF7
(249,222,247)
#F9E7F8
(249,231,248)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F996EF; }

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

This text font color is #F996EF.

Background Color

.myBgColor { background-color: #F996EF; }

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

This div background color is #F996EF.

Border color

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

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

This div border color is #F996EF.

Opacity

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

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

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

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

This text has shadow with #F996EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F996EF.

Preview

Color preview on black background

This text has color #F996EF on black background.


Color preview on white background

This text has color #F996EF on white background.


Black color preview on #F996EF background

This text has black color on #F996EF background.


White color preview on #F996EF background

This text has white color on #F996EF background.


Related colors

Complementary color

Complementary color for #hex is #066910.


I love getcolorcode.com

Triadic colors

1 #EFF996 and #96EFF9 with #F996EF are triadic colors.

2 #EF96F9 and #96F9EF with #F996EF are triadic colors.