COLOR #F41246

HEX: #F41246
RGB: (244,18,70)

Color info

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

RGB color model

#F41246 color RGB value is (244,18,70).

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

RGB channels and saturation

R 244 of 255 = 96%
G 18 of 255 = 7%
B 70 of 255 = 27%

244
18
70

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

Portions of RGB colors in percentages

R + G + B =
244 + 18 + 70 = 332 (100%)
R 244 of 332 ~ 73.49%
G 18 of 332 ~ 5.42%
B 70 of 332 ~ 21.08%

%73.49
%21.08

CMYK color model

#F41246 color CMYK value is (0,93,71,4).

  • cyan value is 0.00%
  • magenta value is 92.62%
  • yellow value is 71.31%
  • key color value is 4.31%
CMYK:
(0,93,71,4)
C0M93Y71K4 
(0%,93%,71%,4%)
(0.00/0.93/0.71/0.04)	

CMYK percentages

%0
%92.62
%71.31
%4.31

Codes

Color #F41246 in popluar color models

F41246
RGB2441870
HSL346°91.13%51.37%
HSB/HSV346°92.62%95.69%
CMYK0.00%92.62%71.31%
4.31%

Color #F41246 in popluar number systems.

HEXF41246
Decimal2441870
Binary11110100100101000110
Octal36422106

Shades and tints

Shades of #F41246

#F41246
(244,18,70)
#DE1140
(222,17,64)
#C8103A
(200,16,58)
#B20F34
(178,15,52)
#9C0E2E
(156,14,46)
#860D28
(134,13,40)
#700C22
(112,12,34)
#5A0B1C
(90,11,28)
#440A16
(68,10,22)
#2E0910
(46,9,16)
#18080A
(24,8,10)
#000000
(0,0,0)

Tints of #F41246

#F41246
(244,18,70)
#F52756
(245,39,86)
#F63C66
(246,60,102)
#F75176
(247,81,118)
#F86686
(248,102,134)
#F97B96
(249,123,150)
#FA90A6
(250,144,166)
#FBA5B6
(251,165,182)
#FCBAC6
(252,186,198)
#FDCFD6
(253,207,214)
#FEE4E6
(254,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F41246; }

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

This text font color is #F41246.


Background Color

.myBgColor { background-color: #F41246; }

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

This div background color is #F41246.


Border color

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

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

This div border color is #F41246.


Opacity

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

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

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

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

This text has shadow with #F41246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F41246 on black background.


Color preview on white background

This text has color #F41246 on white background.



Black color preview on #F41246 background

This text has black color on #F41246 background.


White color preview on #F41246 background

This text has white color on #F41246 background.