COLOR #F24E9E

HEX: #F24E9E
RGB: (242,78,158)

Color info

#F24E9E contains mainly red color. Web safe color of #F24E9E is #FF6699 (or #F69).

RGB color model

#F24E9E color RGB value is (242,78,158).

  • red value is 242;
  • green value is 78;
  • blue value is 158.
RGB:
(242,78,158)
(95%,31%,62%)

RGB channels and saturation

R 242 of 255 = 95%
G 78 of 255 = 31%
B 158 of 255 = 62%

242
78
158

R + G + B ~ 63%. #F24E9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 78 + 158 = 478 (100%)
R 242 of 478 ~ 50.63%
G 78 of 478 ~ 16.32%
B 158 of 478 ~ 33.05%

%50.63
%16.32
%33.05

CMYK color model

#F24E9E color CMYK value is (0,68,35,5).

  • cyan value is 0.00%
  • magenta value is 67.77%
  • yellow value is 34.71%
  • key color value is 5.10%
CMYK:
(0,68,35,5)
C0M68Y35K5 
(0%,68%,35%,5%)
(0.00/0.68/0.35/0.05)	

CMYK percentages

%0
%67.77
%34.71
%5.1

Codes

Color #F24E9E in popluar color models

F24E9E
RGB24278158
HSL331°86.32%62.75%
HSB/HSV331°67.77%94.90%
CMYK0.00%67.77%34.71%
5.10%

Color #F24E9E in popluar number systems.

HEXF24E9E
Decimal24278158
Binary11110010100111010011110
Octal362116236

Shades and tints

Shades of #F24E9E

#F24E9E
(242,78,158)
#DC4790
(220,71,144)
#C64082
(198,64,130)
#B03974
(176,57,116)
#9A3266
(154,50,102)
#842B58
(132,43,88)
#6E244A
(110,36,74)
#581D3C
(88,29,60)
#42162E
(66,22,46)
#2C0F20
(44,15,32)
#160812
(22,8,18)
#000000
(0,0,0)

Tints of #F24E9E

#F24E9E
(242,78,158)
#F35EA6
(243,94,166)
#F46EAE
(244,110,174)
#F57EB6
(245,126,182)
#F68EBE
(246,142,190)
#F79EC6
(247,158,198)
#F8AECE
(248,174,206)
#F9BED6
(249,190,214)
#FACEDE
(250,206,222)
#FBDEE6
(251,222,230)
#FCEEEE
(252,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F24E9E color. Also use rgb(242,78,158) instead hex code.

Text Font Color

.myTextColor { color: #F24E9E; }

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

This text font color is #F24E9E.


Background Color

.myBgColor { background-color: #F24E9E; }

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

This div background color is #F24E9E.


Border color

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

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

This div border color is #F24E9E.


Opacity

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

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

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

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

This text has shadow with #F24E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F24E9E on black background.


Color preview on white background

This text has color #F24E9E on white background.



Black color preview on #F24E9E background

This text has black color on #F24E9E background.


White color preview on #F24E9E background

This text has white color on #F24E9E background.