COLOR #F18BB7

HEX: #F18BB7
RGB: (241,139,183)

Color info

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

RGB color model

#F18BB7 color RGB value is (241,139,183).

  • red value is 241;
  • green value is 139;
  • blue value is 183.
RGB:
(241,139,183)
(95%,55%,72%)

RGB channels and saturation

R 241 of 255 = 95%
G 139 of 255 = 55%
B 183 of 255 = 72%

241
139
183

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

Portions of RGB colors in percentages

R + G + B =
241 + 139 + 183 = 563 (100%)
R 241 of 563 ~ 42.81%
G 139 of 563 ~ 24.69%
B 183 of 563 ~ 32.5%

%42.81
%24.69
%32.5

CMYK color model

#F18BB7 color CMYK value is (0,42,24,5).

  • cyan value is 0.00%
  • magenta value is 42.32%
  • yellow value is 24.07%
  • key color value is 5.49%
CMYK:
(0,42,24,5)
C0M42Y24K5 
(0%,42%,24%,5%)
(0.00/0.42/0.24/0.05)	

CMYK percentages

%0
%42.32
%24.07
%5.49

Codes

Color #F18BB7 in popluar color models

F18BB7
RGB241139183
HSL334°78.46%74.51%
HSB/HSV334°42.32%94.51%
CMYK0.00%42.32%24.07%
5.49%

Color #F18BB7 in popluar number systems.

HEXF18BB7
Decimal241139183
Binary111100011000101110110111
Octal361213267

Shades and tints

Shades of #F18BB7

#F18BB7
(241,139,183)
#DC7FA7
(220,127,167)
#C77397
(199,115,151)
#B26787
(178,103,135)
#9D5B77
(157,91,119)
#884F67
(136,79,103)
#734357
(115,67,87)
#5E3747
(94,55,71)
#492B37
(73,43,55)
#341F27
(52,31,39)
#1F1317
(31,19,23)
#000000
(0,0,0)

Tints of #F18BB7

#F18BB7
(241,139,183)
#F295BD
(242,149,189)
#F39FC3
(243,159,195)
#F4A9C9
(244,169,201)
#F5B3CF
(245,179,207)
#F6BDD5
(246,189,213)
#F7C7DB
(247,199,219)
#F8D1E1
(248,209,225)
#F9DBE7
(249,219,231)
#FAE5ED
(250,229,237)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F18BB7; }

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

This text font color is #F18BB7.


Background Color

.myBgColor { background-color: #F18BB7; }

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

This div background color is #F18BB7.


Border color

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

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

This div border color is #F18BB7.


Opacity

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

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

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

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

This text has shadow with #F18BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18BB7 on black background.


Color preview on white background

This text has color #F18BB7 on white background.



Black color preview on #F18BB7 background

This text has black color on #F18BB7 background.


White color preview on #F18BB7 background

This text has white color on #F18BB7 background.