COLOR #F44166

HEX: #F44166
RGB: (244,65,102)

Color info

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

RGB color model

#F44166 color RGB value is (244,65,102).

  • red value is 244;
  • green value is 65;
  • blue value is 102.
RGB:
(244,65,102)
(96%,25%,40%)

RGB channels and saturation

R 244 of 255 = 96%
G 65 of 255 = 25%
B 102 of 255 = 40%

244
65
102

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

Portions of RGB colors in percentages

R + G + B =
244 + 65 + 102 = 411 (100%)
R 244 of 411 ~ 59.37%
G 65 of 411 ~ 15.82%
B 102 of 411 ~ 24.82%

%59.37
%15.82
%24.82

CMYK color model

#F44166 color CMYK value is (0,73,58,4).

  • cyan value is 0.00%
  • magenta value is 73.36%
  • yellow value is 58.20%
  • key color value is 4.31%
CMYK:
(0,73,58,4)
C0M73Y58K4 
(0%,73%,58%,4%)
(0.00/0.73/0.58/0.04)	

CMYK percentages

%0
%73.36
%58.2
%4.31

Codes

Color #F44166 in popluar color models

F44166
RGB24465102
HSL348°89.05%60.59%
HSB/HSV348°73.36%95.69%
CMYK0.00%73.36%58.20%
4.31%

Color #F44166 in popluar number systems.

HEXF44166
Decimal24465102
Binary1111010010000011100110
Octal364101146

Shades and tints

Shades of #F44166

#F44166
(244,65,102)
#DE3C5D
(222,60,93)
#C83754
(200,55,84)
#B2324B
(178,50,75)
#9C2D42
(156,45,66)
#862839
(134,40,57)
#702330
(112,35,48)
#5A1E27
(90,30,39)
#44191E
(68,25,30)
#2E1415
(46,20,21)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #F44166

#F44166
(244,65,102)
#F55273
(245,82,115)
#F66380
(246,99,128)
#F7748D
(247,116,141)
#F8859A
(248,133,154)
#F996A7
(249,150,167)
#FAA7B4
(250,167,180)
#FBB8C1
(251,184,193)
#FCC9CE
(252,201,206)
#FDDADB
(253,218,219)
#FEEBE8
(254,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F44166 color. Also use rgb(244,65,102) instead hex code.

Text Font Color

.myTextColor { color: #F44166; }

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

This text font color is #F44166.


Background Color

.myBgColor { background-color: #F44166; }

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

This div background color is #F44166.


Border color

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

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

This div border color is #F44166.


Opacity

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

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

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

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

This text has shadow with #F44166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F44166 on black background.


Color preview on white background

This text has color #F44166 on white background.



Black color preview on #F44166 background

This text has black color on #F44166 background.


White color preview on #F44166 background

This text has white color on #F44166 background.