COLOR #F11E83

HEX: #F11E83
RGB: (241,30,131)

Color info

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

RGB color model

#F11E83 color RGB value is (241,30,131).

  • red value is 241;
  • green value is 30;
  • blue value is 131.
RGB:
(241,30,131)
(95%,12%,51%)

RGB channels and saturation

R 241 of 255 = 95%
G 30 of 255 = 12%
B 131 of 255 = 51%

241
30
131

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

Portions of RGB colors in percentages

R + G + B =
241 + 30 + 131 = 402 (100%)
R 241 of 402 ~ 59.95%
G 30 of 402 ~ 7.46%
B 131 of 402 ~ 32.59%

%59.95
%32.59

CMYK color model

#F11E83 color CMYK value is (0,88,46,5).

  • cyan value is 0.00%
  • magenta value is 87.55%
  • yellow value is 45.64%
  • key color value is 5.49%
CMYK:
(0,88,46,5)
C0M88Y46K5 
(0%,88%,46%,5%)
(0.00/0.88/0.46/0.05)	

CMYK percentages

%0
%87.55
%45.64
%5.49

Codes

Color #F11E83 in popluar color models

F11E83
RGB24130131
HSL331°88.28%53.14%
HSB/HSV331°87.55%94.51%
CMYK0.00%87.55%45.64%
5.49%

Color #F11E83 in popluar number systems.

HEXF11E83
Decimal24130131
Binary111100011111010000011
Octal36136203

Shades and tints

Shades of #F11E83

#F11E83
(241,30,131)
#DC1C78
(220,28,120)
#C71A6D
(199,26,109)
#B21862
(178,24,98)
#9D1657
(157,22,87)
#88144C
(136,20,76)
#731241
(115,18,65)
#5E1036
(94,16,54)
#490E2B
(73,14,43)
#340C20
(52,12,32)
#1F0A15
(31,10,21)
#000000
(0,0,0)

Tints of #F11E83

#F11E83
(241,30,131)
#F2328E
(242,50,142)
#F34699
(243,70,153)
#F45AA4
(244,90,164)
#F56EAF
(245,110,175)
#F682BA
(246,130,186)
#F796C5
(247,150,197)
#F8AAD0
(248,170,208)
#F9BEDB
(249,190,219)
#FAD2E6
(250,210,230)
#FBE6F1
(251,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F11E83 color. Also use rgb(241,30,131) instead hex code.

Text Font Color

.myTextColor { color: #F11E83; }

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

This text font color is #F11E83.


Background Color

.myBgColor { background-color: #F11E83; }

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

This div background color is #F11E83.


Border color

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

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

This div border color is #F11E83.


Opacity

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

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

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

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

This text has shadow with #F11E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F11E83 on black background.


Color preview on white background

This text has color #F11E83 on white background.



Black color preview on #F11E83 background

This text has black color on #F11E83 background.


White color preview on #F11E83 background

This text has white color on #F11E83 background.