COLOR #F13186

HEX: #F13186
RGB: (241,49,134)

Color info

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

RGB color model

#F13186 color RGB value is (241,49,134).

  • red value is 241;
  • green value is 49;
  • blue value is 134.
RGB:
(241,49,134)
(95%,19%,53%)

RGB channels and saturation

R 241 of 255 = 95%
G 49 of 255 = 19%
B 134 of 255 = 53%

241
49
134

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

Portions of RGB colors in percentages

R + G + B =
241 + 49 + 134 = 424 (100%)
R 241 of 424 ~ 56.84%
G 49 of 424 ~ 11.56%
B 134 of 424 ~ 31.6%

%56.84
%11.56
%31.6

CMYK color model

#F13186 color CMYK value is (0,80,44,5).

  • cyan value is 0.00%
  • magenta value is 79.67%
  • yellow value is 44.40%
  • key color value is 5.49%
CMYK:
(0,80,44,5)
C0M80Y44K5 
(0%,80%,44%,5%)
(0.00/0.80/0.44/0.05)	

CMYK percentages

%0
%79.67
%44.4
%5.49

Codes

Color #F13186 in popluar color models

F13186
RGB24149134
HSL333°87.27%56.86%
HSB/HSV333°79.67%94.51%
CMYK0.00%79.67%44.40%
5.49%

Color #F13186 in popluar number systems.

HEXF13186
Decimal24149134
Binary1111000111000110000110
Octal36161206

Shades and tints

Shades of #F13186

#F13186
(241,49,134)
#DC2D7A
(220,45,122)
#C7296E
(199,41,110)
#B22562
(178,37,98)
#9D2156
(157,33,86)
#881D4A
(136,29,74)
#73193E
(115,25,62)
#5E1532
(94,21,50)
#491126
(73,17,38)
#340D1A
(52,13,26)
#1F090E
(31,9,14)
#000000
(0,0,0)

Tints of #F13186

#F13186
(241,49,134)
#F24391
(242,67,145)
#F3559C
(243,85,156)
#F467A7
(244,103,167)
#F579B2
(245,121,178)
#F68BBD
(246,139,189)
#F79DC8
(247,157,200)
#F8AFD3
(248,175,211)
#F9C1DE
(249,193,222)
#FAD3E9
(250,211,233)
#FBE5F4
(251,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F13186 color. Also use rgb(241,49,134) instead hex code.

Text Font Color

.myTextColor { color: #F13186; }

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

This text font color is #F13186.


Background Color

.myBgColor { background-color: #F13186; }

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

This div background color is #F13186.


Border color

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

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

This div border color is #F13186.


Opacity

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

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

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

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

This text has shadow with #F13186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F13186 on black background.


Color preview on white background

This text has color #F13186 on white background.



Black color preview on #F13186 background

This text has black color on #F13186 background.


White color preview on #F13186 background

This text has white color on #F13186 background.