COLOR #F18DA7

HEX: #F18DA7 RGB: (241,141,167)

Color info

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

RGB color model

#F18DA7 color RGB value is (241,141,167).

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

RGB channels and saturation

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

241
141
167

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

Portions of RGB colors in percentages

R + G + B = 241 + 141 + 167 = 549 (100%)
R 241 of 549 ~ 43.9%
G 141 of 549 ~ 25.68%
B 167 of 549 ~ 30.42'%

%43.9
%25.68
%30.42

CMYK color model

#F18DA7 color CMYK value is (0,41,31,5).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 30.71%
  • key color value is 5.49%

CMYK: (0,41,31,5)
C0M41Y31K5 (0%, 41%, 31%, 5%)
(0.00 / 0.41 / 0.31 / 0.05)

CMYK percentages

%0
%41.49
%30.71
%5.49

Codes

Color #F18DA7 in popluar color models

F1 8D A7
RGB 241 141 167
HSL 344° 78.13% 74.90%
HSB/HSV 344° 41.49% 94.51%
CMYK 0.00% 41.49% 30.71%
5.49%

Color #F18DA7 in popluar number systems.

HEX F1 8D A7
Decimal 241 141 167
Binary 11110001 10001101 10100111
Octal 361 215 247

Shades and tints

Shades of #F18DA7

#F18DA7
(241,141,167)
#DC8198
(220,129,152)
#C77589
(199,117,137)
#B2697A
(178,105,122)
#9D5D6B
(157,93,107)
#88515C
(136,81,92)
#73454D
(115,69,77)
#5E393E
(94,57,62)
#492D2F
(73,45,47)
#342120
(52,33,32)
#1F1511
(31,21,17)
#000000
(0,0,0)

Tints of #F18DA7

#F18DA7
(241,141,167)
#F297AF
(242,151,175)
#F3A1B7
(243,161,183)
#F4ABBF
(244,171,191)
#F5B5C7
(245,181,199)
#F6BFCF
(246,191,207)
#F7C9D7
(247,201,215)
#F8D3DF
(248,211,223)
#F9DDE7
(249,221,231)
#FAE7EF
(250,231,239)
#FBF1F7
(251,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F18DA7; }

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

This text font color is #F18DA7.

Background Color

.myBgColor { background-color: #F18DA7; }

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

This div background color is #F18DA7.

Border color

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

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

This div border color is #F18DA7.

Opacity

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

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

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

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

This text has shadow with #F18DA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F18DA7.

Preview

Color preview on black background

This text has color #F18DA7 on black background.


Color preview on white background

This text has color #F18DA7 on white background.


Black color preview on #F18DA7 background

This text has black color on #F18DA7 background.


White color preview on #F18DA7 background

This text has white color on #F18DA7 background.


Related colors

Complementary color

Complementary color for #hex is #0E7258.


I love getcolorcode.com

Triadic colors

1 #A7F18D and #8DA7F1 with #F18DA7 are triadic colors.

2 #A78DF1 and #8DF1A7 with #F18DA7 are triadic colors.