COLOR #F04EDE

HEX: #F04EDE
RGB: (240,78,222)

Color info

#F04EDE contains mainly red and blue colors. Web safe color of #F04EDE is #FF66CC (or #F6C).

RGB color model

#F04EDE color RGB value is (240,78,222).

  • red value is 240;
  • green value is 78;
  • blue value is 222.
RGB:
(240,78,222)
(94%,31%,87%)

RGB channels and saturation

R 240 of 255 = 94%
G 78 of 255 = 31%
B 222 of 255 = 87%

240
78
222

R + G + B ~ 71%. #F04EDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 78 + 222 = 540 (100%)
R 240 of 540 ~ 44.44%
G 78 of 540 ~ 14.44%
B 222 of 540 ~ 41.11%

%44.44
%14.44
%41.11

CMYK color model

#F04EDE color CMYK value is (0,68,8,6).

  • cyan value is 0.00%
  • magenta value is 67.50%
  • yellow value is 7.50%
  • key color value is 5.88%
CMYK:
(0,68,8,6)
C0M68Y8K6 
(0%,68%,8%,6%)
(0.00/0.68/0.08/0.06)	

CMYK percentages

%0
%67.5
%7.5
%5.88

Codes

Color #F04EDE in popluar color models

F04EDE
RGB24078222
HSL307°84.38%62.35%
HSB/HSV307°67.50%94.12%
CMYK0.00%67.50%7.50%
5.88%

Color #F04EDE in popluar number systems.

HEXF04EDE
Decimal24078222
Binary11110000100111011011110
Octal360116336

Shades and tints

Shades of #F04EDE

#F04EDE
(240,78,222)
#DB47CA
(219,71,202)
#C640B6
(198,64,182)
#B139A2
(177,57,162)
#9C328E
(156,50,142)
#872B7A
(135,43,122)
#722466
(114,36,102)
#5D1D52
(93,29,82)
#48163E
(72,22,62)
#330F2A
(51,15,42)
#1E0816
(30,8,22)
#000000
(0,0,0)

Tints of #F04EDE

#F04EDE
(240,78,222)
#F15EE1
(241,94,225)
#F26EE4
(242,110,228)
#F37EE7
(243,126,231)
#F48EEA
(244,142,234)
#F59EED
(245,158,237)
#F6AEF0
(246,174,240)
#F7BEF3
(247,190,243)
#F8CEF6
(248,206,246)
#F9DEF9
(249,222,249)
#FAEEFC
(250,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F04EDE color. Also use rgb(240,78,222) instead hex code.

Text Font Color

.myTextColor { color: #F04EDE; }

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

This text font color is #F04EDE.


Background Color

.myBgColor { background-color: #F04EDE; }

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

This div background color is #F04EDE.


Border color

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

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

This div border color is #F04EDE.


Opacity

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

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

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

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

This text has shadow with #F04EDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F04EDE on black background.


Color preview on white background

This text has color #F04EDE on white background.



Black color preview on #F04EDE background

This text has black color on #F04EDE background.


White color preview on #F04EDE background

This text has white color on #F04EDE background.