COLOR #F19BBB

HEX: #F19BBB
RGB: (241,155,187)

Color info

#F19BBB contains mainly red and blue colors. Web safe color of #F19BBB is #FF99CC (or #F9C).

RGB color model

#F19BBB color RGB value is (241,155,187).

  • red value is 241;
  • green value is 155;
  • blue value is 187.
RGB:
(241,155,187)
(95%,61%,73%)

RGB channels and saturation

R 241 of 255 = 95%
G 155 of 255 = 61%
B 187 of 255 = 73%

241
155
187

R + G + B ~ 76%. #F19BBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 155 + 187 = 583 (100%)
R 241 of 583 ~ 41.34%
G 155 of 583 ~ 26.59%
B 187 of 583 ~ 32.08%

%41.34
%26.59
%32.08

CMYK color model

#F19BBB color CMYK value is (0,36,22,5).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(0,36,22,5)
C0M36Y22K5 
(0%,36%,22%,5%)
(0.00/0.36/0.22/0.05)	

CMYK percentages

%0
%35.68
%22.41
%5.49

Codes

Color #F19BBB in popluar color models

F19BBB
RGB241155187
HSL338°75.44%77.65%
HSB/HSV338°35.68%94.51%
CMYK0.00%35.68%22.41%
5.49%

Color #F19BBB in popluar number systems.

HEXF19BBB
Decimal241155187
Binary111100011001101110111011
Octal361233273

Shades and tints

Shades of #F19BBB

#F19BBB
(241,155,187)
#DC8DAA
(220,141,170)
#C77F99
(199,127,153)
#B27188
(178,113,136)
#9D6377
(157,99,119)
#885566
(136,85,102)
#734755
(115,71,85)
#5E3944
(94,57,68)
#492B33
(73,43,51)
#341D22
(52,29,34)
#1F0F11
(31,15,17)
#000000
(0,0,0)

Tints of #F19BBB

#F19BBB
(241,155,187)
#F2A4C1
(242,164,193)
#F3ADC7
(243,173,199)
#F4B6CD
(244,182,205)
#F5BFD3
(245,191,211)
#F6C8D9
(246,200,217)
#F7D1DF
(247,209,223)
#F8DAE5
(248,218,229)
#F9E3EB
(249,227,235)
#FAECF1
(250,236,241)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19BBB color. Also use rgb(241,155,187) instead hex code.

Text Font Color

.myTextColor { color: #F19BBB; }

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

This text font color is #F19BBB.


Background Color

.myBgColor { background-color: #F19BBB; }

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

This div background color is #F19BBB.


Border color

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

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

This div border color is #F19BBB.


Opacity

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

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

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

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

This text has shadow with #F19BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19BBB on black background.


Color preview on white background

This text has color #F19BBB on white background.



Black color preview on #F19BBB background

This text has black color on #F19BBB background.


White color preview on #F19BBB background

This text has white color on #F19BBB background.