COLOR #F16F72

HEX: #F16F72
RGB: (241,111,114)

Color info

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

RGB color model

#F16F72 color RGB value is (241,111,114).

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

RGB channels and saturation

R 241 of 255 = 95%
G 111 of 255 = 44%
B 114 of 255 = 45%

241
111
114

R + G + B ~ 61%. #F16F72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 111 + 114 = 466 (100%)
R 241 of 466 ~ 51.72%
G 111 of 466 ~ 23.82%
B 114 of 466 ~ 24.46%

%51.72
%23.82
%24.46

CMYK color model

#F16F72 color CMYK value is (0,54,53,5).

  • cyan value is 0.00%
  • magenta value is 53.94%
  • yellow value is 52.70%
  • key color value is 5.49%
CMYK:
(0,54,53,5)
C0M54Y53K5 
(0%,54%,53%,5%)
(0.00/0.54/0.53/0.05)	

CMYK percentages

%0
%53.94
%52.7
%5.49

Codes

Color #F16F72 in popluar color models

F16F72
RGB241111114
HSL359°82.28%69.02%
HSB/HSV359°53.94%94.51%
CMYK0.00%53.94%52.70%
5.49%

Color #F16F72 in popluar number systems.

HEXF16F72
Decimal241111114
Binary1111000111011111110010
Octal361157162

Shades and tints

Shades of #F16F72

#F16F72
(241,111,114)
#DC6568
(220,101,104)
#C75B5E
(199,91,94)
#B25154
(178,81,84)
#9D474A
(157,71,74)
#883D40
(136,61,64)
#733336
(115,51,54)
#5E292C
(94,41,44)
#491F22
(73,31,34)
#341518
(52,21,24)
#1F0B0E
(31,11,14)
#000000
(0,0,0)

Tints of #F16F72

#F16F72
(241,111,114)
#F27C7E
(242,124,126)
#F3898A
(243,137,138)
#F49696
(244,150,150)
#F5A3A2
(245,163,162)
#F6B0AE
(246,176,174)
#F7BDBA
(247,189,186)
#F8CAC6
(248,202,198)
#F9D7D2
(249,215,210)
#FAE4DE
(250,228,222)
#FBF1EA
(251,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F16F72; }

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

This text font color is #F16F72.


Background Color

.myBgColor { background-color: #F16F72; }

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

This div background color is #F16F72.


Border color

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

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

This div border color is #F16F72.


Opacity

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

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

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

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

This text has shadow with #F16F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F16F72 on black background.


Color preview on white background

This text has color #F16F72 on white background.



Black color preview on #F16F72 background

This text has black color on #F16F72 background.


White color preview on #F16F72 background

This text has white color on #F16F72 background.