COLOR #F18CC5

HEX: #F18CC5
RGB: (241,140,197)

Color info

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

RGB color model

#F18CC5 color RGB value is (241,140,197).

  • red value is 241;
  • green value is 140;
  • blue value is 197.
RGB:
(241,140,197)
(95%,55%,77%)

RGB channels and saturation

R 241 of 255 = 95%
G 140 of 255 = 55%
B 197 of 255 = 77%

241
140
197

R + G + B ~ 76%. #F18CC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 140 + 197 = 578 (100%)
R 241 of 578 ~ 41.7%
G 140 of 578 ~ 24.22%
B 197 of 578 ~ 34.08%

%41.7
%24.22
%34.08

CMYK color model

#F18CC5 color CMYK value is (0,42,18,5).

  • cyan value is 0.00%
  • magenta value is 41.91%
  • yellow value is 18.26%
  • key color value is 5.49%
CMYK:
(0,42,18,5)
C0M42Y18K5 
(0%,42%,18%,5%)
(0.00/0.42/0.18/0.05)	

CMYK percentages

%0
%41.91
%18.26
%5.49

Codes

Color #F18CC5 in popluar color models

F18CC5
RGB241140197
HSL326°78.29%74.71%
HSB/HSV326°41.91%94.51%
CMYK0.00%41.91%18.26%
5.49%

Color #F18CC5 in popluar number systems.

HEXF18CC5
Decimal241140197
Binary111100011000110011000101
Octal361214305

Shades and tints

Shades of #F18CC5

#F18CC5
(241,140,197)
#DC80B4
(220,128,180)
#C774A3
(199,116,163)
#B26892
(178,104,146)
#9D5C81
(157,92,129)
#885070
(136,80,112)
#73445F
(115,68,95)
#5E384E
(94,56,78)
#492C3D
(73,44,61)
#34202C
(52,32,44)
#1F141B
(31,20,27)
#000000
(0,0,0)

Tints of #F18CC5

#F18CC5
(241,140,197)
#F296CA
(242,150,202)
#F3A0CF
(243,160,207)
#F4AAD4
(244,170,212)
#F5B4D9
(245,180,217)
#F6BEDE
(246,190,222)
#F7C8E3
(247,200,227)
#F8D2E8
(248,210,232)
#F9DCED
(249,220,237)
#FAE6F2
(250,230,242)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18CC5 color. Also use rgb(241,140,197) instead hex code.

Text Font Color

.myTextColor { color: #F18CC5; }

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

This text font color is #F18CC5.


Background Color

.myBgColor { background-color: #F18CC5; }

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

This div background color is #F18CC5.


Border color

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

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

This div border color is #F18CC5.


Opacity

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

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

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

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

This text has shadow with #F18CC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18CC5 on black background.


Color preview on white background

This text has color #F18CC5 on white background.



Black color preview on #F18CC5 background

This text has black color on #F18CC5 background.


White color preview on #F18CC5 background

This text has white color on #F18CC5 background.