COLOR #F91DBB

HEX: #F91DBB
RGB: (249,29,187)

Color info

#F91DBB contains mainly red color. Web safe color of #F91DBB is #FF33CC (or #F3C).

RGB color model

#F91DBB color RGB value is (249,29,187).

  • red value is 249;
  • green value is 29;
  • blue value is 187.
RGB:
(249,29,187)
(98%,11%,73%)

RGB channels and saturation

R 249 of 255 = 98%
G 29 of 255 = 11%
B 187 of 255 = 73%

249
29
187

R + G + B ~ 61%. #F91DBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 29 + 187 = 465 (100%)
R 249 of 465 ~ 53.55%
G 29 of 465 ~ 6.24%
B 187 of 465 ~ 40.22%

%53.55
%40.22

CMYK color model

#F91DBB color CMYK value is (0,88,25,2).

  • cyan value is 0.00%
  • magenta value is 88.35%
  • yellow value is 24.90%
  • key color value is 2.35%
CMYK:
(0,88,25,2)
C0M88Y25K2 
(0%,88%,25%,2%)
(0.00/0.88/0.25/0.02)	

CMYK percentages

%0
%88.35
%24.9
%2.35

Codes

Color #F91DBB in popluar color models

F91DBB
RGB24929187
HSL317°94.83%54.51%
HSB/HSV317°88.35%97.65%
CMYK0.00%88.35%24.90%
2.35%

Color #F91DBB in popluar number systems.

HEXF91DBB
Decimal24929187
Binary111110011110110111011
Octal37135273

Shades and tints

Shades of #F91DBB

#F91DBB
(249,29,187)
#E31BAA
(227,27,170)
#CD1999
(205,25,153)
#B71788
(183,23,136)
#A11577
(161,21,119)
#8B1366
(139,19,102)
#751155
(117,17,85)
#5F0F44
(95,15,68)
#490D33
(73,13,51)
#330B22
(51,11,34)
#1D0911
(29,9,17)
#000000
(0,0,0)

Tints of #F91DBB

#F91DBB
(249,29,187)
#F931C1
(249,49,193)
#F945C7
(249,69,199)
#F959CD
(249,89,205)
#F96DD3
(249,109,211)
#F981D9
(249,129,217)
#F995DF
(249,149,223)
#F9A9E5
(249,169,229)
#F9BDEB
(249,189,235)
#F9D1F1
(249,209,241)
#F9E5F7
(249,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F91DBB color. Also use rgb(249,29,187) instead hex code.

Text Font Color

.myTextColor { color: #F91DBB; }

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

This text font color is #F91DBB.


Background Color

.myBgColor { background-color: #F91DBB; }

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

This div background color is #F91DBB.


Border color

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

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

This div border color is #F91DBB.


Opacity

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

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

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

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

This text has shadow with #F91DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F91DBB on black background.


Color preview on white background

This text has color #F91DBB on white background.



Black color preview on #F91DBB background

This text has black color on #F91DBB background.


White color preview on #F91DBB background

This text has white color on #F91DBB background.