COLOR #F11D57

HEX: #F11D57
RGB: (241,29,87)

Color info

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

RGB color model

#F11D57 color RGB value is (241,29,87).

  • red value is 241;
  • green value is 29;
  • blue value is 87.
RGB:
(241,29,87)
(95%,11%,34%)

RGB channels and saturation

R 241 of 255 = 95%
G 29 of 255 = 11%
B 87 of 255 = 34%

241
29
87

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

Portions of RGB colors in percentages

R + G + B =
241 + 29 + 87 = 357 (100%)
R 241 of 357 ~ 67.51%
G 29 of 357 ~ 8.12%
B 87 of 357 ~ 24.37%

%67.51
%24.37

CMYK color model

#F11D57 color CMYK value is (0,88,64,5).

  • cyan value is 0.00%
  • magenta value is 87.97%
  • yellow value is 63.90%
  • key color value is 5.49%
CMYK:
(0,88,64,5)
C0M88Y64K5 
(0%,88%,64%,5%)
(0.00/0.88/0.64/0.05)	

CMYK percentages

%0
%87.97
%63.9
%5.49

Codes

Color #F11D57 in popluar color models

F11D57
RGB2412987
HSL344°88.33%52.94%
HSB/HSV344°87.97%94.51%
CMYK0.00%87.97%63.90%
5.49%

Color #F11D57 in popluar number systems.

HEXF11D57
Decimal2412987
Binary11110001111011010111
Octal36135127

Shades and tints

Shades of #F11D57

#F11D57
(241,29,87)
#DC1B50
(220,27,80)
#C71949
(199,25,73)
#B21742
(178,23,66)
#9D153B
(157,21,59)
#881334
(136,19,52)
#73112D
(115,17,45)
#5E0F26
(94,15,38)
#490D1F
(73,13,31)
#340B18
(52,11,24)
#1F0911
(31,9,17)
#000000
(0,0,0)

Tints of #F11D57

#F11D57
(241,29,87)
#F23166
(242,49,102)
#F34575
(243,69,117)
#F45984
(244,89,132)
#F56D93
(245,109,147)
#F681A2
(246,129,162)
#F795B1
(247,149,177)
#F8A9C0
(248,169,192)
#F9BDCF
(249,189,207)
#FAD1DE
(250,209,222)
#FBE5ED
(251,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F11D57 color. Also use rgb(241,29,87) instead hex code.

Text Font Color

.myTextColor { color: #F11D57; }

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

This text font color is #F11D57.


Background Color

.myBgColor { background-color: #F11D57; }

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

This div background color is #F11D57.


Border color

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

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

This div border color is #F11D57.


Opacity

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

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

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

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

This text has shadow with #F11D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F11D57 on black background.


Color preview on white background

This text has color #F11D57 on white background.



Black color preview on #F11D57 background

This text has black color on #F11D57 background.


White color preview on #F11D57 background

This text has white color on #F11D57 background.