COLOR #F94249

HEX: #F94249
RGB: (249,66,73)

Color info

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

RGB color model

#F94249 color RGB value is (249,66,73).

  • red value is 249;
  • green value is 66;
  • blue value is 73.
RGB:
(249,66,73)
(98%,26%,29%)

RGB channels and saturation

R 249 of 255 = 98%
G 66 of 255 = 26%
B 73 of 255 = 29%

249
66
73

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

Portions of RGB colors in percentages

R + G + B =
249 + 66 + 73 = 388 (100%)
R 249 of 388 ~ 64.18%
G 66 of 388 ~ 17.01%
B 73 of 388 ~ 18.81%

%64.18
%17.01
%18.81

CMYK color model

#F94249 color CMYK value is (0,73,71,2).

  • cyan value is 0.00%
  • magenta value is 73.49%
  • yellow value is 70.68%
  • key color value is 2.35%
CMYK:
(0,73,71,2)
C0M73Y71K2 
(0%,73%,71%,2%)
(0.00/0.73/0.71/0.02)	

CMYK percentages

%0
%73.49
%70.68
%2.35

Codes

Color #F94249 in popluar color models

F94249
RGB2496673
HSL358°93.85%61.76%
HSB/HSV358°73.49%97.65%
CMYK0.00%73.49%70.68%
2.35%

Color #F94249 in popluar number systems.

HEXF94249
Decimal2496673
Binary1111100110000101001001
Octal371102111

Shades and tints

Shades of #F94249

#F94249
(249,66,73)
#E33C43
(227,60,67)
#CD363D
(205,54,61)
#B73037
(183,48,55)
#A12A31
(161,42,49)
#8B242B
(139,36,43)
#751E25
(117,30,37)
#5F181F
(95,24,31)
#491219
(73,18,25)
#330C13
(51,12,19)
#1D060D
(29,6,13)
#000000
(0,0,0)

Tints of #F94249

#F94249
(249,66,73)
#F95359
(249,83,89)
#F96469
(249,100,105)
#F97579
(249,117,121)
#F98689
(249,134,137)
#F99799
(249,151,153)
#F9A8A9
(249,168,169)
#F9B9B9
(249,185,185)
#F9CAC9
(249,202,201)
#F9DBD9
(249,219,217)
#F9ECE9
(249,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F94249 color. Also use rgb(249,66,73) instead hex code.

Text Font Color

.myTextColor { color: #F94249; }

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

This text font color is #F94249.


Background Color

.myBgColor { background-color: #F94249; }

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

This div background color is #F94249.


Border color

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

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

This div border color is #F94249.


Opacity

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

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

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

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

This text has shadow with #F94249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F94249 on black background.


Color preview on white background

This text has color #F94249 on white background.



Black color preview on #F94249 background

This text has black color on #F94249 background.


White color preview on #F94249 background

This text has white color on #F94249 background.