COLOR #F18CEF

HEX: #F18CEF
RGB: (241,140,239)

Color info

#F18CEF contains mainly red and blue colors. Web safe color of #F18CEF is #FF99FF (or #F9F).

RGB color model

#F18CEF color RGB value is (241,140,239).

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

RGB channels and saturation

R 241 of 255 = 95%
G 140 of 255 = 55%
B 239 of 255 = 94%

241
140
239

R + G + B ~ 81%. #F18CEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 140 + 239 = 620 (100%)
R 241 of 620 ~ 38.87%
G 140 of 620 ~ 22.58%
B 239 of 620 ~ 38.55%

%38.87
%22.58
%38.55

CMYK color model

#F18CEF color CMYK value is (0,42,1,5).

  • cyan value is 0.00%
  • magenta value is 41.91%
  • yellow value is 0.83%
  • key color value is 5.49%
CMYK:
(0,42,1,5)
C0M42Y1K5 
(0%,42%,1%,5%)
(0.00/0.42/0.01/0.05)	

CMYK percentages

%0
%41.91
%0.83
%5.49

Codes

Color #F18CEF in popluar color models

F18CEF
RGB241140239
HSL301°78.29%74.71%
HSB/HSV301°41.91%94.51%
CMYK0.00%41.91%0.83%
5.49%

Color #F18CEF in popluar number systems.

HEXF18CEF
Decimal241140239
Binary111100011000110011101111
Octal361214357

Shades and tints

Shades of #F18CEF

#F18CEF
(241,140,239)
#DC80DA
(220,128,218)
#C774C5
(199,116,197)
#B268B0
(178,104,176)
#9D5C9B
(157,92,155)
#885086
(136,80,134)
#734471
(115,68,113)
#5E385C
(94,56,92)
#492C47
(73,44,71)
#342032
(52,32,50)
#1F141D
(31,20,29)
#000000
(0,0,0)

Tints of #F18CEF

#F18CEF
(241,140,239)
#F296F0
(242,150,240)
#F3A0F1
(243,160,241)
#F4AAF2
(244,170,242)
#F5B4F3
(245,180,243)
#F6BEF4
(246,190,244)
#F7C8F5
(247,200,245)
#F8D2F6
(248,210,246)
#F9DCF7
(249,220,247)
#FAE6F8
(250,230,248)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F18CEF; }

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

This text font color is #F18CEF.


Background Color

.myBgColor { background-color: #F18CEF; }

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

This div background color is #F18CEF.


Border color

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

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

This div border color is #F18CEF.


Opacity

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

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

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

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

This text has shadow with #F18CEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18CEF on black background.


Color preview on white background

This text has color #F18CEF on white background.



Black color preview on #F18CEF background

This text has black color on #F18CEF background.


White color preview on #F18CEF background

This text has white color on #F18CEF background.