COLOR #F13A6B

HEX: #F13A6B
RGB: (241,58,107)

Color info

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

RGB color model

#F13A6B color RGB value is (241,58,107).

  • red value is 241;
  • green value is 58;
  • blue value is 107.
RGB:
(241,58,107)
(95%,23%,42%)

RGB channels and saturation

R 241 of 255 = 95%
G 58 of 255 = 23%
B 107 of 255 = 42%

241
58
107

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

Portions of RGB colors in percentages

R + G + B =
241 + 58 + 107 = 406 (100%)
R 241 of 406 ~ 59.36%
G 58 of 406 ~ 14.29%
B 107 of 406 ~ 26.35%

%59.36
%14.29
%26.35

CMYK color model

#F13A6B color CMYK value is (0,76,56,5).

  • cyan value is 0.00%
  • magenta value is 75.93%
  • yellow value is 55.60%
  • key color value is 5.49%
CMYK:
(0,76,56,5)
C0M76Y56K5 
(0%,76%,56%,5%)
(0.00/0.76/0.56/0.05)	

CMYK percentages

%0
%75.93
%55.6
%5.49

Codes

Color #F13A6B in popluar color models

F13A6B
RGB24158107
HSL344°86.73%58.63%
HSB/HSV344°75.93%94.51%
CMYK0.00%75.93%55.60%
5.49%

Color #F13A6B in popluar number systems.

HEXF13A6B
Decimal24158107
Binary111100011110101101011
Octal36172153

Shades and tints

Shades of #F13A6B

#F13A6B
(241,58,107)
#DC3562
(220,53,98)
#C73059
(199,48,89)
#B22B50
(178,43,80)
#9D2647
(157,38,71)
#88213E
(136,33,62)
#731C35
(115,28,53)
#5E172C
(94,23,44)
#491223
(73,18,35)
#340D1A
(52,13,26)
#1F0811
(31,8,17)
#000000
(0,0,0)

Tints of #F13A6B

#F13A6B
(241,58,107)
#F24B78
(242,75,120)
#F35C85
(243,92,133)
#F46D92
(244,109,146)
#F57E9F
(245,126,159)
#F68FAC
(246,143,172)
#F7A0B9
(247,160,185)
#F8B1C6
(248,177,198)
#F9C2D3
(249,194,211)
#FAD3E0
(250,211,224)
#FBE4ED
(251,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F13A6B color. Also use rgb(241,58,107) instead hex code.

Text Font Color

.myTextColor { color: #F13A6B; }

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

This text font color is #F13A6B.


Background Color

.myBgColor { background-color: #F13A6B; }

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

This div background color is #F13A6B.


Border color

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

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

This div border color is #F13A6B.


Opacity

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

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

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

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

This text has shadow with #F13A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F13A6B on black background.


Color preview on white background

This text has color #F13A6B on white background.



Black color preview on #F13A6B background

This text has black color on #F13A6B background.


White color preview on #F13A6B background

This text has white color on #F13A6B background.