COLOR #F24F74

HEX: #F24F74
RGB: (242,79,116)

Color info

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

RGB color model

#F24F74 color RGB value is (242,79,116).

  • red value is 242;
  • green value is 79;
  • blue value is 116.
RGB:
(242,79,116)
(95%,31%,45%)

RGB channels and saturation

R 242 of 255 = 95%
G 79 of 255 = 31%
B 116 of 255 = 45%

242
79
116

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

Portions of RGB colors in percentages

R + G + B =
242 + 79 + 116 = 437 (100%)
R 242 of 437 ~ 55.38%
G 79 of 437 ~ 18.08%
B 116 of 437 ~ 26.54%

%55.38
%18.08
%26.54

CMYK color model

#F24F74 color CMYK value is (0,67,52,5).

  • cyan value is 0.00%
  • magenta value is 67.36%
  • yellow value is 52.07%
  • key color value is 5.10%
CMYK:
(0,67,52,5)
C0M67Y52K5 
(0%,67%,52%,5%)
(0.00/0.67/0.52/0.05)	

CMYK percentages

%0
%67.36
%52.07
%5.1

Codes

Color #F24F74 in popluar color models

F24F74
RGB24279116
HSL346°86.24%62.94%
HSB/HSV346°67.36%94.90%
CMYK0.00%67.36%52.07%
5.10%

Color #F24F74 in popluar number systems.

HEXF24F74
Decimal24279116
Binary1111001010011111110100
Octal362117164

Shades and tints

Shades of #F24F74

#F24F74
(242,79,116)
#DC486A
(220,72,106)
#C64160
(198,65,96)
#B03A56
(176,58,86)
#9A334C
(154,51,76)
#842C42
(132,44,66)
#6E2538
(110,37,56)
#581E2E
(88,30,46)
#421724
(66,23,36)
#2C101A
(44,16,26)
#160910
(22,9,16)
#000000
(0,0,0)

Tints of #F24F74

#F24F74
(242,79,116)
#F35F80
(243,95,128)
#F46F8C
(244,111,140)
#F57F98
(245,127,152)
#F68FA4
(246,143,164)
#F79FB0
(247,159,176)
#F8AFBC
(248,175,188)
#F9BFC8
(249,191,200)
#FACFD4
(250,207,212)
#FBDFE0
(251,223,224)
#FCEFEC
(252,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F24F74 color. Also use rgb(242,79,116) instead hex code.

Text Font Color

.myTextColor { color: #F24F74; }

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

This text font color is #F24F74.


Background Color

.myBgColor { background-color: #F24F74; }

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

This div background color is #F24F74.


Border color

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

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

This div border color is #F24F74.


Opacity

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

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

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

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

This text has shadow with #F24F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F24F74 on black background.


Color preview on white background

This text has color #F24F74 on white background.



Black color preview on #F24F74 background

This text has black color on #F24F74 background.


White color preview on #F24F74 background

This text has white color on #F24F74 background.