COLOR #F40ED9

HEX: #F40ED9
RGB: (244,14,217)

Color info

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

RGB color model

#F40ED9 color RGB value is (244,14,217).

  • red value is 244;
  • green value is 14;
  • blue value is 217.
RGB:
(244,14,217)
(96%,5%,85%)

RGB channels and saturation

R 244 of 255 = 96%
G 14 of 255 = 5%
B 217 of 255 = 85%

244
14
217

R + G + B ~ 62%. #F40ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 14 + 217 = 475 (100%)
R 244 of 475 ~ 51.37%
G 14 of 475 ~ 2.95%
B 217 of 475 ~ 45.68%

%51.37
%45.68

CMYK color model

#F40ED9 color CMYK value is (0,94,11,4).

  • cyan value is 0.00%
  • magenta value is 94.26%
  • yellow value is 11.07%
  • key color value is 4.31%
CMYK:
(0,94,11,4)
C0M94Y11K4 
(0%,94%,11%,4%)
(0.00/0.94/0.11/0.04)	

CMYK percentages

%0
%94.26
%11.07
%4.31

Codes

Color #F40ED9 in popluar color models

F40ED9
RGB24414217
HSL307°91.27%50.59%
HSB/HSV307°94.26%95.69%
CMYK0.00%94.26%11.07%
4.31%

Color #F40ED9 in popluar number systems.

HEXF40ED9
Decimal24414217
Binary11110100111011011001
Octal36416331

Shades and tints

Shades of #F40ED9

#F40ED9
(244,14,217)
#DE0DC6
(222,13,198)
#C80CB3
(200,12,179)
#B20BA0
(178,11,160)
#9C0A8D
(156,10,141)
#86097A
(134,9,122)
#700867
(112,8,103)
#5A0754
(90,7,84)
#440641
(68,6,65)
#2E052E
(46,5,46)
#18041B
(24,4,27)
#000000
(0,0,0)

Tints of #F40ED9

#F40ED9
(244,14,217)
#F523DC
(245,35,220)
#F638DF
(246,56,223)
#F74DE2
(247,77,226)
#F862E5
(248,98,229)
#F977E8
(249,119,232)
#FA8CEB
(250,140,235)
#FBA1EE
(251,161,238)
#FCB6F1
(252,182,241)
#FDCBF4
(253,203,244)
#FEE0F7
(254,224,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F40ED9 color. Also use rgb(244,14,217) instead hex code.

Text Font Color

.myTextColor { color: #F40ED9; }

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

This text font color is #F40ED9.


Background Color

.myBgColor { background-color: #F40ED9; }

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

This div background color is #F40ED9.


Border color

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

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

This div border color is #F40ED9.


Opacity

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

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

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

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

This text has shadow with #F40ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F40ED9 on black background.


Color preview on white background

This text has color #F40ED9 on white background.



Black color preview on #F40ED9 background

This text has black color on #F40ED9 background.


White color preview on #F40ED9 background

This text has white color on #F40ED9 background.