COLOR #F16372

HEX: #F16372
RGB: (241,99,114)

Color info

#F16372 contains mainly red color. Web safe color of #F16372 is #FF6666 (or #F66).

RGB color model

#F16372 color RGB value is (241,99,114).

  • red value is 241;
  • green value is 99;
  • blue value is 114.
RGB:
(241,99,114)
(95%,39%,45%)

RGB channels and saturation

R 241 of 255 = 95%
G 99 of 255 = 39%
B 114 of 255 = 45%

241
99
114

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

Portions of RGB colors in percentages

R + G + B =
241 + 99 + 114 = 454 (100%)
R 241 of 454 ~ 53.08%
G 99 of 454 ~ 21.81%
B 114 of 454 ~ 25.11%

%53.08
%21.81
%25.11

CMYK color model

#F16372 color CMYK value is (0,59,53,5).

  • cyan value is 0.00%
  • magenta value is 58.92%
  • yellow value is 52.70%
  • key color value is 5.49%
CMYK:
(0,59,53,5)
C0M59Y53K5 
(0%,59%,53%,5%)
(0.00/0.59/0.53/0.05)	

CMYK percentages

%0
%58.92
%52.7
%5.49

Codes

Color #F16372 in popluar color models

F16372
RGB24199114
HSL354°83.53%66.67%
HSB/HSV354°58.92%94.51%
CMYK0.00%58.92%52.70%
5.49%

Color #F16372 in popluar number systems.

HEXF16372
Decimal24199114
Binary1111000111000111110010
Octal361143162

Shades and tints

Shades of #F16372

#F16372
(241,99,114)
#DC5A68
(220,90,104)
#C7515E
(199,81,94)
#B24854
(178,72,84)
#9D3F4A
(157,63,74)
#883640
(136,54,64)
#732D36
(115,45,54)
#5E242C
(94,36,44)
#491B22
(73,27,34)
#341218
(52,18,24)
#1F090E
(31,9,14)
#000000
(0,0,0)

Tints of #F16372

#F16372
(241,99,114)
#F2717E
(242,113,126)
#F37F8A
(243,127,138)
#F48D96
(244,141,150)
#F59BA2
(245,155,162)
#F6A9AE
(246,169,174)
#F7B7BA
(247,183,186)
#F8C5C6
(248,197,198)
#F9D3D2
(249,211,210)
#FAE1DE
(250,225,222)
#FBEFEA
(251,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F16372 color. Also use rgb(241,99,114) instead hex code.

Text Font Color

.myTextColor { color: #F16372; }

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

This text font color is #F16372.


Background Color

.myBgColor { background-color: #F16372; }

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

This div background color is #F16372.


Border color

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

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

This div border color is #F16372.


Opacity

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

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

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

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

This text has shadow with #F16372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F16372 on black background.


Color preview on white background

This text has color #F16372 on white background.



Black color preview on #F16372 background

This text has black color on #F16372 background.


White color preview on #F16372 background

This text has white color on #F16372 background.