COLOR #F186BB

HEX: #F186BB RGB: (241,134,187)

Color info

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

RGB color model

#F186BB color RGB value is (241,134,187).

RGB: (241,134,187) (95%, 53%, 73%)

RGB channels and saturation

R 241 of 255 = 95%
G 134 of 255 = 53%
B 187 of 255 = 73%

241
134
187

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

Portions of RGB colors in percentages

R + G + B = 241 + 134 + 187 = 562 (100%)
R 241 of 562 ~ 42.88%
G 134 of 562 ~ 23.84%
B 187 of 562 ~ 33.27'%

%42.88
%23.84
%33.27

CMYK color model

#F186BB color CMYK value is (0,44,22,5).

  • cyan value is 0.00%
  • magenta value is 44.40%
  • yellow value is 22.41%
  • key color value is 5.49%

CMYK: (0,44,22,5)
C0M44Y22K5 (0%, 44%, 22%, 5%)
(0.00 / 0.44 / 0.22 / 0.05)

CMYK percentages

%0
%44.4
%22.41
%5.49

Codes

Color #F186BB in popluar color models

F1 86 BB
RGB 241 134 187
HSL 330° 79.26% 73.53%
HSB/HSV 330° 44.40% 94.51%
CMYK 0.00% 44.40% 22.41%
5.49%

Color #F186BB in popluar number systems.

HEX F1 86 BB
Decimal 241 134 187
Binary 11110001 10000110 10111011
Octal 361 206 273

Shades and tints

Shades of #F186BB

#F186BB
(241,134,187)
#DC7AAA
(220,122,170)
#C76E99
(199,110,153)
#B26288
(178,98,136)
#9D5677
(157,86,119)
#884A66
(136,74,102)
#733E55
(115,62,85)
#5E3244
(94,50,68)
#492633
(73,38,51)
#341A22
(52,26,34)
#1F0E11
(31,14,17)
#000000
(0,0,0)

Tints of #F186BB

#F186BB
(241,134,187)
#F291C1
(242,145,193)
#F39CC7
(243,156,199)
#F4A7CD
(244,167,205)
#F5B2D3
(245,178,211)
#F6BDD9
(246,189,217)
#F7C8DF
(247,200,223)
#F8D3E5
(248,211,229)
#F9DEEB
(249,222,235)
#FAE9F1
(250,233,241)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F186BB; }

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

This text font color is #F186BB.

Background Color

.myBgColor { background-color: #F186BB; }

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

This div background color is #F186BB.

Border color

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

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

This div border color is #F186BB.

Opacity

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

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

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

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

This text has shadow with #F186BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F186BB.

Preview

Color preview on black background

This text has color #F186BB on black background.


Color preview on white background

This text has color #F186BB on white background.


Black color preview on #F186BB background

This text has black color on #F186BB background.


White color preview on #F186BB background

This text has white color on #F186BB background.


Related colors

Complementary color

Complementary color for #hex is #0E7944.


I love getcolorcode.com

Triadic colors

1 #BBF186 and #86BBF1 with #F186BB are triadic colors.

2 #BB86F1 and #86F1BB with #F186BB are triadic colors.