COLOR #F04E62

HEX: #F04E62
RGB: (240,78,98)

Color info

#F04E62 contains mainly red color. Web safe color of #F04E62 is #FF6666 (or #F66).

RGB color model

#F04E62 color RGB value is (240,78,98).

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

RGB channels and saturation

R 240 of 255 = 94%
G 78 of 255 = 31%
B 98 of 255 = 38%

240
78
98

R + G + B ~ 54%. #F04E62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 78 + 98 = 416 (100%)
R 240 of 416 ~ 57.69%
G 78 of 416 ~ 18.75%
B 98 of 416 ~ 23.56%

%57.69
%18.75
%23.56

CMYK color model

#F04E62 color CMYK value is (0,68,59,6).

  • cyan value is 0.00%
  • magenta value is 67.50%
  • yellow value is 59.17%
  • key color value is 5.88%
CMYK:
(0,68,59,6)
C0M68Y59K6 
(0%,68%,59%,6%)
(0.00/0.68/0.59/0.06)	

CMYK percentages

%0
%67.5
%59.17
%5.88

Codes

Color #F04E62 in popluar color models

F04E62
RGB2407898
HSL353°84.38%62.35%
HSB/HSV353°67.50%94.12%
CMYK0.00%67.50%59.17%
5.88%

Color #F04E62 in popluar number systems.

HEXF04E62
Decimal2407898
Binary1111000010011101100010
Octal360116142

Shades and tints

Shades of #F04E62

#F04E62
(240,78,98)
#DB475A
(219,71,90)
#C64052
(198,64,82)
#B1394A
(177,57,74)
#9C3242
(156,50,66)
#872B3A
(135,43,58)
#722432
(114,36,50)
#5D1D2A
(93,29,42)
#481622
(72,22,34)
#330F1A
(51,15,26)
#1E0812
(30,8,18)
#000000
(0,0,0)

Tints of #F04E62

#F04E62
(240,78,98)
#F15E70
(241,94,112)
#F26E7E
(242,110,126)
#F37E8C
(243,126,140)
#F48E9A
(244,142,154)
#F59EA8
(245,158,168)
#F6AEB6
(246,174,182)
#F7BEC4
(247,190,196)
#F8CED2
(248,206,210)
#F9DEE0
(249,222,224)
#FAEEEE
(250,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F04E62; }

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

This text font color is #F04E62.


Background Color

.myBgColor { background-color: #F04E62; }

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

This div background color is #F04E62.


Border color

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

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

This div border color is #F04E62.


Opacity

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

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

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

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

This text has shadow with #F04E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F04E62 on black background.


Color preview on white background

This text has color #F04E62 on white background.



Black color preview on #F04E62 background

This text has black color on #F04E62 background.


White color preview on #F04E62 background

This text has white color on #F04E62 background.