COLOR #F112BF

HEX: #F112BF
RGB: (241,18,191)

Color info

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

RGB color model

#F112BF color RGB value is (241,18,191).

  • red value is 241;
  • green value is 18;
  • blue value is 191.
RGB:
(241,18,191)
(95%,7%,75%)

RGB channels and saturation

R 241 of 255 = 95%
G 18 of 255 = 7%
B 191 of 255 = 75%

241
18
191

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

Portions of RGB colors in percentages

R + G + B =
241 + 18 + 191 = 450 (100%)
R 241 of 450 ~ 53.56%
G 18 of 450 ~ 4%
B 191 of 450 ~ 42.44%

%53.56
%42.44

CMYK color model

#F112BF color CMYK value is (0,93,21,5).

  • cyan value is 0.00%
  • magenta value is 92.53%
  • yellow value is 20.75%
  • key color value is 5.49%
CMYK:
(0,93,21,5)
C0M93Y21K5 
(0%,93%,21%,5%)
(0.00/0.93/0.21/0.05)	

CMYK percentages

%0
%92.53
%20.75
%5.49

Codes

Color #F112BF in popluar color models

F112BF
RGB24118191
HSL313°88.84%50.78%
HSB/HSV313°92.53%94.51%
CMYK0.00%92.53%20.75%
5.49%

Color #F112BF in popluar number systems.

HEXF112BF
Decimal24118191
Binary111100011001010111111
Octal36122277

Shades and tints

Shades of #F112BF

#F112BF
(241,18,191)
#DC11AE
(220,17,174)
#C7109D
(199,16,157)
#B20F8C
(178,15,140)
#9D0E7B
(157,14,123)
#880D6A
(136,13,106)
#730C59
(115,12,89)
#5E0B48
(94,11,72)
#490A37
(73,10,55)
#340926
(52,9,38)
#1F0815
(31,8,21)
#000000
(0,0,0)

Tints of #F112BF

#F112BF
(241,18,191)
#F227C4
(242,39,196)
#F33CC9
(243,60,201)
#F451CE
(244,81,206)
#F566D3
(245,102,211)
#F67BD8
(246,123,216)
#F790DD
(247,144,221)
#F8A5E2
(248,165,226)
#F9BAE7
(249,186,231)
#FACFEC
(250,207,236)
#FBE4F1
(251,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F112BF color. Also use rgb(241,18,191) instead hex code.

Text Font Color

.myTextColor { color: #F112BF; }

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

This text font color is #F112BF.


Background Color

.myBgColor { background-color: #F112BF; }

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

This div background color is #F112BF.


Border color

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

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

This div border color is #F112BF.


Opacity

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

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

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

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

This text has shadow with #F112BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F112BF on black background.


Color preview on white background

This text has color #F112BF on white background.



Black color preview on #F112BF background

This text has black color on #F112BF background.


White color preview on #F112BF background

This text has white color on #F112BF background.