COLOR #F16BDB

HEX: #F16BDB
RGB: (241,107,219)

Color info

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

RGB color model

#F16BDB color RGB value is (241,107,219).

  • red value is 241;
  • green value is 107;
  • blue value is 219.
RGB:
(241,107,219)
(95%,42%,86%)

RGB channels and saturation

R 241 of 255 = 95%
G 107 of 255 = 42%
B 219 of 255 = 86%

241
107
219

R + G + B ~ 74%. #F16BDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 107 + 219 = 567 (100%)
R 241 of 567 ~ 42.5%
G 107 of 567 ~ 18.87%
B 219 of 567 ~ 38.62%

%42.5
%18.87
%38.62

CMYK color model

#F16BDB color CMYK value is (0,56,9,5).

  • cyan value is 0.00%
  • magenta value is 55.60%
  • yellow value is 9.13%
  • key color value is 5.49%
CMYK:
(0,56,9,5)
C0M56Y9K5 
(0%,56%,9%,5%)
(0.00/0.56/0.09/0.05)	

CMYK percentages

%0
%55.6
%9.13
%5.49

Codes

Color #F16BDB in popluar color models

F16BDB
RGB241107219
HSL310°82.72%68.24%
HSB/HSV310°55.60%94.51%
CMYK0.00%55.60%9.13%
5.49%

Color #F16BDB in popluar number systems.

HEXF16BDB
Decimal241107219
Binary11110001110101111011011
Octal361153333

Shades and tints

Shades of #F16BDB

#F16BDB
(241,107,219)
#DC62C8
(220,98,200)
#C759B5
(199,89,181)
#B250A2
(178,80,162)
#9D478F
(157,71,143)
#883E7C
(136,62,124)
#733569
(115,53,105)
#5E2C56
(94,44,86)
#492343
(73,35,67)
#341A30
(52,26,48)
#1F111D
(31,17,29)
#000000
(0,0,0)

Tints of #F16BDB

#F16BDB
(241,107,219)
#F278DE
(242,120,222)
#F385E1
(243,133,225)
#F492E4
(244,146,228)
#F59FE7
(245,159,231)
#F6ACEA
(246,172,234)
#F7B9ED
(247,185,237)
#F8C6F0
(248,198,240)
#F9D3F3
(249,211,243)
#FAE0F6
(250,224,246)
#FBEDF9
(251,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F16BDB color. Also use rgb(241,107,219) instead hex code.

Text Font Color

.myTextColor { color: #F16BDB; }

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

This text font color is #F16BDB.


Background Color

.myBgColor { background-color: #F16BDB; }

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

This div background color is #F16BDB.


Border color

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

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

This div border color is #F16BDB.


Opacity

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

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

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

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

This text has shadow with #F16BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F16BDB on black background.


Color preview on white background

This text has color #F16BDB on white background.



Black color preview on #F16BDB background

This text has black color on #F16BDB background.


White color preview on #F16BDB background

This text has white color on #F16BDB background.