COLOR #F14195

HEX: #F14195
RGB: (241,65,149)

Color info

#F14195 contains mainly red color. Web safe color of #F14195 is #FF3399 (or #F39).

RGB color model

#F14195 color RGB value is (241,65,149).

  • red value is 241;
  • green value is 65;
  • blue value is 149.
RGB:
(241,65,149)
(95%,25%,58%)

RGB channels and saturation

R 241 of 255 = 95%
G 65 of 255 = 25%
B 149 of 255 = 58%

241
65
149

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

Portions of RGB colors in percentages

R + G + B =
241 + 65 + 149 = 455 (100%)
R 241 of 455 ~ 52.97%
G 65 of 455 ~ 14.29%
B 149 of 455 ~ 32.75%

%52.97
%14.29
%32.75

CMYK color model

#F14195 color CMYK value is (0,73,38,5).

  • cyan value is 0.00%
  • magenta value is 73.03%
  • yellow value is 38.17%
  • key color value is 5.49%
CMYK:
(0,73,38,5)
C0M73Y38K5 
(0%,73%,38%,5%)
(0.00/0.73/0.38/0.05)	

CMYK percentages

%0
%73.03
%38.17
%5.49

Codes

Color #F14195 in popluar color models

F14195
RGB24165149
HSL331°86.27%60.00%
HSB/HSV331°73.03%94.51%
CMYK0.00%73.03%38.17%
5.49%

Color #F14195 in popluar number systems.

HEXF14195
Decimal24165149
Binary11110001100000110010101
Octal361101225

Shades and tints

Shades of #F14195

#F14195
(241,65,149)
#DC3C88
(220,60,136)
#C7377B
(199,55,123)
#B2326E
(178,50,110)
#9D2D61
(157,45,97)
#882854
(136,40,84)
#732347
(115,35,71)
#5E1E3A
(94,30,58)
#49192D
(73,25,45)
#341420
(52,20,32)
#1F0F13
(31,15,19)
#000000
(0,0,0)

Tints of #F14195

#F14195
(241,65,149)
#F2529E
(242,82,158)
#F363A7
(243,99,167)
#F474B0
(244,116,176)
#F585B9
(245,133,185)
#F696C2
(246,150,194)
#F7A7CB
(247,167,203)
#F8B8D4
(248,184,212)
#F9C9DD
(249,201,221)
#FADAE6
(250,218,230)
#FBEBEF
(251,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F14195 color. Also use rgb(241,65,149) instead hex code.

Text Font Color

.myTextColor { color: #F14195; }

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

This text font color is #F14195.


Background Color

.myBgColor { background-color: #F14195; }

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

This div background color is #F14195.


Border color

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

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

This div border color is #F14195.


Opacity

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

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

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

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

This text has shadow with #F14195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F14195 on black background.


Color preview on white background

This text has color #F14195 on white background.



Black color preview on #F14195 background

This text has black color on #F14195 background.


White color preview on #F14195 background

This text has white color on #F14195 background.