COLOR #F40C4B

HEX: #F40C4B
RGB: (244,12,75)

Color info

#F40C4B contains mainly red color. Web safe color of #F40C4B is #FF0033 (or #F03).

RGB color model

#F40C4B color RGB value is (244,12,75).

  • red value is 244;
  • green value is 12;
  • blue value is 75.
RGB:
(244,12,75)
(96%,5%,29%)

RGB channels and saturation

R 244 of 255 = 96%
G 12 of 255 = 5%
B 75 of 255 = 29%

244
12
75

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

Portions of RGB colors in percentages

R + G + B =
244 + 12 + 75 = 331 (100%)
R 244 of 331 ~ 73.72%
G 12 of 331 ~ 3.63%
B 75 of 331 ~ 22.66%

%73.72
%22.66

CMYK color model

#F40C4B color CMYK value is (0,95,69,4).

  • cyan value is 0.00%
  • magenta value is 95.08%
  • yellow value is 69.26%
  • key color value is 4.31%
CMYK:
(0,95,69,4)
C0M95Y69K4 
(0%,95%,69%,4%)
(0.00/0.95/0.69/0.04)	

CMYK percentages

%0
%95.08
%69.26
%4.31

Codes

Color #F40C4B in popluar color models

F40C4B
RGB2441275
HSL344°91.34%50.20%
HSB/HSV344°95.08%95.69%
CMYK0.00%95.08%69.26%
4.31%

Color #F40C4B in popluar number systems.

HEXF40C4B
Decimal2441275
Binary1111010011001001011
Octal36414113

Shades and tints

Shades of #F40C4B

#F40C4B
(244,12,75)
#DE0B45
(222,11,69)
#C80A3F
(200,10,63)
#B20939
(178,9,57)
#9C0833
(156,8,51)
#86072D
(134,7,45)
#700627
(112,6,39)
#5A0521
(90,5,33)
#44041B
(68,4,27)
#2E0315
(46,3,21)
#18020F
(24,2,15)
#000000
(0,0,0)

Tints of #F40C4B

#F40C4B
(244,12,75)
#F5225B
(245,34,91)
#F6386B
(246,56,107)
#F74E7B
(247,78,123)
#F8648B
(248,100,139)
#F97A9B
(249,122,155)
#FA90AB
(250,144,171)
#FBA6BB
(251,166,187)
#FCBCCB
(252,188,203)
#FDD2DB
(253,210,219)
#FEE8EB
(254,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F40C4B color. Also use rgb(244,12,75) instead hex code.

Text Font Color

.myTextColor { color: #F40C4B; }

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

This text font color is #F40C4B.


Background Color

.myBgColor { background-color: #F40C4B; }

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

This div background color is #F40C4B.


Border color

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

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

This div border color is #F40C4B.


Opacity

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

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

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

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

This text has shadow with #F40C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F40C4B on black background.


Color preview on white background

This text has color #F40C4B on white background.



Black color preview on #F40C4B background

This text has black color on #F40C4B background.


White color preview on #F40C4B background

This text has white color on #F40C4B background.