COLOR #F24CA0

HEX: #F24CA0
RGB: (242,76,160)

Color info

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

RGB color model

#F24CA0 color RGB value is (242,76,160).

  • red value is 242;
  • green value is 76;
  • blue value is 160.
RGB:
(242,76,160)
(95%,30%,63%)

RGB channels and saturation

R 242 of 255 = 95%
G 76 of 255 = 30%
B 160 of 255 = 63%

242
76
160

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

Portions of RGB colors in percentages

R + G + B =
242 + 76 + 160 = 478 (100%)
R 242 of 478 ~ 50.63%
G 76 of 478 ~ 15.9%
B 160 of 478 ~ 33.47%

%50.63
%15.9
%33.47

CMYK color model

#F24CA0 color CMYK value is (0,69,34,5).

  • cyan value is 0.00%
  • magenta value is 68.60%
  • yellow value is 33.88%
  • key color value is 5.10%
CMYK:
(0,69,34,5)
C0M69Y34K5 
(0%,69%,34%,5%)
(0.00/0.69/0.34/0.05)	

CMYK percentages

%0
%68.6
%33.88
%5.1

Codes

Color #F24CA0 in popluar color models

F24CA0
RGB24276160
HSL330°86.46%62.35%
HSB/HSV330°68.60%94.90%
CMYK0.00%68.60%33.88%
5.10%

Color #F24CA0 in popluar number systems.

HEXF24CA0
Decimal24276160
Binary11110010100110010100000
Octal362114240

Shades and tints

Shades of #F24CA0

#F24CA0
(242,76,160)
#DC4692
(220,70,146)
#C64084
(198,64,132)
#B03A76
(176,58,118)
#9A3468
(154,52,104)
#842E5A
(132,46,90)
#6E284C
(110,40,76)
#58223E
(88,34,62)
#421C30
(66,28,48)
#2C1622
(44,22,34)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #F24CA0

#F24CA0
(242,76,160)
#F35CA8
(243,92,168)
#F46CB0
(244,108,176)
#F57CB8
(245,124,184)
#F68CC0
(246,140,192)
#F79CC8
(247,156,200)
#F8ACD0
(248,172,208)
#F9BCD8
(249,188,216)
#FACCE0
(250,204,224)
#FBDCE8
(251,220,232)
#FCECF0
(252,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F24CA0 color. Also use rgb(242,76,160) instead hex code.

Text Font Color

.myTextColor { color: #F24CA0; }

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

This text font color is #F24CA0.


Background Color

.myBgColor { background-color: #F24CA0; }

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

This div background color is #F24CA0.


Border color

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

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

This div border color is #F24CA0.


Opacity

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

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

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

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

This text has shadow with #F24CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F24CA0 on black background.


Color preview on white background

This text has color #F24CA0 on white background.



Black color preview on #F24CA0 background

This text has black color on #F24CA0 background.


White color preview on #F24CA0 background

This text has white color on #F24CA0 background.