COLOR #F15B5B

HEX: #F15B5B
RGB: (241,91,91)

Color info

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

RGB color model

#F15B5B color RGB value is (241,91,91).

  • red value is 241;
  • green value is 91;
  • blue value is 91.
RGB:
(241,91,91)
(95%,36%,36%)

RGB channels and saturation

R 241 of 255 = 95%
G 91 of 255 = 36%
B 91 of 255 = 36%

241
91
91

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

Portions of RGB colors in percentages

R + G + B =
241 + 91 + 91 = 423 (100%)
R 241 of 423 ~ 56.97%
G 91 of 423 ~ 21.51%
B 91 of 423 ~ 21.51%

%56.97
%21.51
%21.51

CMYK color model

#F15B5B color CMYK value is (0,62,62,5).

  • cyan value is 0.00%
  • magenta value is 62.24%
  • yellow value is 62.24%
  • key color value is 5.49%
CMYK:
(0,62,62,5)
C0M62Y62K5 
(0%,62%,62%,5%)
(0.00/0.62/0.62/0.05)	

CMYK percentages

%0
%62.24
%62.24
%5.49

Codes

Color #F15B5B in popluar color models

F15B5B
RGB2419191
HSL84.27%65.10%
HSB/HSV62.24%94.51%
CMYK0.00%62.24%62.24%
5.49%

Color #F15B5B in popluar number systems.

HEXF15B5B
Decimal2419191
Binary1111000110110111011011
Octal361133133

Shades and tints

Shades of #F15B5B

#F15B5B
(241,91,91)
#DC5353
(220,83,83)
#C74B4B
(199,75,75)
#B24343
(178,67,67)
#9D3B3B
(157,59,59)
#883333
(136,51,51)
#732B2B
(115,43,43)
#5E2323
(94,35,35)
#491B1B
(73,27,27)
#341313
(52,19,19)
#1F0B0B
(31,11,11)
#000000
(0,0,0)

Tints of #F15B5B

#F15B5B
(241,91,91)
#F26969
(242,105,105)
#F37777
(243,119,119)
#F48585
(244,133,133)
#F59393
(245,147,147)
#F6A1A1
(246,161,161)
#F7AFAF
(247,175,175)
#F8BDBD
(248,189,189)
#F9CBCB
(249,203,203)
#FAD9D9
(250,217,217)
#FBE7E7
(251,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F15B5B; }

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

This text font color is #F15B5B.


Background Color

.myBgColor { background-color: #F15B5B; }

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

This div background color is #F15B5B.


Border color

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

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

This div border color is #F15B5B.


Opacity

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

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

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

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

This text has shadow with #F15B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F15B5B on black background.


Color preview on white background

This text has color #F15B5B on white background.



Black color preview on #F15B5B background

This text has black color on #F15B5B background.


White color preview on #F15B5B background

This text has white color on #F15B5B background.