COLOR #F18AB9

HEX: #F18AB9
RGB: (241,138,185)

Color info

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

RGB color model

#F18AB9 color RGB value is (241,138,185).

  • red value is 241;
  • green value is 138;
  • blue value is 185.
RGB:
(241,138,185)
(95%,54%,73%)

RGB channels and saturation

R 241 of 255 = 95%
G 138 of 255 = 54%
B 185 of 255 = 73%

241
138
185

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

Portions of RGB colors in percentages

R + G + B =
241 + 138 + 185 = 564 (100%)
R 241 of 564 ~ 42.73%
G 138 of 564 ~ 24.47%
B 185 of 564 ~ 32.8%

%42.73
%24.47
%32.8

CMYK color model

#F18AB9 color CMYK value is (0,43,23,5).

  • cyan value is 0.00%
  • magenta value is 42.74%
  • yellow value is 23.24%
  • key color value is 5.49%
CMYK:
(0,43,23,5)
C0M43Y23K5 
(0%,43%,23%,5%)
(0.00/0.43/0.23/0.05)	

CMYK percentages

%0
%42.74
%23.24
%5.49

Codes

Color #F18AB9 in popluar color models

F18AB9
RGB241138185
HSL333°78.63%74.31%
HSB/HSV333°42.74%94.51%
CMYK0.00%42.74%23.24%
5.49%

Color #F18AB9 in popluar number systems.

HEXF18AB9
Decimal241138185
Binary111100011000101010111001
Octal361212271

Shades and tints

Shades of #F18AB9

#F18AB9
(241,138,185)
#DC7EA9
(220,126,169)
#C77299
(199,114,153)
#B26689
(178,102,137)
#9D5A79
(157,90,121)
#884E69
(136,78,105)
#734259
(115,66,89)
#5E3649
(94,54,73)
#492A39
(73,42,57)
#341E29
(52,30,41)
#1F1219
(31,18,25)
#000000
(0,0,0)

Tints of #F18AB9

#F18AB9
(241,138,185)
#F294BF
(242,148,191)
#F39EC5
(243,158,197)
#F4A8CB
(244,168,203)
#F5B2D1
(245,178,209)
#F6BCD7
(246,188,215)
#F7C6DD
(247,198,221)
#F8D0E3
(248,208,227)
#F9DAE9
(249,218,233)
#FAE4EF
(250,228,239)
#FBEEF5
(251,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18AB9 color. Also use rgb(241,138,185) instead hex code.

Text Font Color

.myTextColor { color: #F18AB9; }

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

This text font color is #F18AB9.


Background Color

.myBgColor { background-color: #F18AB9; }

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

This div background color is #F18AB9.


Border color

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

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

This div border color is #F18AB9.


Opacity

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

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

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

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

This text has shadow with #F18AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18AB9 on black background.


Color preview on white background

This text has color #F18AB9 on white background.



Black color preview on #F18AB9 background

This text has black color on #F18AB9 background.


White color preview on #F18AB9 background

This text has white color on #F18AB9 background.