COLOR #F44F71

HEX: #F44F71
RGB: (244,79,113)

Color info

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

RGB color model

#F44F71 color RGB value is (244,79,113).

  • red value is 244;
  • green value is 79;
  • blue value is 113.
RGB:
(244,79,113)
(96%,31%,44%)

RGB channels and saturation

R 244 of 255 = 96%
G 79 of 255 = 31%
B 113 of 255 = 44%

244
79
113

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

Portions of RGB colors in percentages

R + G + B =
244 + 79 + 113 = 436 (100%)
R 244 of 436 ~ 55.96%
G 79 of 436 ~ 18.12%
B 113 of 436 ~ 25.92%

%55.96
%18.12
%25.92

CMYK color model

#F44F71 color CMYK value is (0,68,54,4).

  • cyan value is 0.00%
  • magenta value is 67.62%
  • yellow value is 53.69%
  • key color value is 4.31%
CMYK:
(0,68,54,4)
C0M68Y54K4 
(0%,68%,54%,4%)
(0.00/0.68/0.54/0.04)	

CMYK percentages

%0
%67.62
%53.69
%4.31

Codes

Color #F44F71 in popluar color models

F44F71
RGB24479113
HSL348°88.24%63.33%
HSB/HSV348°67.62%95.69%
CMYK0.00%67.62%53.69%
4.31%

Color #F44F71 in popluar number systems.

HEXF44F71
Decimal24479113
Binary1111010010011111110001
Octal364117161

Shades and tints

Shades of #F44F71

#F44F71
(244,79,113)
#DE4867
(222,72,103)
#C8415D
(200,65,93)
#B23A53
(178,58,83)
#9C3349
(156,51,73)
#862C3F
(134,44,63)
#702535
(112,37,53)
#5A1E2B
(90,30,43)
#441721
(68,23,33)
#2E1017
(46,16,23)
#18090D
(24,9,13)
#000000
(0,0,0)

Tints of #F44F71

#F44F71
(244,79,113)
#F55F7D
(245,95,125)
#F66F89
(246,111,137)
#F77F95
(247,127,149)
#F88FA1
(248,143,161)
#F99FAD
(249,159,173)
#FAAFB9
(250,175,185)
#FBBFC5
(251,191,197)
#FCCFD1
(252,207,209)
#FDDFDD
(253,223,221)
#FEEFE9
(254,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F44F71 color. Also use rgb(244,79,113) instead hex code.

Text Font Color

.myTextColor { color: #F44F71; }

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

This text font color is #F44F71.


Background Color

.myBgColor { background-color: #F44F71; }

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

This div background color is #F44F71.


Border color

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

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

This div border color is #F44F71.


Opacity

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

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

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

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

This text has shadow with #F44F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F44F71 on black background.


Color preview on white background

This text has color #F44F71 on white background.



Black color preview on #F44F71 background

This text has black color on #F44F71 background.


White color preview on #F44F71 background

This text has white color on #F44F71 background.