COLOR #F1153B

HEX: #F1153B
RGB: (241,21,59)

Color info

#F1153B contains mainly red color. Web safe color of #F1153B is #FF0033 (or #F03).

RGB color model

#F1153B color RGB value is (241,21,59).

  • red value is 241;
  • green value is 21;
  • blue value is 59.
RGB:
(241,21,59)
(95%,8%,23%)

RGB channels and saturation

R 241 of 255 = 95%
G 21 of 255 = 8%
B 59 of 255 = 23%

241
21
59

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

Portions of RGB colors in percentages

R + G + B =
241 + 21 + 59 = 321 (100%)
R 241 of 321 ~ 75.08%
G 21 of 321 ~ 6.54%
B 59 of 321 ~ 18.38%

%75.08
%18.38

CMYK color model

#F1153B color CMYK value is (0,91,76,5).

  • cyan value is 0.00%
  • magenta value is 91.29%
  • yellow value is 75.52%
  • key color value is 5.49%
CMYK:
(0,91,76,5)
C0M91Y76K5 
(0%,91%,76%,5%)
(0.00/0.91/0.76/0.05)	

CMYK percentages

%0
%91.29
%75.52
%5.49

Codes

Color #F1153B in popluar color models

F1153B
RGB2412159
HSL350°88.71%51.37%
HSB/HSV350°91.29%94.51%
CMYK0.00%91.29%75.52%
5.49%

Color #F1153B in popluar number systems.

HEXF1153B
Decimal2412159
Binary1111000110101111011
Octal3612573

Shades and tints

Shades of #F1153B

#F1153B
(241,21,59)
#DC1436
(220,20,54)
#C71331
(199,19,49)
#B2122C
(178,18,44)
#9D1127
(157,17,39)
#881022
(136,16,34)
#730F1D
(115,15,29)
#5E0E18
(94,14,24)
#490D13
(73,13,19)
#340C0E
(52,12,14)
#1F0B09
(31,11,9)
#000000
(0,0,0)

Tints of #F1153B

#F1153B
(241,21,59)
#F22A4C
(242,42,76)
#F33F5D
(243,63,93)
#F4546E
(244,84,110)
#F5697F
(245,105,127)
#F67E90
(246,126,144)
#F793A1
(247,147,161)
#F8A8B2
(248,168,178)
#F9BDC3
(249,189,195)
#FAD2D4
(250,210,212)
#FBE7E5
(251,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1153B; }

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

This text font color is #F1153B.


Background Color

.myBgColor { background-color: #F1153B; }

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

This div background color is #F1153B.


Border color

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

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

This div border color is #F1153B.


Opacity

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

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

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

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

This text has shadow with #F1153B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1153B on black background.


Color preview on white background

This text has color #F1153B on white background.



Black color preview on #F1153B background

This text has black color on #F1153B background.


White color preview on #F1153B background

This text has white color on #F1153B background.