COLOR #F11B07

HEX: #F11B07
RGB: (241,27,7)

Color info

#F11B07 contains mainly red color. Web safe color of #F11B07 is #FF3300 (or #F30).

RGB color model

#F11B07 color RGB value is (241,27,7).

  • red value is 241;
  • green value is 27;
  • blue value is 7.
RGB:
(241,27,7)
(95%,11%,3%)

RGB channels and saturation

R 241 of 255 = 95%
G 27 of 255 = 11%
B 7 of 255 = 3%

241
27
7

R + G + B ~ 36%. #F11B07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
241 + 27 + 7 = 275 (100%)
R 241 of 275 ~ 87.64%
G 27 of 275 ~ 9.82%
B 7 of 275 ~ 2.55%

%87.64
%9.82

CMYK color model

#F11B07 color CMYK value is (0,89,97,5).

  • cyan value is 0.00%
  • magenta value is 88.80%
  • yellow value is 97.10%
  • key color value is 5.49%
CMYK:
(0,89,97,5)
C0M89Y97K5 
(0%,89%,97%,5%)
(0.00/0.89/0.97/0.05)	

CMYK percentages

%0
%88.8
%97.1
%5.49

Codes

Color #F11B07 in popluar color models

F11B07
RGB241277
HSL94.35%48.63%
HSB/HSV97.10%94.51%
CMYK0.00%88.80%97.10%
5.49%

Color #F11B07 in popluar number systems.

HEXF11B07
Decimal241277
Binary1111000111011111
Octal361337

Shades and tints

Shades of #F11B07

#F11B07
(241,27,7)
#DC1907
(220,25,7)
#C71707
(199,23,7)
#B21507
(178,21,7)
#9D1307
(157,19,7)
#881107
(136,17,7)
#730F07
(115,15,7)
#5E0D07
(94,13,7)
#490B07
(73,11,7)
#340907
(52,9,7)
#1F0707
(31,7,7)
#000000
(0,0,0)

Tints of #F11B07

#F11B07
(241,27,7)
#F22F1D
(242,47,29)
#F34333
(243,67,51)
#F45749
(244,87,73)
#F56B5F
(245,107,95)
#F67F75
(246,127,117)
#F7938B
(247,147,139)
#F8A7A1
(248,167,161)
#F9BBB7
(249,187,183)
#FACFCD
(250,207,205)
#FBE3E3
(251,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F11B07; }

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

This text font color is #F11B07.


Background Color

.myBgColor { background-color: #F11B07; }

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

This div background color is #F11B07.


Border color

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

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

This div border color is #F11B07.


Opacity

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

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

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

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

This text has shadow with #F11B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F11B07 on black background.


Color preview on white background

This text has color #F11B07 on white background.



Black color preview on #F11B07 background

This text has black color on #F11B07 background.


White color preview on #F11B07 background

This text has white color on #F11B07 background.