COLOR #F18BA7

HEX: #F18BA7 RGB: (241,139,167)

Color info

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

RGB color model

#F18BA7 color RGB value is (241,139,167).

RGB: (241,139,167) (95%, 55%, 65%)

RGB channels and saturation

R 241 of 255 = 95%
G 139 of 255 = 55%
B 167 of 255 = 65%

241
139
167

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

Portions of RGB colors in percentages

R + G + B = 241 + 139 + 167 = 547 (100%)
R 241 of 547 ~ 44.06%
G 139 of 547 ~ 25.41%
B 167 of 547 ~ 30.53'%

%44.06
%25.41
%30.53

CMYK color model

#F18BA7 color CMYK value is (0,42,31,5).

  • cyan value is 0.00%
  • magenta value is 42.32%
  • yellow value is 30.71%
  • key color value is 5.49%
CMYK: (0,42,31,5) C0M42Y31K5 (0%,42%,31%,5%) (0.00/0.42/0.31/0.05) 

CMYK percentages

%0
%42.32
%30.71
%5.49

Codes

Color #F18BA7 in popluar color models

F1 8B A7
RGB 241 139 167
HSL 344° 78.46% 74.51%
HSB/HSV 344° 42.32% 94.51%
CMYK 0.00% 42.32% 30.71%
5.49%

Color #F18BA7 in popluar number systems.

HEX F1 8B A7
Decimal 241 139 167
Binary 11110001 10001011 10100111
Octal 361 213 247

Shades and tints

Shades of #F18BA7

#F18BA7
(241,139,167)
#DC7F98
(220,127,152)
#C77389
(199,115,137)
#B2677A
(178,103,122)
#9D5B6B
(157,91,107)
#884F5C
(136,79,92)
#73434D
(115,67,77)
#5E373E
(94,55,62)
#492B2F
(73,43,47)
#341F20
(52,31,32)
#1F1311
(31,19,17)
#000000
(0,0,0)

Tints of #F18BA7

#F18BA7
(241,139,167)
#F295AF
(242,149,175)
#F39FB7
(243,159,183)
#F4A9BF
(244,169,191)
#F5B3C7
(245,179,199)
#F6BDCF
(246,189,207)
#F7C7D7
(247,199,215)
#F8D1DF
(248,209,223)
#F9DBE7
(249,219,231)
#FAE5EF
(250,229,239)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18BA7 color. Also use rgb(241,139,167) instead hex code.

Text Font Color

.myTextColor { color: #F18BA7; }

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

This text font color is #F18BA7.

Background Color

.myBgColor { background-color: #F18BA7; }

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

This div background color is #F18BA7.

Border color

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

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

This div border color is #F18BA7.

Opacity

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

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

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

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

This text has shadow with #F18BA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F18BA7.

Preview

Color preview on black background

This text has color #F18BA7 on black background.


Color preview on white background

This text has color #F18BA7 on white background.


Black color preview on #F18BA7 background

This text has black color on #F18BA7 background.


White color preview on #F18BA7 background

This text has white color on #F18BA7 background.


Related colors

Complementary color

Complementary color for #hex is #0E7458.


I love getcolorcode.com

Triadic colors

1 #A7F18B and #8BA7F1 with #F18BA7 are triadic colors.

2 #A78BF1 and #8BF1A7 with #F18BA7 are triadic colors.