COLOR #F186AB

HEX: #F186AB
RGB: (241,134,171)

Color info

#F186AB contains mainly red color. Web safe color of #F186AB is #FF9999 (or #F99).

RGB color model

#F186AB color RGB value is (241,134,171).

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

RGB channels and saturation

R 241 of 255 = 95%
G 134 of 255 = 53%
B 171 of 255 = 67%

241
134
171

R + G + B ~ 72%. #F186AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 134 + 171 = 546 (100%)
R 241 of 546 ~ 44.14%
G 134 of 546 ~ 24.54%
B 171 of 546 ~ 31.32%

%44.14
%24.54
%31.32

CMYK color model

#F186AB color CMYK value is (0,44,29,5).

  • cyan value is 0.00%
  • magenta value is 44.40%
  • yellow value is 29.05%
  • key color value is 5.49%
CMYK:
(0,44,29,5)
C0M44Y29K5 
(0%,44%,29%,5%)
(0.00/0.44/0.29/0.05)	

CMYK percentages

%0
%44.4
%29.05
%5.49

Codes

Color #F186AB in popluar color models

F186AB
RGB241134171
HSL339°79.26%73.53%
HSB/HSV339°44.40%94.51%
CMYK0.00%44.40%29.05%
5.49%

Color #F186AB in popluar number systems.

HEXF186AB
Decimal241134171
Binary111100011000011010101011
Octal361206253

Shades and tints

Shades of #F186AB

#F186AB
(241,134,171)
#DC7A9C
(220,122,156)
#C76E8D
(199,110,141)
#B2627E
(178,98,126)
#9D566F
(157,86,111)
#884A60
(136,74,96)
#733E51
(115,62,81)
#5E3242
(94,50,66)
#492633
(73,38,51)
#341A24
(52,26,36)
#1F0E15
(31,14,21)
#000000
(0,0,0)

Tints of #F186AB

#F186AB
(241,134,171)
#F291B2
(242,145,178)
#F39CB9
(243,156,185)
#F4A7C0
(244,167,192)
#F5B2C7
(245,178,199)
#F6BDCE
(246,189,206)
#F7C8D5
(247,200,213)
#F8D3DC
(248,211,220)
#F9DEE3
(249,222,227)
#FAE9EA
(250,233,234)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F186AB; }

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

This text font color is #F186AB.


Background Color

.myBgColor { background-color: #F186AB; }

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

This div background color is #F186AB.


Border color

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

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

This div border color is #F186AB.


Opacity

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

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

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

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

This text has shadow with #F186AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F186AB on black background.


Color preview on white background

This text has color #F186AB on white background.



Black color preview on #F186AB background

This text has black color on #F186AB background.


White color preview on #F186AB background

This text has white color on #F186AB background.