COLOR #F40064

HEX: #F40064
RGB: (244,0,100)

Color info

#F40064 contains mainly red color. Web safe color of #F40064 is #FF0066 (or #F06).

RGB color model

#F40064 color RGB value is (244,0,100).

  • red value is 244;
  • green value is 0;
  • blue value is 100.
RGB:
(244,0,100)
(96%,0%,39%)

RGB channels and saturation

R 244 of 255 = 96%
G 0 of 255 = 0%
B 100 of 255 = 39%

244
0
100

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

Portions of RGB colors in percentages

R + G + B =
244 + 0 + 100 = 344 (100%)
R 244 of 344 ~ 70.93%
G 0 of 344 ~ 0%
B 100 of 344 ~ 29.07%

%70.93
%29.07

CMYK color model

#F40064 color CMYK value is (0,100,59,4).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 59.02%
  • key color value is 4.31%
CMYK:
(0,100,59,4)
C0M100Y59K4 
(0%,100%,59%,4%)
(0.00/1.00/0.59/0.04)	

CMYK percentages

%0
%100
%59.02
%4.31

Codes

Color #F40064 in popluar color models

F40064
RGB2440100
HSL335°100.00%47.84%
HSB/HSV335°100.00%95.69%
CMYK0.00%100.00%59.02%
4.31%

Color #F40064 in popluar number systems.

HEXF40064
Decimal2440100
Binary1111010001100100
Octal3640144

Shades and tints

Shades of #F40064

#F40064
(244,0,100)
#DE005B
(222,0,91)
#C80052
(200,0,82)
#B20049
(178,0,73)
#9C0040
(156,0,64)
#860037
(134,0,55)
#70002E
(112,0,46)
#5A0025
(90,0,37)
#44001C
(68,0,28)
#2E0013
(46,0,19)
#18000A
(24,0,10)
#000000
(0,0,0)

Tints of #F40064

#F40064
(244,0,100)
#F51772
(245,23,114)
#F62E80
(246,46,128)
#F7458E
(247,69,142)
#F85C9C
(248,92,156)
#F973AA
(249,115,170)
#FA8AB8
(250,138,184)
#FBA1C6
(251,161,198)
#FCB8D4
(252,184,212)
#FDCFE2
(253,207,226)
#FEE6F0
(254,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F40064 color. Also use rgb(244,0,100) instead hex code.

Text Font Color

.myTextColor { color: #F40064; }

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

This text font color is #F40064.


Background Color

.myBgColor { background-color: #F40064; }

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

This div background color is #F40064.


Border color

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

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

This div border color is #F40064.


Opacity

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

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

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

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

This text has shadow with #F40064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F40064 on black background.


Color preview on white background

This text has color #F40064 on white background.



Black color preview on #F40064 background

This text has black color on #F40064 background.


White color preview on #F40064 background

This text has white color on #F40064 background.