COLOR #FD18D9

HEX: #FD18D9
RGB: (253,24,217)

Color info

#FD18D9 contains mainly red and blue colors. Web safe color of #FD18D9 is #FF00CC (or #F0C).

RGB color model

#FD18D9 color RGB value is (253,24,217).

  • red value is 253;
  • green value is 24;
  • blue value is 217.
RGB:
(253,24,217)
(99%,9%,85%)

RGB channels and saturation

R 253 of 255 = 99%
G 24 of 255 = 9%
B 217 of 255 = 85%

253
24
217

R + G + B ~ 64%. #FD18D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 24 + 217 = 494 (100%)
R 253 of 494 ~ 51.21%
G 24 of 494 ~ 4.86%
B 217 of 494 ~ 43.93%

%51.21
%43.93

CMYK color model

#FD18D9 color CMYK value is (0,91,14,1).

  • cyan value is 0.00%
  • magenta value is 90.51%
  • yellow value is 14.23%
  • key color value is 0.78%
CMYK:
(0,91,14,1)
C0M91Y14K1 
(0%,91%,14%,1%)
(0.00/0.91/0.14/0.01)	

CMYK percentages

%0
%90.51
%14.23
%0.78

Codes

Color #FD18D9 in popluar color models

FD18D9
RGB25324217
HSL309°98.28%54.31%
HSB/HSV309°90.51%99.22%
CMYK0.00%90.51%14.23%
0.78%

Color #FD18D9 in popluar number systems.

HEXFD18D9
Decimal25324217
Binary111111011100011011001
Octal37530331

Shades and tints

Shades of #FD18D9

#FD18D9
(253,24,217)
#E616C6
(230,22,198)
#CF14B3
(207,20,179)
#B812A0
(184,18,160)
#A1108D
(161,16,141)
#8A0E7A
(138,14,122)
#730C67
(115,12,103)
#5C0A54
(92,10,84)
#450841
(69,8,65)
#2E062E
(46,6,46)
#17041B
(23,4,27)
#000000
(0,0,0)

Tints of #FD18D9

#FD18D9
(253,24,217)
#FD2DDC
(253,45,220)
#FD42DF
(253,66,223)
#FD57E2
(253,87,226)
#FD6CE5
(253,108,229)
#FD81E8
(253,129,232)
#FD96EB
(253,150,235)
#FDABEE
(253,171,238)
#FDC0F1
(253,192,241)
#FDD5F4
(253,213,244)
#FDEAF7
(253,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD18D9 color. Also use rgb(253,24,217) instead hex code.

Text Font Color

.myTextColor { color: #FD18D9; }

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

This text font color is #FD18D9.


Background Color

.myBgColor { background-color: #FD18D9; }

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

This div background color is #FD18D9.


Border color

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

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

This div border color is #FD18D9.


Opacity

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

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

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

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

This text has shadow with #FD18D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD18D9 on black background.


Color preview on white background

This text has color #FD18D9 on white background.



Black color preview on #FD18D9 background

This text has black color on #FD18D9 background.


White color preview on #FD18D9 background

This text has white color on #FD18D9 background.