COLOR #F42D40

HEX: #F42D40
RGB: (244,45,64)

Color info

#F42D40 contains mainly red color. Web safe color of #F42D40 is #FF3333 (or #F33).

RGB color model

#F42D40 color RGB value is (244,45,64).

  • red value is 244;
  • green value is 45;
  • blue value is 64.
RGB:
(244,45,64)
(96%,18%,25%)

RGB channels and saturation

R 244 of 255 = 96%
G 45 of 255 = 18%
B 64 of 255 = 25%

244
45
64

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

Portions of RGB colors in percentages

R + G + B =
244 + 45 + 64 = 353 (100%)
R 244 of 353 ~ 69.12%
G 45 of 353 ~ 12.75%
B 64 of 353 ~ 18.13%

%69.12
%12.75
%18.13

CMYK color model

#F42D40 color CMYK value is (0,82,74,4).

  • cyan value is 0.00%
  • magenta value is 81.56%
  • yellow value is 73.77%
  • key color value is 4.31%
CMYK:
(0,82,74,4)
C0M82Y74K4 
(0%,82%,74%,4%)
(0.00/0.82/0.74/0.04)	

CMYK percentages

%0
%81.56
%73.77
%4.31

Codes

Color #F42D40 in popluar color models

F42D40
RGB2444564
HSL354°90.05%56.67%
HSB/HSV354°81.56%95.69%
CMYK0.00%81.56%73.77%
4.31%

Color #F42D40 in popluar number systems.

HEXF42D40
Decimal2444564
Binary111101001011011000000
Octal36455100

Shades and tints

Shades of #F42D40

#F42D40
(244,45,64)
#DE293B
(222,41,59)
#C82536
(200,37,54)
#B22131
(178,33,49)
#9C1D2C
(156,29,44)
#861927
(134,25,39)
#701522
(112,21,34)
#5A111D
(90,17,29)
#440D18
(68,13,24)
#2E0913
(46,9,19)
#18050E
(24,5,14)
#000000
(0,0,0)

Tints of #F42D40

#F42D40
(244,45,64)
#F54051
(245,64,81)
#F65362
(246,83,98)
#F76673
(247,102,115)
#F87984
(248,121,132)
#F98C95
(249,140,149)
#FA9FA6
(250,159,166)
#FBB2B7
(251,178,183)
#FCC5C8
(252,197,200)
#FDD8D9
(253,216,217)
#FEEBEA
(254,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F42D40 color. Also use rgb(244,45,64) instead hex code.

Text Font Color

.myTextColor { color: #F42D40; }

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

This text font color is #F42D40.


Background Color

.myBgColor { background-color: #F42D40; }

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

This div background color is #F42D40.


Border color

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

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

This div border color is #F42D40.


Opacity

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

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

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

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

This text has shadow with #F42D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F42D40 on black background.


Color preview on white background

This text has color #F42D40 on white background.



Black color preview on #F42D40 background

This text has black color on #F42D40 background.


White color preview on #F42D40 background

This text has white color on #F42D40 background.