COLOR #F13E5F

HEX: #F13E5F
RGB: (241,62,95)

Color info

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

RGB color model

#F13E5F color RGB value is (241,62,95).

  • red value is 241;
  • green value is 62;
  • blue value is 95.
RGB:
(241,62,95)
(95%,24%,37%)

RGB channels and saturation

R 241 of 255 = 95%
G 62 of 255 = 24%
B 95 of 255 = 37%

241
62
95

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

Portions of RGB colors in percentages

R + G + B =
241 + 62 + 95 = 398 (100%)
R 241 of 398 ~ 60.55%
G 62 of 398 ~ 15.58%
B 95 of 398 ~ 23.87%

%60.55
%15.58
%23.87

CMYK color model

#F13E5F color CMYK value is (0,74,61,5).

  • cyan value is 0.00%
  • magenta value is 74.27%
  • yellow value is 60.58%
  • key color value is 5.49%
CMYK:
(0,74,61,5)
C0M74Y61K5 
(0%,74%,61%,5%)
(0.00/0.74/0.61/0.05)	

CMYK percentages

%0
%74.27
%60.58
%5.49

Codes

Color #F13E5F in popluar color models

F13E5F
RGB2416295
HSL349°86.47%59.41%
HSB/HSV349°74.27%94.51%
CMYK0.00%74.27%60.58%
5.49%

Color #F13E5F in popluar number systems.

HEXF13E5F
Decimal2416295
Binary111100011111101011111
Octal36176137

Shades and tints

Shades of #F13E5F

#F13E5F
(241,62,95)
#DC3957
(220,57,87)
#C7344F
(199,52,79)
#B22F47
(178,47,71)
#9D2A3F
(157,42,63)
#882537
(136,37,55)
#73202F
(115,32,47)
#5E1B27
(94,27,39)
#49161F
(73,22,31)
#341117
(52,17,23)
#1F0C0F
(31,12,15)
#000000
(0,0,0)

Tints of #F13E5F

#F13E5F
(241,62,95)
#F24F6D
(242,79,109)
#F3607B
(243,96,123)
#F47189
(244,113,137)
#F58297
(245,130,151)
#F693A5
(246,147,165)
#F7A4B3
(247,164,179)
#F8B5C1
(248,181,193)
#F9C6CF
(249,198,207)
#FAD7DD
(250,215,221)
#FBE8EB
(251,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F13E5F color. Also use rgb(241,62,95) instead hex code.

Text Font Color

.myTextColor { color: #F13E5F; }

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

This text font color is #F13E5F.


Background Color

.myBgColor { background-color: #F13E5F; }

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

This div background color is #F13E5F.


Border color

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

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

This div border color is #F13E5F.


Opacity

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

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

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

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

This text has shadow with #F13E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F13E5F on black background.


Color preview on white background

This text has color #F13E5F on white background.



Black color preview on #F13E5F background

This text has black color on #F13E5F background.


White color preview on #F13E5F background

This text has white color on #F13E5F background.