COLOR #F18DA8

HEX: #F18DA8
RGB: (241,141,168)

Color info

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

RGB color model

#F18DA8 color RGB value is (241,141,168).

  • red value is 241;
  • green value is 141;
  • blue value is 168.
RGB:
(241,141,168)
(95%,55%,66%)

RGB channels and saturation

R 241 of 255 = 95%
G 141 of 255 = 55%
B 168 of 255 = 66%

241
141
168

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

Portions of RGB colors in percentages

R + G + B =
241 + 141 + 168 = 550 (100%)
R 241 of 550 ~ 43.82%
G 141 of 550 ~ 25.64%
B 168 of 550 ~ 30.55%

%43.82
%25.64
%30.55

CMYK color model

#F18DA8 color CMYK value is (0,41,30,5).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 30.29%
  • key color value is 5.49%
CMYK:
(0,41,30,5)
C0M41Y30K5 
(0%,41%,30%,5%)
(0.00/0.41/0.30/0.05)	

CMYK percentages

%0
%41.49
%30.29
%5.49

Codes

Color #F18DA8 in popluar color models

F18DA8
RGB241141168
HSL344°78.13%74.90%
HSB/HSV344°41.49%94.51%
CMYK0.00%41.49%30.29%
5.49%

Color #F18DA8 in popluar number systems.

HEXF18DA8
Decimal241141168
Binary111100011000110110101000
Octal361215250

Shades and tints

Shades of #F18DA8

#F18DA8
(241,141,168)
#DC8199
(220,129,153)
#C7758A
(199,117,138)
#B2697B
(178,105,123)
#9D5D6C
(157,93,108)
#88515D
(136,81,93)
#73454E
(115,69,78)
#5E393F
(94,57,63)
#492D30
(73,45,48)
#342121
(52,33,33)
#1F1512
(31,21,18)
#000000
(0,0,0)

Tints of #F18DA8

#F18DA8
(241,141,168)
#F297AF
(242,151,175)
#F3A1B6
(243,161,182)
#F4ABBD
(244,171,189)
#F5B5C4
(245,181,196)
#F6BFCB
(246,191,203)
#F7C9D2
(247,201,210)
#F8D3D9
(248,211,217)
#F9DDE0
(249,221,224)
#FAE7E7
(250,231,231)
#FBF1EE
(251,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18DA8 color. Also use rgb(241,141,168) instead hex code.

Text Font Color

.myTextColor { color: #F18DA8; }

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

This text font color is #F18DA8.


Background Color

.myBgColor { background-color: #F18DA8; }

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

This div background color is #F18DA8.


Border color

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

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

This div border color is #F18DA8.


Opacity

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

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

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

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

This text has shadow with #F18DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18DA8 on black background.


Color preview on white background

This text has color #F18DA8 on white background.



Black color preview on #F18DA8 background

This text has black color on #F18DA8 background.


White color preview on #F18DA8 background

This text has white color on #F18DA8 background.