COLOR #F1117A

HEX: #F1117A
RGB: (241,17,122)

Color info

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

RGB color model

#F1117A color RGB value is (241,17,122).

  • red value is 241;
  • green value is 17;
  • blue value is 122.
RGB:
(241,17,122)
(95%,7%,48%)

RGB channels and saturation

R 241 of 255 = 95%
G 17 of 255 = 7%
B 122 of 255 = 48%

241
17
122

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

Portions of RGB colors in percentages

R + G + B =
241 + 17 + 122 = 380 (100%)
R 241 of 380 ~ 63.42%
G 17 of 380 ~ 4.47%
B 122 of 380 ~ 32.11%

%63.42
%32.11

CMYK color model

#F1117A color CMYK value is (0,93,49,5).

  • cyan value is 0.00%
  • magenta value is 92.95%
  • yellow value is 49.38%
  • key color value is 5.49%
CMYK:
(0,93,49,5)
C0M93Y49K5 
(0%,93%,49%,5%)
(0.00/0.93/0.49/0.05)	

CMYK percentages

%0
%92.95
%49.38
%5.49

Codes

Color #F1117A in popluar color models

F1117A
RGB24117122
HSL332°88.89%50.59%
HSB/HSV332°92.95%94.51%
CMYK0.00%92.95%49.38%
5.49%

Color #F1117A in popluar number systems.

HEXF1117A
Decimal24117122
Binary11110001100011111010
Octal36121172

Shades and tints

Shades of #F1117A

#F1117A
(241,17,122)
#DC106F
(220,16,111)
#C70F64
(199,15,100)
#B20E59
(178,14,89)
#9D0D4E
(157,13,78)
#880C43
(136,12,67)
#730B38
(115,11,56)
#5E0A2D
(94,10,45)
#490922
(73,9,34)
#340817
(52,8,23)
#1F070C
(31,7,12)
#000000
(0,0,0)

Tints of #F1117A

#F1117A
(241,17,122)
#F22686
(242,38,134)
#F33B92
(243,59,146)
#F4509E
(244,80,158)
#F565AA
(245,101,170)
#F67AB6
(246,122,182)
#F78FC2
(247,143,194)
#F8A4CE
(248,164,206)
#F9B9DA
(249,185,218)
#FACEE6
(250,206,230)
#FBE3F2
(251,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1117A color. Also use rgb(241,17,122) instead hex code.

Text Font Color

.myTextColor { color: #F1117A; }

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

This text font color is #F1117A.


Background Color

.myBgColor { background-color: #F1117A; }

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

This div background color is #F1117A.


Border color

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

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

This div border color is #F1117A.


Opacity

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

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

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

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

This text has shadow with #F1117A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1117A on black background.


Color preview on white background

This text has color #F1117A on white background.



Black color preview on #F1117A background

This text has black color on #F1117A background.


White color preview on #F1117A background

This text has white color on #F1117A background.