COLOR #F44D78

HEX: #F44D78
RGB: (244,77,120)

Color info

#F44D78 contains mainly red color. Web safe color of #F44D78 is #FF3366 (or #F36).

RGB color model

#F44D78 color RGB value is (244,77,120).

  • red value is 244;
  • green value is 77;
  • blue value is 120.
RGB:
(244,77,120)
(96%,30%,47%)

RGB channels and saturation

R 244 of 255 = 96%
G 77 of 255 = 30%
B 120 of 255 = 47%

244
77
120

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

Portions of RGB colors in percentages

R + G + B =
244 + 77 + 120 = 441 (100%)
R 244 of 441 ~ 55.33%
G 77 of 441 ~ 17.46%
B 120 of 441 ~ 27.21%

%55.33
%17.46
%27.21

CMYK color model

#F44D78 color CMYK value is (0,68,51,4).

  • cyan value is 0.00%
  • magenta value is 68.44%
  • yellow value is 50.82%
  • key color value is 4.31%
CMYK:
(0,68,51,4)
C0M68Y51K4 
(0%,68%,51%,4%)
(0.00/0.68/0.51/0.04)	

CMYK percentages

%0
%68.44
%50.82
%4.31

Codes

Color #F44D78 in popluar color models

F44D78
RGB24477120
HSL345°88.36%62.94%
HSB/HSV345°68.44%95.69%
CMYK0.00%68.44%50.82%
4.31%

Color #F44D78 in popluar number systems.

HEXF44D78
Decimal24477120
Binary1111010010011011111000
Octal364115170

Shades and tints

Shades of #F44D78

#F44D78
(244,77,120)
#DE466E
(222,70,110)
#C83F64
(200,63,100)
#B2385A
(178,56,90)
#9C3150
(156,49,80)
#862A46
(134,42,70)
#70233C
(112,35,60)
#5A1C32
(90,28,50)
#441528
(68,21,40)
#2E0E1E
(46,14,30)
#180714
(24,7,20)
#000000
(0,0,0)

Tints of #F44D78

#F44D78
(244,77,120)
#F55D84
(245,93,132)
#F66D90
(246,109,144)
#F77D9C
(247,125,156)
#F88DA8
(248,141,168)
#F99DB4
(249,157,180)
#FAADC0
(250,173,192)
#FBBDCC
(251,189,204)
#FCCDD8
(252,205,216)
#FDDDE4
(253,221,228)
#FEEDF0
(254,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F44D78 color. Also use rgb(244,77,120) instead hex code.

Text Font Color

.myTextColor { color: #F44D78; }

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

This text font color is #F44D78.


Background Color

.myBgColor { background-color: #F44D78; }

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

This div background color is #F44D78.


Border color

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

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

This div border color is #F44D78.


Opacity

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

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

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

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

This text has shadow with #F44D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F44D78 on black background.


Color preview on white background

This text has color #F44D78 on white background.



Black color preview on #F44D78 background

This text has black color on #F44D78 background.


White color preview on #F44D78 background

This text has white color on #F44D78 background.