COLOR #F96BB7

HEX: #F96BB7
RGB: (249,107,183)

Color info

#F96BB7 contains mainly red color. Web safe color of #F96BB7 is #FF66CC (or #F6C).

RGB color model

#F96BB7 color RGB value is (249,107,183).

  • red value is 249;
  • green value is 107;
  • blue value is 183.
RGB:
(249,107,183)
(98%,42%,72%)

RGB channels and saturation

R 249 of 255 = 98%
G 107 of 255 = 42%
B 183 of 255 = 72%

249
107
183

R + G + B ~ 71%. #F96BB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 107 + 183 = 539 (100%)
R 249 of 539 ~ 46.2%
G 107 of 539 ~ 19.85%
B 183 of 539 ~ 33.95%

%46.2
%19.85
%33.95

CMYK color model

#F96BB7 color CMYK value is (0,57,27,2).

  • cyan value is 0.00%
  • magenta value is 57.03%
  • yellow value is 26.51%
  • key color value is 2.35%
CMYK:
(0,57,27,2)
C0M57Y27K2 
(0%,57%,27%,2%)
(0.00/0.57/0.27/0.02)	

CMYK percentages

%0
%57.03
%26.51
%2.35

Codes

Color #F96BB7 in popluar color models

F96BB7
RGB249107183
HSL328°92.21%69.80%
HSB/HSV328°57.03%97.65%
CMYK0.00%57.03%26.51%
2.35%

Color #F96BB7 in popluar number systems.

HEXF96BB7
Decimal249107183
Binary11111001110101110110111
Octal371153267

Shades and tints

Shades of #F96BB7

#F96BB7
(249,107,183)
#E362A7
(227,98,167)
#CD5997
(205,89,151)
#B75087
(183,80,135)
#A14777
(161,71,119)
#8B3E67
(139,62,103)
#753557
(117,53,87)
#5F2C47
(95,44,71)
#492337
(73,35,55)
#331A27
(51,26,39)
#1D1117
(29,17,23)
#000000
(0,0,0)

Tints of #F96BB7

#F96BB7
(249,107,183)
#F978BD
(249,120,189)
#F985C3
(249,133,195)
#F992C9
(249,146,201)
#F99FCF
(249,159,207)
#F9ACD5
(249,172,213)
#F9B9DB
(249,185,219)
#F9C6E1
(249,198,225)
#F9D3E7
(249,211,231)
#F9E0ED
(249,224,237)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96BB7 color. Also use rgb(249,107,183) instead hex code.

Text Font Color

.myTextColor { color: #F96BB7; }

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

This text font color is #F96BB7.


Background Color

.myBgColor { background-color: #F96BB7; }

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

This div background color is #F96BB7.


Border color

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

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

This div border color is #F96BB7.


Opacity

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

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

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

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

This text has shadow with #F96BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F96BB7 on black background.


Color preview on white background

This text has color #F96BB7 on white background.



Black color preview on #F96BB7 background

This text has black color on #F96BB7 background.


White color preview on #F96BB7 background

This text has white color on #F96BB7 background.