COLOR #F14A4E

HEX: #F14A4E
RGB: (241,74,78)

Color info

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

RGB color model

#F14A4E color RGB value is (241,74,78).

  • red value is 241;
  • green value is 74;
  • blue value is 78.
RGB:
(241,74,78)
(95%,29%,31%)

RGB channels and saturation

R 241 of 255 = 95%
G 74 of 255 = 29%
B 78 of 255 = 31%

241
74
78

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

Portions of RGB colors in percentages

R + G + B =
241 + 74 + 78 = 393 (100%)
R 241 of 393 ~ 61.32%
G 74 of 393 ~ 18.83%
B 78 of 393 ~ 19.85%

%61.32
%18.83
%19.85

CMYK color model

#F14A4E color CMYK value is (0,69,68,5).

  • cyan value is 0.00%
  • magenta value is 69.29%
  • yellow value is 67.63%
  • key color value is 5.49%
CMYK:
(0,69,68,5)
C0M69Y68K5 
(0%,69%,68%,5%)
(0.00/0.69/0.68/0.05)	

CMYK percentages

%0
%69.29
%67.63
%5.49

Codes

Color #F14A4E in popluar color models

F14A4E
RGB2417478
HSL359°85.64%61.76%
HSB/HSV359°69.29%94.51%
CMYK0.00%69.29%67.63%
5.49%

Color #F14A4E in popluar number systems.

HEXF14A4E
Decimal2417478
Binary1111000110010101001110
Octal361112116

Shades and tints

Shades of #F14A4E

#F14A4E
(241,74,78)
#DC4447
(220,68,71)
#C73E40
(199,62,64)
#B23839
(178,56,57)
#9D3232
(157,50,50)
#882C2B
(136,44,43)
#732624
(115,38,36)
#5E201D
(94,32,29)
#491A16
(73,26,22)
#34140F
(52,20,15)
#1F0E08
(31,14,8)
#000000
(0,0,0)

Tints of #F14A4E

#F14A4E
(241,74,78)
#F25A5E
(242,90,94)
#F36A6E
(243,106,110)
#F47A7E
(244,122,126)
#F58A8E
(245,138,142)
#F69A9E
(246,154,158)
#F7AAAE
(247,170,174)
#F8BABE
(248,186,190)
#F9CACE
(249,202,206)
#FADADE
(250,218,222)
#FBEAEE
(251,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F14A4E color. Also use rgb(241,74,78) instead hex code.

Text Font Color

.myTextColor { color: #F14A4E; }

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

This text font color is #F14A4E.


Background Color

.myBgColor { background-color: #F14A4E; }

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

This div background color is #F14A4E.


Border color

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

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

This div border color is #F14A4E.


Opacity

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

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

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

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

This text has shadow with #F14A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F14A4E on black background.


Color preview on white background

This text has color #F14A4E on white background.



Black color preview on #F14A4E background

This text has black color on #F14A4E background.


White color preview on #F14A4E background

This text has white color on #F14A4E background.