COLOR #F24E85

HEX: #F24E85 RGB: (242,78,133)

Color info

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

RGB color model

#F24E85 color RGB value is (242,78,133).

RGB: (242,78,133) (95%, 31%, 52%)

RGB channels and saturation

R 242 of 255 = 95%
G 78 of 255 = 31%
B 133 of 255 = 52%

242
78
133

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

Portions of RGB colors in percentages

R + G + B = 242 + 78 + 133 = 453 (100%)
R 242 of 453 ~ 53.42%
G 78 of 453 ~ 17.22%
B 133 of 453 ~ 29.36'%

%53.42
%17.22
%29.36

CMYK color model

#F24E85 color CMYK value is (0,68,45,5).

  • cyan value is 0.00%
  • magenta value is 67.77%
  • yellow value is 45.04%
  • key color value is 5.10%

CMYK: (0,68,45,5)
C0M68Y45K5 (0%, 68%, 45%, 5%)
(0.00 / 0.68 / 0.45 / 0.05)

CMYK percentages

%0
%67.77
%45.04
%5.1

Codes

Color #F24E85 in popluar color models

F2 4E 85
RGB 242 78 133
HSL 340° 86.32% 62.75%
HSB/HSV 340° 67.77% 94.90%
CMYK 0.00% 67.77% 45.04%
5.10%

Color #F24E85 in popluar number systems.

HEX F2 4E 85
Decimal 242 78 133
Binary 11110010 1001110 10000101
Octal 362 116 205

Shades and tints

Shades of #F24E85

#F24E85
(242,78,133)
#DC4779
(220,71,121)
#C6406D
(198,64,109)
#B03961
(176,57,97)
#9A3255
(154,50,85)
#842B49
(132,43,73)
#6E243D
(110,36,61)
#581D31
(88,29,49)
#421625
(66,22,37)
#2C0F19
(44,15,25)
#16080D
(22,8,13)
#000000
(0,0,0)

Tints of #F24E85

#F24E85
(242,78,133)
#F35E90
(243,94,144)
#F46E9B
(244,110,155)
#F57EA6
(245,126,166)
#F68EB1
(246,142,177)
#F79EBC
(247,158,188)
#F8AEC7
(248,174,199)
#F9BED2
(249,190,210)
#FACEDD
(250,206,221)
#FBDEE8
(251,222,232)
#FCEEF3
(252,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F24E85; }

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

This text font color is #F24E85.

Background Color

.myBgColor { background-color: #F24E85; }

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

This div background color is #F24E85.

Border color

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

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

This div border color is #F24E85.

Opacity

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

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

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

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

This text has shadow with #F24E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F24E85.

Preview

Color preview on black background

This text has color #F24E85 on black background.


Color preview on white background

This text has color #F24E85 on white background.


Black color preview on #F24E85 background

This text has black color on #F24E85 background.


White color preview on #F24E85 background

This text has white color on #F24E85 background.


Related colors

Complementary color

Complementary color for #F24E85 is #0DB17A.


I love getcolorcode.com

Triadic colors

1 #85F24E and #4E85F2 with #F24E85 are triadic colors.

2 #854EF2 and #4EF285 with #F24E85 are triadic colors.