COLOR #F91E3F

HEX: #F91E3F
RGB: (249,30,63)

Color info

#F91E3F contains mainly red color. Web safe color of #F91E3F is #FF3333 (or #F33).

RGB color model

#F91E3F color RGB value is (249,30,63).

  • red value is 249;
  • green value is 30;
  • blue value is 63.
RGB:
(249,30,63)
(98%,12%,25%)

RGB channels and saturation

R 249 of 255 = 98%
G 30 of 255 = 12%
B 63 of 255 = 25%

249
30
63

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

Portions of RGB colors in percentages

R + G + B =
249 + 30 + 63 = 342 (100%)
R 249 of 342 ~ 72.81%
G 30 of 342 ~ 8.77%
B 63 of 342 ~ 18.42%

%72.81
%18.42

CMYK color model

#F91E3F color CMYK value is (0,88,75,2).

  • cyan value is 0.00%
  • magenta value is 87.95%
  • yellow value is 74.70%
  • key color value is 2.35%
CMYK:
(0,88,75,2)
C0M88Y75K2 
(0%,88%,75%,2%)
(0.00/0.88/0.75/0.02)	

CMYK percentages

%0
%87.95
%74.7
%2.35

Codes

Color #F91E3F in popluar color models

F91E3F
RGB2493063
HSL351°94.81%54.71%
HSB/HSV351°87.95%97.65%
CMYK0.00%87.95%74.70%
2.35%

Color #F91E3F in popluar number systems.

HEXF91E3F
Decimal2493063
Binary1111100111110111111
Octal3713677

Shades and tints

Shades of #F91E3F

#F91E3F
(249,30,63)
#E31C3A
(227,28,58)
#CD1A35
(205,26,53)
#B71830
(183,24,48)
#A1162B
(161,22,43)
#8B1426
(139,20,38)
#751221
(117,18,33)
#5F101C
(95,16,28)
#490E17
(73,14,23)
#330C12
(51,12,18)
#1D0A0D
(29,10,13)
#000000
(0,0,0)

Tints of #F91E3F

#F91E3F
(249,30,63)
#F93250
(249,50,80)
#F94661
(249,70,97)
#F95A72
(249,90,114)
#F96E83
(249,110,131)
#F98294
(249,130,148)
#F996A5
(249,150,165)
#F9AAB6
(249,170,182)
#F9BEC7
(249,190,199)
#F9D2D8
(249,210,216)
#F9E6E9
(249,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F91E3F color. Also use rgb(249,30,63) instead hex code.

Text Font Color

.myTextColor { color: #F91E3F; }

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

This text font color is #F91E3F.


Background Color

.myBgColor { background-color: #F91E3F; }

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

This div background color is #F91E3F.


Border color

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

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

This div border color is #F91E3F.


Opacity

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

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

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

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

This text has shadow with #F91E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F91E3F on black background.


Color preview on white background

This text has color #F91E3F on white background.



Black color preview on #F91E3F background

This text has black color on #F91E3F background.


White color preview on #F91E3F background

This text has white color on #F91E3F background.