COLOR #F9194F

HEX: #F9194F
RGB: (249,25,79)

Color info

#F9194F contains mainly red color. Web safe color of #F9194F is #FF0066 (or #F06).

RGB color model

#F9194F color RGB value is (249,25,79).

  • red value is 249;
  • green value is 25;
  • blue value is 79.
RGB:
(249,25,79)
(98%,10%,31%)

RGB channels and saturation

R 249 of 255 = 98%
G 25 of 255 = 10%
B 79 of 255 = 31%

249
25
79

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

Portions of RGB colors in percentages

R + G + B =
249 + 25 + 79 = 353 (100%)
R 249 of 353 ~ 70.54%
G 25 of 353 ~ 7.08%
B 79 of 353 ~ 22.38%

%70.54
%22.38

CMYK color model

#F9194F color CMYK value is (0,90,68,2).

  • cyan value is 0.00%
  • magenta value is 89.96%
  • yellow value is 68.27%
  • key color value is 2.35%
CMYK:
(0,90,68,2)
C0M90Y68K2 
(0%,90%,68%,2%)
(0.00/0.90/0.68/0.02)	

CMYK percentages

%0
%89.96
%68.27
%2.35

Codes

Color #F9194F in popluar color models

F9194F
RGB2492579
HSL346°94.92%53.73%
HSB/HSV346°89.96%97.65%
CMYK0.00%89.96%68.27%
2.35%

Color #F9194F in popluar number systems.

HEXF9194F
Decimal2492579
Binary11111001110011001111
Octal37131117

Shades and tints

Shades of #F9194F

#F9194F
(249,25,79)
#E31748
(227,23,72)
#CD1541
(205,21,65)
#B7133A
(183,19,58)
#A11133
(161,17,51)
#8B0F2C
(139,15,44)
#750D25
(117,13,37)
#5F0B1E
(95,11,30)
#490917
(73,9,23)
#330710
(51,7,16)
#1D0509
(29,5,9)
#000000
(0,0,0)

Tints of #F9194F

#F9194F
(249,25,79)
#F92D5F
(249,45,95)
#F9416F
(249,65,111)
#F9557F
(249,85,127)
#F9698F
(249,105,143)
#F97D9F
(249,125,159)
#F991AF
(249,145,175)
#F9A5BF
(249,165,191)
#F9B9CF
(249,185,207)
#F9CDDF
(249,205,223)
#F9E1EF
(249,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9194F color. Also use rgb(249,25,79) instead hex code.

Text Font Color

.myTextColor { color: #F9194F; }

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

This text font color is #F9194F.


Background Color

.myBgColor { background-color: #F9194F; }

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

This div background color is #F9194F.


Border color

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

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

This div border color is #F9194F.


Opacity

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

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

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

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

This text has shadow with #F9194F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9194F on black background.


Color preview on white background

This text has color #F9194F on white background.



Black color preview on #F9194F background

This text has black color on #F9194F background.


White color preview on #F9194F background

This text has white color on #F9194F background.