COLOR #F114D7

HEX: #F114D7
RGB: (241,20,215)

Color info

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

RGB color model

#F114D7 color RGB value is (241,20,215).

  • red value is 241;
  • green value is 20;
  • blue value is 215.
RGB:
(241,20,215)
(95%,8%,84%)

RGB channels and saturation

R 241 of 255 = 95%
G 20 of 255 = 8%
B 215 of 255 = 84%

241
20
215

R + G + B ~ 62%. #F114D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 20 + 215 = 476 (100%)
R 241 of 476 ~ 50.63%
G 20 of 476 ~ 4.2%
B 215 of 476 ~ 45.17%

%50.63
%45.17

CMYK color model

#F114D7 color CMYK value is (0,92,11,5).

  • cyan value is 0.00%
  • magenta value is 91.70%
  • yellow value is 10.79%
  • key color value is 5.49%
CMYK:
(0,92,11,5)
C0M92Y11K5 
(0%,92%,11%,5%)
(0.00/0.92/0.11/0.05)	

CMYK percentages

%0
%91.7
%10.79
%5.49

Codes

Color #F114D7 in popluar color models

F114D7
RGB24120215
HSL307°88.76%51.18%
HSB/HSV307°91.70%94.51%
CMYK0.00%91.70%10.79%
5.49%

Color #F114D7 in popluar number systems.

HEXF114D7
Decimal24120215
Binary111100011010011010111
Octal36124327

Shades and tints

Shades of #F114D7

#F114D7
(241,20,215)
#DC13C4
(220,19,196)
#C712B1
(199,18,177)
#B2119E
(178,17,158)
#9D108B
(157,16,139)
#880F78
(136,15,120)
#730E65
(115,14,101)
#5E0D52
(94,13,82)
#490C3F
(73,12,63)
#340B2C
(52,11,44)
#1F0A19
(31,10,25)
#000000
(0,0,0)

Tints of #F114D7

#F114D7
(241,20,215)
#F229DA
(242,41,218)
#F33EDD
(243,62,221)
#F453E0
(244,83,224)
#F568E3
(245,104,227)
#F67DE6
(246,125,230)
#F792E9
(247,146,233)
#F8A7EC
(248,167,236)
#F9BCEF
(249,188,239)
#FAD1F2
(250,209,242)
#FBE6F5
(251,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F114D7 color. Also use rgb(241,20,215) instead hex code.

Text Font Color

.myTextColor { color: #F114D7; }

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

This text font color is #F114D7.


Background Color

.myBgColor { background-color: #F114D7; }

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

This div background color is #F114D7.


Border color

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

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

This div border color is #F114D7.


Opacity

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

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

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

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

This text has shadow with #F114D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F114D7 on black background.


Color preview on white background

This text has color #F114D7 on white background.



Black color preview on #F114D7 background

This text has black color on #F114D7 background.


White color preview on #F114D7 background

This text has white color on #F114D7 background.