COLOR #F24D8F

HEX: #F24D8F
RGB: (242,77,143)

Color info

#F24D8F contains mainly red color. Web safe color of #F24D8F is #FF3399 (or #F39).

RGB color model

#F24D8F color RGB value is (242,77,143).

  • red value is 242;
  • green value is 77;
  • blue value is 143.
RGB:
(242,77,143)
(95%,30%,56%)

RGB channels and saturation

R 242 of 255 = 95%
G 77 of 255 = 30%
B 143 of 255 = 56%

242
77
143

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

Portions of RGB colors in percentages

R + G + B =
242 + 77 + 143 = 462 (100%)
R 242 of 462 ~ 52.38%
G 77 of 462 ~ 16.67%
B 143 of 462 ~ 30.95%

%52.38
%16.67
%30.95

CMYK color model

#F24D8F color CMYK value is (0,68,41,5).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 40.91%
  • key color value is 5.10%
CMYK:
(0,68,41,5)
C0M68Y41K5 
(0%,68%,41%,5%)
(0.00/0.68/0.41/0.05)	

CMYK percentages

%0
%68.18
%40.91
%5.1

Codes

Color #F24D8F in popluar color models

F24D8F
RGB24277143
HSL336°86.39%62.55%
HSB/HSV336°68.18%94.90%
CMYK0.00%68.18%40.91%
5.10%

Color #F24D8F in popluar number systems.

HEXF24D8F
Decimal24277143
Binary11110010100110110001111
Octal362115217

Shades and tints

Shades of #F24D8F

#F24D8F
(242,77,143)
#DC4682
(220,70,130)
#C63F75
(198,63,117)
#B03868
(176,56,104)
#9A315B
(154,49,91)
#842A4E
(132,42,78)
#6E2341
(110,35,65)
#581C34
(88,28,52)
#421527
(66,21,39)
#2C0E1A
(44,14,26)
#16070D
(22,7,13)
#000000
(0,0,0)

Tints of #F24D8F

#F24D8F
(242,77,143)
#F35D99
(243,93,153)
#F46DA3
(244,109,163)
#F57DAD
(245,125,173)
#F68DB7
(246,141,183)
#F79DC1
(247,157,193)
#F8ADCB
(248,173,203)
#F9BDD5
(249,189,213)
#FACDDF
(250,205,223)
#FBDDE9
(251,221,233)
#FCEDF3
(252,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F24D8F color. Also use rgb(242,77,143) instead hex code.

Text Font Color

.myTextColor { color: #F24D8F; }

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

This text font color is #F24D8F.


Background Color

.myBgColor { background-color: #F24D8F; }

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

This div background color is #F24D8F.


Border color

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

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

This div border color is #F24D8F.


Opacity

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

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

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

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

This text has shadow with #F24D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F24D8F on black background.


Color preview on white background

This text has color #F24D8F on white background.



Black color preview on #F24D8F background

This text has black color on #F24D8F background.


White color preview on #F24D8F background

This text has white color on #F24D8F background.