COLOR #F113C6

HEX: #F113C6
RGB: (241,19,198)

Color info

#F113C6 contains mainly red and blue colors. Web safe color of #F113C6 is #FF00CC (or #F0C).

RGB color model

#F113C6 color RGB value is (241,19,198).

  • red value is 241;
  • green value is 19;
  • blue value is 198.
RGB:
(241,19,198)
(95%,7%,78%)

RGB channels and saturation

R 241 of 255 = 95%
G 19 of 255 = 7%
B 198 of 255 = 78%

241
19
198

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

Portions of RGB colors in percentages

R + G + B =
241 + 19 + 198 = 458 (100%)
R 241 of 458 ~ 52.62%
G 19 of 458 ~ 4.15%
B 198 of 458 ~ 43.23%

%52.62
%43.23

CMYK color model

#F113C6 color CMYK value is (0,92,18,5).

  • cyan value is 0.00%
  • magenta value is 92.12%
  • yellow value is 17.84%
  • key color value is 5.49%
CMYK:
(0,92,18,5)
C0M92Y18K5 
(0%,92%,18%,5%)
(0.00/0.92/0.18/0.05)	

CMYK percentages

%0
%92.12
%17.84
%5.49

Codes

Color #F113C6 in popluar color models

F113C6
RGB24119198
HSL312°88.80%50.98%
HSB/HSV312°92.12%94.51%
CMYK0.00%92.12%17.84%
5.49%

Color #F113C6 in popluar number systems.

HEXF113C6
Decimal24119198
Binary111100011001111000110
Octal36123306

Shades and tints

Shades of #F113C6

#F113C6
(241,19,198)
#DC12B4
(220,18,180)
#C711A2
(199,17,162)
#B21090
(178,16,144)
#9D0F7E
(157,15,126)
#880E6C
(136,14,108)
#730D5A
(115,13,90)
#5E0C48
(94,12,72)
#490B36
(73,11,54)
#340A24
(52,10,36)
#1F0912
(31,9,18)
#000000
(0,0,0)

Tints of #F113C6

#F113C6
(241,19,198)
#F228CB
(242,40,203)
#F33DD0
(243,61,208)
#F452D5
(244,82,213)
#F567DA
(245,103,218)
#F67CDF
(246,124,223)
#F791E4
(247,145,228)
#F8A6E9
(248,166,233)
#F9BBEE
(249,187,238)
#FAD0F3
(250,208,243)
#FBE5F8
(251,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F113C6 color. Also use rgb(241,19,198) instead hex code.

Text Font Color

.myTextColor { color: #F113C6; }

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

This text font color is #F113C6.


Background Color

.myBgColor { background-color: #F113C6; }

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

This div background color is #F113C6.


Border color

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

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

This div border color is #F113C6.


Opacity

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

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

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

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

This text has shadow with #F113C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F113C6 on black background.


Color preview on white background

This text has color #F113C6 on white background.



Black color preview on #F113C6 background

This text has black color on #F113C6 background.


White color preview on #F113C6 background

This text has white color on #F113C6 background.