COLOR #F18FD3

HEX: #F18FD3
RGB: (241,143,211)

Color info

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

RGB color model

#F18FD3 color RGB value is (241,143,211).

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

RGB channels and saturation

R 241 of 255 = 95%
G 143 of 255 = 56%
B 211 of 255 = 83%

241
143
211

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

Portions of RGB colors in percentages

R + G + B =
241 + 143 + 211 = 595 (100%)
R 241 of 595 ~ 40.5%
G 143 of 595 ~ 24.03%
B 211 of 595 ~ 35.46%

%40.5
%24.03
%35.46

CMYK color model

#F18FD3 color CMYK value is (0,41,12,5).

  • cyan value is 0.00%
  • magenta value is 40.66%
  • yellow value is 12.45%
  • key color value is 5.49%
CMYK:
(0,41,12,5)
C0M41Y12K5 
(0%,41%,12%,5%)
(0.00/0.41/0.12/0.05)	

CMYK percentages

%0
%40.66
%12.45
%5.49

Codes

Color #F18FD3 in popluar color models

F18FD3
RGB241143211
HSL318°77.78%75.29%
HSB/HSV318°40.66%94.51%
CMYK0.00%40.66%12.45%
5.49%

Color #F18FD3 in popluar number systems.

HEXF18FD3
Decimal241143211
Binary111100011000111111010011
Octal361217323

Shades and tints

Shades of #F18FD3

#F18FD3
(241,143,211)
#DC82C0
(220,130,192)
#C775AD
(199,117,173)
#B2689A
(178,104,154)
#9D5B87
(157,91,135)
#884E74
(136,78,116)
#734161
(115,65,97)
#5E344E
(94,52,78)
#49273B
(73,39,59)
#341A28
(52,26,40)
#1F0D15
(31,13,21)
#000000
(0,0,0)

Tints of #F18FD3

#F18FD3
(241,143,211)
#F299D7
(242,153,215)
#F3A3DB
(243,163,219)
#F4ADDF
(244,173,223)
#F5B7E3
(245,183,227)
#F6C1E7
(246,193,231)
#F7CBEB
(247,203,235)
#F8D5EF
(248,213,239)
#F9DFF3
(249,223,243)
#FAE9F7
(250,233,247)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F18FD3; }

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

This text font color is #F18FD3.


Background Color

.myBgColor { background-color: #F18FD3; }

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

This div background color is #F18FD3.


Border color

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

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

This div border color is #F18FD3.


Opacity

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

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

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

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

This text has shadow with #F18FD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18FD3 on black background.


Color preview on white background

This text has color #F18FD3 on white background.



Black color preview on #F18FD3 background

This text has black color on #F18FD3 background.


White color preview on #F18FD3 background

This text has white color on #F18FD3 background.