COLOR #F186AF

HEX: #F186AF
RGB: (241,134,175)

Color info

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

RGB color model

#F186AF color RGB value is (241,134,175).

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

RGB channels and saturation

R 241 of 255 = 95%
G 134 of 255 = 53%
B 175 of 255 = 69%

241
134
175

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

Portions of RGB colors in percentages

R + G + B =
241 + 134 + 175 = 550 (100%)
R 241 of 550 ~ 43.82%
G 134 of 550 ~ 24.36%
B 175 of 550 ~ 31.82%

%43.82
%24.36
%31.82

CMYK color model

#F186AF color CMYK value is (0,44,27,5).

  • cyan value is 0.00%
  • magenta value is 44.40%
  • yellow value is 27.39%
  • key color value is 5.49%
CMYK:
(0,44,27,5)
C0M44Y27K5 
(0%,44%,27%,5%)
(0.00/0.44/0.27/0.05)	

CMYK percentages

%0
%44.4
%27.39
%5.49

Codes

Color #F186AF in popluar color models

F186AF
RGB241134175
HSL337°79.26%73.53%
HSB/HSV337°44.40%94.51%
CMYK0.00%44.40%27.39%
5.49%

Color #F186AF in popluar number systems.

HEXF186AF
Decimal241134175
Binary111100011000011010101111
Octal361206257

Shades and tints

Shades of #F186AF

#F186AF
(241,134,175)
#DC7AA0
(220,122,160)
#C76E91
(199,110,145)
#B26282
(178,98,130)
#9D5673
(157,86,115)
#884A64
(136,74,100)
#733E55
(115,62,85)
#5E3246
(94,50,70)
#492637
(73,38,55)
#341A28
(52,26,40)
#1F0E19
(31,14,25)
#000000
(0,0,0)

Tints of #F186AF

#F186AF
(241,134,175)
#F291B6
(242,145,182)
#F39CBD
(243,156,189)
#F4A7C4
(244,167,196)
#F5B2CB
(245,178,203)
#F6BDD2
(246,189,210)
#F7C8D9
(247,200,217)
#F8D3E0
(248,211,224)
#F9DEE7
(249,222,231)
#FAE9EE
(250,233,238)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F186AF; }

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

This text font color is #F186AF.


Background Color

.myBgColor { background-color: #F186AF; }

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

This div background color is #F186AF.


Border color

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

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

This div border color is #F186AF.


Opacity

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

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

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

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

This text has shadow with #F186AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F186AF on black background.


Color preview on white background

This text has color #F186AF on white background.



Black color preview on #F186AF background

This text has black color on #F186AF background.


White color preview on #F186AF background

This text has white color on #F186AF background.