COLOR #F96DD3

HEX: #F96DD3
RGB: (249,109,211)

Color info

#F96DD3 contains mainly red and blue colors. Web safe color of #F96DD3 is #FF66CC (or #F6C).

RGB color model

#F96DD3 color RGB value is (249,109,211).

  • red value is 249;
  • green value is 109;
  • blue value is 211.
RGB:
(249,109,211)
(98%,43%,83%)

RGB channels and saturation

R 249 of 255 = 98%
G 109 of 255 = 43%
B 211 of 255 = 83%

249
109
211

R + G + B ~ 75%. #F96DD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 109 + 211 = 569 (100%)
R 249 of 569 ~ 43.76%
G 109 of 569 ~ 19.16%
B 211 of 569 ~ 37.08%

%43.76
%19.16
%37.08

CMYK color model

#F96DD3 color CMYK value is (0,56,15,2).

  • cyan value is 0.00%
  • magenta value is 56.22%
  • yellow value is 15.26%
  • key color value is 2.35%
CMYK:
(0,56,15,2)
C0M56Y15K2 
(0%,56%,15%,2%)
(0.00/0.56/0.15/0.02)	

CMYK percentages

%0
%56.22
%15.26
%2.35

Codes

Color #F96DD3 in popluar color models

F96DD3
RGB249109211
HSL316°92.11%70.20%
HSB/HSV316°56.22%97.65%
CMYK0.00%56.22%15.26%
2.35%

Color #F96DD3 in popluar number systems.

HEXF96DD3
Decimal249109211
Binary11111001110110111010011
Octal371155323

Shades and tints

Shades of #F96DD3

#F96DD3
(249,109,211)
#E364C0
(227,100,192)
#CD5BAD
(205,91,173)
#B7529A
(183,82,154)
#A14987
(161,73,135)
#8B4074
(139,64,116)
#753761
(117,55,97)
#5F2E4E
(95,46,78)
#49253B
(73,37,59)
#331C28
(51,28,40)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #F96DD3

#F96DD3
(249,109,211)
#F97AD7
(249,122,215)
#F987DB
(249,135,219)
#F994DF
(249,148,223)
#F9A1E3
(249,161,227)
#F9AEE7
(249,174,231)
#F9BBEB
(249,187,235)
#F9C8EF
(249,200,239)
#F9D5F3
(249,213,243)
#F9E2F7
(249,226,247)
#F9EFFB
(249,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96DD3 color. Also use rgb(249,109,211) instead hex code.

Text Font Color

.myTextColor { color: #F96DD3; }

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

This text font color is #F96DD3.


Background Color

.myBgColor { background-color: #F96DD3; }

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

This div background color is #F96DD3.


Border color

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

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

This div border color is #F96DD3.


Opacity

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

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

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

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

This text has shadow with #F96DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F96DD3 on black background.


Color preview on white background

This text has color #F96DD3 on white background.



Black color preview on #F96DD3 background

This text has black color on #F96DD3 background.


White color preview on #F96DD3 background

This text has white color on #F96DD3 background.