COLOR #F44690

HEX: #F44690
RGB: (244,70,144)

Color info

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

RGB color model

#F44690 color RGB value is (244,70,144).

  • red value is 244;
  • green value is 70;
  • blue value is 144.
RGB:
(244,70,144)
(96%,27%,56%)

RGB channels and saturation

R 244 of 255 = 96%
G 70 of 255 = 27%
B 144 of 255 = 56%

244
70
144

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

Portions of RGB colors in percentages

R + G + B =
244 + 70 + 144 = 458 (100%)
R 244 of 458 ~ 53.28%
G 70 of 458 ~ 15.28%
B 144 of 458 ~ 31.44%

%53.28
%15.28
%31.44

CMYK color model

#F44690 color CMYK value is (0,71,41,4).

  • cyan value is 0.00%
  • magenta value is 71.31%
  • yellow value is 40.98%
  • key color value is 4.31%
CMYK:
(0,71,41,4)
C0M71Y41K4 
(0%,71%,41%,4%)
(0.00/0.71/0.41/0.04)	

CMYK percentages

%0
%71.31
%40.98
%4.31

Codes

Color #F44690 in popluar color models

F44690
RGB24470144
HSL334°88.78%61.57%
HSB/HSV334°71.31%95.69%
CMYK0.00%71.31%40.98%
4.31%

Color #F44690 in popluar number systems.

HEXF44690
Decimal24470144
Binary11110100100011010010000
Octal364106220

Shades and tints

Shades of #F44690

#F44690
(244,70,144)
#DE4083
(222,64,131)
#C83A76
(200,58,118)
#B23469
(178,52,105)
#9C2E5C
(156,46,92)
#86284F
(134,40,79)
#702242
(112,34,66)
#5A1C35
(90,28,53)
#441628
(68,22,40)
#2E101B
(46,16,27)
#180A0E
(24,10,14)
#000000
(0,0,0)

Tints of #F44690

#F44690
(244,70,144)
#F5569A
(245,86,154)
#F666A4
(246,102,164)
#F776AE
(247,118,174)
#F886B8
(248,134,184)
#F996C2
(249,150,194)
#FAA6CC
(250,166,204)
#FBB6D6
(251,182,214)
#FCC6E0
(252,198,224)
#FDD6EA
(253,214,234)
#FEE6F4
(254,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F44690 color. Also use rgb(244,70,144) instead hex code.

Text Font Color

.myTextColor { color: #F44690; }

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

This text font color is #F44690.


Background Color

.myBgColor { background-color: #F44690; }

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

This div background color is #F44690.


Border color

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

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

This div border color is #F44690.


Opacity

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

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

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

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

This text has shadow with #F44690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F44690 on black background.


Color preview on white background

This text has color #F44690 on white background.



Black color preview on #F44690 background

This text has black color on #F44690 background.


White color preview on #F44690 background

This text has white color on #F44690 background.