COLOR #F1194A

HEX: #F1194A
RGB: (241,25,74)

Color info

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

RGB color model

#F1194A color RGB value is (241,25,74).

  • red value is 241;
  • green value is 25;
  • blue value is 74.
RGB:
(241,25,74)
(95%,10%,29%)

RGB channels and saturation

R 241 of 255 = 95%
G 25 of 255 = 10%
B 74 of 255 = 29%

241
25
74

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

Portions of RGB colors in percentages

R + G + B =
241 + 25 + 74 = 340 (100%)
R 241 of 340 ~ 70.88%
G 25 of 340 ~ 7.35%
B 74 of 340 ~ 21.76%

%70.88
%21.76

CMYK color model

#F1194A color CMYK value is (0,90,69,5).

  • cyan value is 0.00%
  • magenta value is 89.63%
  • yellow value is 69.29%
  • key color value is 5.49%
CMYK:
(0,90,69,5)
C0M90Y69K5 
(0%,90%,69%,5%)
(0.00/0.90/0.69/0.05)	

CMYK percentages

%0
%89.63
%69.29
%5.49

Codes

Color #F1194A in popluar color models

F1194A
RGB2412574
HSL346°88.52%52.16%
HSB/HSV346°89.63%94.51%
CMYK0.00%89.63%69.29%
5.49%

Color #F1194A in popluar number systems.

HEXF1194A
Decimal2412574
Binary11110001110011001010
Octal36131112

Shades and tints

Shades of #F1194A

#F1194A
(241,25,74)
#DC1744
(220,23,68)
#C7153E
(199,21,62)
#B21338
(178,19,56)
#9D1132
(157,17,50)
#880F2C
(136,15,44)
#730D26
(115,13,38)
#5E0B20
(94,11,32)
#49091A
(73,9,26)
#340714
(52,7,20)
#1F050E
(31,5,14)
#000000
(0,0,0)

Tints of #F1194A

#F1194A
(241,25,74)
#F22D5A
(242,45,90)
#F3416A
(243,65,106)
#F4557A
(244,85,122)
#F5698A
(245,105,138)
#F67D9A
(246,125,154)
#F791AA
(247,145,170)
#F8A5BA
(248,165,186)
#F9B9CA
(249,185,202)
#FACDDA
(250,205,218)
#FBE1EA
(251,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1194A color. Also use rgb(241,25,74) instead hex code.

Text Font Color

.myTextColor { color: #F1194A; }

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

This text font color is #F1194A.


Background Color

.myBgColor { background-color: #F1194A; }

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

This div background color is #F1194A.


Border color

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

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

This div border color is #F1194A.


Opacity

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

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

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

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

This text has shadow with #F1194A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1194A on black background.


Color preview on white background

This text has color #F1194A on white background.



Black color preview on #F1194A background

This text has black color on #F1194A background.


White color preview on #F1194A background

This text has white color on #F1194A background.