COLOR #F14C70

HEX: #F14C70
RGB: (241,76,112)

Color info

#F14C70 contains mainly red color. Web safe color of #F14C70 is #FF3366 (or #F36).

RGB color model

#F14C70 color RGB value is (241,76,112).

  • red value is 241;
  • green value is 76;
  • blue value is 112.
RGB:
(241,76,112)
(95%,30%,44%)

RGB channels and saturation

R 241 of 255 = 95%
G 76 of 255 = 30%
B 112 of 255 = 44%

241
76
112

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

Portions of RGB colors in percentages

R + G + B =
241 + 76 + 112 = 429 (100%)
R 241 of 429 ~ 56.18%
G 76 of 429 ~ 17.72%
B 112 of 429 ~ 26.11%

%56.18
%17.72
%26.11

CMYK color model

#F14C70 color CMYK value is (0,68,54,5).

  • cyan value is 0.00%
  • magenta value is 68.46%
  • yellow value is 53.53%
  • key color value is 5.49%
CMYK:
(0,68,54,5)
C0M68Y54K5 
(0%,68%,54%,5%)
(0.00/0.68/0.54/0.05)	

CMYK percentages

%0
%68.46
%53.53
%5.49

Codes

Color #F14C70 in popluar color models

F14C70
RGB24176112
HSL347°85.49%62.16%
HSB/HSV347°68.46%94.51%
CMYK0.00%68.46%53.53%
5.49%

Color #F14C70 in popluar number systems.

HEXF14C70
Decimal24176112
Binary1111000110011001110000
Octal361114160

Shades and tints

Shades of #F14C70

#F14C70
(241,76,112)
#DC4666
(220,70,102)
#C7405C
(199,64,92)
#B23A52
(178,58,82)
#9D3448
(157,52,72)
#882E3E
(136,46,62)
#732834
(115,40,52)
#5E222A
(94,34,42)
#491C20
(73,28,32)
#341616
(52,22,22)
#1F100C
(31,16,12)
#000000
(0,0,0)

Tints of #F14C70

#F14C70
(241,76,112)
#F25C7D
(242,92,125)
#F36C8A
(243,108,138)
#F47C97
(244,124,151)
#F58CA4
(245,140,164)
#F69CB1
(246,156,177)
#F7ACBE
(247,172,190)
#F8BCCB
(248,188,203)
#F9CCD8
(249,204,216)
#FADCE5
(250,220,229)
#FBECF2
(251,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F14C70 color. Also use rgb(241,76,112) instead hex code.

Text Font Color

.myTextColor { color: #F14C70; }

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

This text font color is #F14C70.


Background Color

.myBgColor { background-color: #F14C70; }

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

This div background color is #F14C70.


Border color

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

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

This div border color is #F14C70.


Opacity

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

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

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

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

This text has shadow with #F14C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F14C70 on black background.


Color preview on white background

This text has color #F14C70 on white background.



Black color preview on #F14C70 background

This text has black color on #F14C70 background.


White color preview on #F14C70 background

This text has white color on #F14C70 background.