COLOR #F43A5F

HEX: #F43A5F
RGB: (244,58,95)

Color info

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

RGB color model

#F43A5F color RGB value is (244,58,95).

  • red value is 244;
  • green value is 58;
  • blue value is 95.
RGB:
(244,58,95)
(96%,23%,37%)

RGB channels and saturation

R 244 of 255 = 96%
G 58 of 255 = 23%
B 95 of 255 = 37%

244
58
95

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

Portions of RGB colors in percentages

R + G + B =
244 + 58 + 95 = 397 (100%)
R 244 of 397 ~ 61.46%
G 58 of 397 ~ 14.61%
B 95 of 397 ~ 23.93%

%61.46
%14.61
%23.93

CMYK color model

#F43A5F color CMYK value is (0,76,61,4).

  • cyan value is 0.00%
  • magenta value is 76.23%
  • yellow value is 61.07%
  • key color value is 4.31%
CMYK:
(0,76,61,4)
C0M76Y61K4 
(0%,76%,61%,4%)
(0.00/0.76/0.61/0.04)	

CMYK percentages

%0
%76.23
%61.07
%4.31

Codes

Color #F43A5F in popluar color models

F43A5F
RGB2445895
HSL348°89.42%59.22%
HSB/HSV348°76.23%95.69%
CMYK0.00%76.23%61.07%
4.31%

Color #F43A5F in popluar number systems.

HEXF43A5F
Decimal2445895
Binary111101001110101011111
Octal36472137

Shades and tints

Shades of #F43A5F

#F43A5F
(244,58,95)
#DE3557
(222,53,87)
#C8304F
(200,48,79)
#B22B47
(178,43,71)
#9C263F
(156,38,63)
#862137
(134,33,55)
#701C2F
(112,28,47)
#5A1727
(90,23,39)
#44121F
(68,18,31)
#2E0D17
(46,13,23)
#18080F
(24,8,15)
#000000
(0,0,0)

Tints of #F43A5F

#F43A5F
(244,58,95)
#F54B6D
(245,75,109)
#F65C7B
(246,92,123)
#F76D89
(247,109,137)
#F87E97
(248,126,151)
#F98FA5
(249,143,165)
#FAA0B3
(250,160,179)
#FBB1C1
(251,177,193)
#FCC2CF
(252,194,207)
#FDD3DD
(253,211,221)
#FEE4EB
(254,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F43A5F color. Also use rgb(244,58,95) instead hex code.

Text Font Color

.myTextColor { color: #F43A5F; }

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

This text font color is #F43A5F.


Background Color

.myBgColor { background-color: #F43A5F; }

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

This div background color is #F43A5F.


Border color

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

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

This div border color is #F43A5F.


Opacity

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

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

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

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

This text has shadow with #F43A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F43A5F on black background.


Color preview on white background

This text has color #F43A5F on white background.



Black color preview on #F43A5F background

This text has black color on #F43A5F background.


White color preview on #F43A5F background

This text has white color on #F43A5F background.