COLOR #F16558

HEX: #F16558
RGB: (241,101,88)

Color info

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

RGB color model

#F16558 color RGB value is (241,101,88).

  • red value is 241;
  • green value is 101;
  • blue value is 88.
RGB:
(241,101,88)
(95%,40%,35%)

RGB channels and saturation

R 241 of 255 = 95%
G 101 of 255 = 40%
B 88 of 255 = 35%

241
101
88

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

Portions of RGB colors in percentages

R + G + B =
241 + 101 + 88 = 430 (100%)
R 241 of 430 ~ 56.05%
G 101 of 430 ~ 23.49%
B 88 of 430 ~ 20.47%

%56.05
%23.49
%20.47

CMYK color model

#F16558 color CMYK value is (0,58,63,5).

  • cyan value is 0.00%
  • magenta value is 58.09%
  • yellow value is 63.49%
  • key color value is 5.49%
CMYK:
(0,58,63,5)
C0M58Y63K5 
(0%,58%,63%,5%)
(0.00/0.58/0.63/0.05)	

CMYK percentages

%0
%58.09
%63.49
%5.49

Codes

Color #F16558 in popluar color models

F16558
RGB24110188
HSL84.53%64.51%
HSB/HSV63.49%94.51%
CMYK0.00%58.09%63.49%
5.49%

Color #F16558 in popluar number systems.

HEXF16558
Decimal24110188
Binary1111000111001011011000
Octal361145130

Shades and tints

Shades of #F16558

#F16558
(241,101,88)
#DC5C50
(220,92,80)
#C75348
(199,83,72)
#B24A40
(178,74,64)
#9D4138
(157,65,56)
#883830
(136,56,48)
#732F28
(115,47,40)
#5E2620
(94,38,32)
#491D18
(73,29,24)
#341410
(52,20,16)
#1F0B08
(31,11,8)
#000000
(0,0,0)

Tints of #F16558

#F16558
(241,101,88)
#F27367
(242,115,103)
#F38176
(243,129,118)
#F48F85
(244,143,133)
#F59D94
(245,157,148)
#F6ABA3
(246,171,163)
#F7B9B2
(247,185,178)
#F8C7C1
(248,199,193)
#F9D5D0
(249,213,208)
#FAE3DF
(250,227,223)
#FBF1EE
(251,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F16558 color. Also use rgb(241,101,88) instead hex code.

Text Font Color

.myTextColor { color: #F16558; }

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

This text font color is #F16558.


Background Color

.myBgColor { background-color: #F16558; }

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

This div background color is #F16558.


Border color

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

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

This div border color is #F16558.


Opacity

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

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

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

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

This text has shadow with #F16558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F16558 on black background.


Color preview on white background

This text has color #F16558 on white background.



Black color preview on #F16558 background

This text has black color on #F16558 background.


White color preview on #F16558 background

This text has white color on #F16558 background.