COLOR #F0443A

HEX: #F0443A
RGB: (240,68,58)

Color info

#F0443A contains mainly red color. Web safe color of #F0443A is #FF3333 (or #F33).

RGB color model

#F0443A color RGB value is (240,68,58).

  • red value is 240;
  • green value is 68;
  • blue value is 58.
RGB:
(240,68,58)
(94%,27%,23%)

RGB channels and saturation

R 240 of 255 = 94%
G 68 of 255 = 27%
B 58 of 255 = 23%

240
68
58

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

Portions of RGB colors in percentages

R + G + B =
240 + 68 + 58 = 366 (100%)
R 240 of 366 ~ 65.57%
G 68 of 366 ~ 18.58%
B 58 of 366 ~ 15.85%

%65.57
%18.58
%15.85

CMYK color model

#F0443A color CMYK value is (0,72,76,6).

  • cyan value is 0.00%
  • magenta value is 71.67%
  • yellow value is 75.83%
  • key color value is 5.88%
CMYK:
(0,72,76,6)
C0M72Y76K6 
(0%,72%,76%,6%)
(0.00/0.72/0.76/0.06)	

CMYK percentages

%0
%71.67
%75.83
%5.88

Codes

Color #F0443A in popluar color models

F0443A
RGB2406858
HSL85.85%58.43%
HSB/HSV75.83%94.12%
CMYK0.00%71.67%75.83%
5.88%

Color #F0443A in popluar number systems.

HEXF0443A
Decimal2406858
Binary111100001000100111010
Octal36010472

Shades and tints

Shades of #F0443A

#F0443A
(240,68,58)
#DB3E35
(219,62,53)
#C63830
(198,56,48)
#B1322B
(177,50,43)
#9C2C26
(156,44,38)
#872621
(135,38,33)
#72201C
(114,32,28)
#5D1A17
(93,26,23)
#481412
(72,20,18)
#330E0D
(51,14,13)
#1E0808
(30,8,8)
#000000
(0,0,0)

Tints of #F0443A

#F0443A
(240,68,58)
#F1554B
(241,85,75)
#F2665C
(242,102,92)
#F3776D
(243,119,109)
#F4887E
(244,136,126)
#F5998F
(245,153,143)
#F6AAA0
(246,170,160)
#F7BBB1
(247,187,177)
#F8CCC2
(248,204,194)
#F9DDD3
(249,221,211)
#FAEEE4
(250,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0443A color. Also use rgb(240,68,58) instead hex code.

Text Font Color

.myTextColor { color: #F0443A; }

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

This text font color is #F0443A.


Background Color

.myBgColor { background-color: #F0443A; }

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

This div background color is #F0443A.


Border color

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

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

This div border color is #F0443A.


Opacity

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

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

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

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

This text has shadow with #F0443A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0443A on black background.


Color preview on white background

This text has color #F0443A on white background.



Black color preview on #F0443A background

This text has black color on #F0443A background.


White color preview on #F0443A background

This text has white color on #F0443A background.