COLOR #F18FD2

HEX: #F18FD2
RGB: (241,143,210)

Color info

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

RGB color model

#F18FD2 color RGB value is (241,143,210).

  • red value is 241;
  • green value is 143;
  • blue value is 210.
RGB:
(241,143,210)
(95%,56%,82%)

RGB channels and saturation

R 241 of 255 = 95%
G 143 of 255 = 56%
B 210 of 255 = 82%

241
143
210

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

Portions of RGB colors in percentages

R + G + B =
241 + 143 + 210 = 594 (100%)
R 241 of 594 ~ 40.57%
G 143 of 594 ~ 24.07%
B 210 of 594 ~ 35.35%

%40.57
%24.07
%35.35

CMYK color model

#F18FD2 color CMYK value is (0,41,13,5).

  • cyan value is 0.00%
  • magenta value is 40.66%
  • yellow value is 12.86%
  • key color value is 5.49%
CMYK:
(0,41,13,5)
C0M41Y13K5 
(0%,41%,13%,5%)
(0.00/0.41/0.13/0.05)	

CMYK percentages

%0
%40.66
%12.86
%5.49

Codes

Color #F18FD2 in popluar color models

F18FD2
RGB241143210
HSL319°77.78%75.29%
HSB/HSV319°40.66%94.51%
CMYK0.00%40.66%12.86%
5.49%

Color #F18FD2 in popluar number systems.

HEXF18FD2
Decimal241143210
Binary111100011000111111010010
Octal361217322

Shades and tints

Shades of #F18FD2

#F18FD2
(241,143,210)
#DC82BF
(220,130,191)
#C775AC
(199,117,172)
#B26899
(178,104,153)
#9D5B86
(157,91,134)
#884E73
(136,78,115)
#734160
(115,65,96)
#5E344D
(94,52,77)
#49273A
(73,39,58)
#341A27
(52,26,39)
#1F0D14
(31,13,20)
#000000
(0,0,0)

Tints of #F18FD2

#F18FD2
(241,143,210)
#F299D6
(242,153,214)
#F3A3DA
(243,163,218)
#F4ADDE
(244,173,222)
#F5B7E2
(245,183,226)
#F6C1E6
(246,193,230)
#F7CBEA
(247,203,234)
#F8D5EE
(248,213,238)
#F9DFF2
(249,223,242)
#FAE9F6
(250,233,246)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18FD2 color. Also use rgb(241,143,210) instead hex code.

Text Font Color

.myTextColor { color: #F18FD2; }

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

This text font color is #F18FD2.


Background Color

.myBgColor { background-color: #F18FD2; }

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

This div background color is #F18FD2.


Border color

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

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

This div border color is #F18FD2.


Opacity

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

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

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

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

This text has shadow with #F18FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18FD2 on black background.


Color preview on white background

This text has color #F18FD2 on white background.



Black color preview on #F18FD2 background

This text has black color on #F18FD2 background.


White color preview on #F18FD2 background

This text has white color on #F18FD2 background.