COLOR #F186BA

HEX: #F186BA
RGB: (241,134,186)

Color info

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

RGB color model

#F186BA color RGB value is (241,134,186).

  • red value is 241;
  • green value is 134;
  • blue value is 186.
RGB:
(241,134,186)
(95%,53%,73%)

RGB channels and saturation

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

241
134
186

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

Portions of RGB colors in percentages

R + G + B =
241 + 134 + 186 = 561 (100%)
R 241 of 561 ~ 42.96%
G 134 of 561 ~ 23.89%
B 186 of 561 ~ 33.16%

%42.96
%23.89
%33.16

CMYK color model

#F186BA color CMYK value is (0,44,23,5).

  • cyan value is 0.00%
  • magenta value is 44.40%
  • yellow value is 22.82%
  • key color value is 5.49%
CMYK:
(0,44,23,5)
C0M44Y23K5 
(0%,44%,23%,5%)
(0.00/0.44/0.23/0.05)	

CMYK percentages

%0
%44.4
%22.82
%5.49

Codes

Color #F186BA in popluar color models

F186BA
RGB241134186
HSL331°79.26%73.53%
HSB/HSV331°44.40%94.51%
CMYK0.00%44.40%22.82%
5.49%

Color #F186BA in popluar number systems.

HEXF186BA
Decimal241134186
Binary111100011000011010111010
Octal361206272

Shades and tints

Shades of #F186BA

#F186BA
(241,134,186)
#DC7AAA
(220,122,170)
#C76E9A
(199,110,154)
#B2628A
(178,98,138)
#9D567A
(157,86,122)
#884A6A
(136,74,106)
#733E5A
(115,62,90)
#5E324A
(94,50,74)
#49263A
(73,38,58)
#341A2A
(52,26,42)
#1F0E1A
(31,14,26)
#000000
(0,0,0)

Tints of #F186BA

#F186BA
(241,134,186)
#F291C0
(242,145,192)
#F39CC6
(243,156,198)
#F4A7CC
(244,167,204)
#F5B2D2
(245,178,210)
#F6BDD8
(246,189,216)
#F7C8DE
(247,200,222)
#F8D3E4
(248,211,228)
#F9DEEA
(249,222,234)
#FAE9F0
(250,233,240)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F186BA; }

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

This text font color is #F186BA.


Background Color

.myBgColor { background-color: #F186BA; }

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

This div background color is #F186BA.


Border color

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

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

This div border color is #F186BA.


Opacity

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

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

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

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

This text has shadow with #F186BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F186BA on black background.


Color preview on white background

This text has color #F186BA on white background.



Black color preview on #F186BA background

This text has black color on #F186BA background.


White color preview on #F186BA background

This text has white color on #F186BA background.