COLOR #F18CDA

HEX: #F18CDA
RGB: (241,140,218)

Color info

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

RGB color model

#F18CDA color RGB value is (241,140,218).

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

RGB channels and saturation

R 241 of 255 = 95%
G 140 of 255 = 55%
B 218 of 255 = 85%

241
140
218

R + G + B ~ 78%. #F18CDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 140 + 218 = 599 (100%)
R 241 of 599 ~ 40.23%
G 140 of 599 ~ 23.37%
B 218 of 599 ~ 36.39%

%40.23
%23.37
%36.39

CMYK color model

#F18CDA color CMYK value is (0,42,10,5).

  • cyan value is 0.00%
  • magenta value is 41.91%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK:
(0,42,10,5)
C0M42Y10K5 
(0%,42%,10%,5%)
(0.00/0.42/0.10/0.05)	

CMYK percentages

%0
%41.91
%9.54
%5.49

Codes

Color #F18CDA in popluar color models

F18CDA
RGB241140218
HSL314°78.29%74.71%
HSB/HSV314°41.91%94.51%
CMYK0.00%41.91%9.54%
5.49%

Color #F18CDA in popluar number systems.

HEXF18CDA
Decimal241140218
Binary111100011000110011011010
Octal361214332

Shades and tints

Shades of #F18CDA

#F18CDA
(241,140,218)
#DC80C7
(220,128,199)
#C774B4
(199,116,180)
#B268A1
(178,104,161)
#9D5C8E
(157,92,142)
#88507B
(136,80,123)
#734468
(115,68,104)
#5E3855
(94,56,85)
#492C42
(73,44,66)
#34202F
(52,32,47)
#1F141C
(31,20,28)
#000000
(0,0,0)

Tints of #F18CDA

#F18CDA
(241,140,218)
#F296DD
(242,150,221)
#F3A0E0
(243,160,224)
#F4AAE3
(244,170,227)
#F5B4E6
(245,180,230)
#F6BEE9
(246,190,233)
#F7C8EC
(247,200,236)
#F8D2EF
(248,210,239)
#F9DCF2
(249,220,242)
#FAE6F5
(250,230,245)
#FBF0F8
(251,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F18CDA; }

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

This text font color is #F18CDA.


Background Color

.myBgColor { background-color: #F18CDA; }

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

This div background color is #F18CDA.


Border color

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

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

This div border color is #F18CDA.


Opacity

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

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

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

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

This text has shadow with #F18CDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18CDA on black background.


Color preview on white background

This text has color #F18CDA on white background.



Black color preview on #F18CDA background

This text has black color on #F18CDA background.


White color preview on #F18CDA background

This text has white color on #F18CDA background.