COLOR #F14253

HEX: #F14253
RGB: (241,66,83)

Color info

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

RGB color model

#F14253 color RGB value is (241,66,83).

  • red value is 241;
  • green value is 66;
  • blue value is 83.
RGB:
(241,66,83)
(95%,26%,33%)

RGB channels and saturation

R 241 of 255 = 95%
G 66 of 255 = 26%
B 83 of 255 = 33%

241
66
83

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

Portions of RGB colors in percentages

R + G + B =
241 + 66 + 83 = 390 (100%)
R 241 of 390 ~ 61.79%
G 66 of 390 ~ 16.92%
B 83 of 390 ~ 21.28%

%61.79
%16.92
%21.28

CMYK color model

#F14253 color CMYK value is (0,73,66,5).

  • cyan value is 0.00%
  • magenta value is 72.61%
  • yellow value is 65.56%
  • key color value is 5.49%
CMYK:
(0,73,66,5)
C0M73Y66K5 
(0%,73%,66%,5%)
(0.00/0.73/0.66/0.05)	

CMYK percentages

%0
%72.61
%65.56
%5.49

Codes

Color #F14253 in popluar color models

F14253
RGB2416683
HSL354°86.21%60.20%
HSB/HSV354°72.61%94.51%
CMYK0.00%72.61%65.56%
5.49%

Color #F14253 in popluar number systems.

HEXF14253
Decimal2416683
Binary1111000110000101010011
Octal361102123

Shades and tints

Shades of #F14253

#F14253
(241,66,83)
#DC3C4C
(220,60,76)
#C73645
(199,54,69)
#B2303E
(178,48,62)
#9D2A37
(157,42,55)
#882430
(136,36,48)
#731E29
(115,30,41)
#5E1822
(94,24,34)
#49121B
(73,18,27)
#340C14
(52,12,20)
#1F060D
(31,6,13)
#000000
(0,0,0)

Tints of #F14253

#F14253
(241,66,83)
#F25362
(242,83,98)
#F36471
(243,100,113)
#F47580
(244,117,128)
#F5868F
(245,134,143)
#F6979E
(246,151,158)
#F7A8AD
(247,168,173)
#F8B9BC
(248,185,188)
#F9CACB
(249,202,203)
#FADBDA
(250,219,218)
#FBECE9
(251,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F14253 color. Also use rgb(241,66,83) instead hex code.

Text Font Color

.myTextColor { color: #F14253; }

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

This text font color is #F14253.


Background Color

.myBgColor { background-color: #F14253; }

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

This div background color is #F14253.


Border color

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

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

This div border color is #F14253.


Opacity

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

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

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

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

This text has shadow with #F14253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F14253 on black background.


Color preview on white background

This text has color #F14253 on white background.



Black color preview on #F14253 background

This text has black color on #F14253 background.


White color preview on #F14253 background

This text has white color on #F14253 background.