COLOR #F04741

HEX: #F04741
RGB: (240,71,65)

Color info

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

RGB color model

#F04741 color RGB value is (240,71,65).

  • red value is 240;
  • green value is 71;
  • blue value is 65.
RGB:
(240,71,65)
(94%,28%,25%)

RGB channels and saturation

R 240 of 255 = 94%
G 71 of 255 = 28%
B 65 of 255 = 25%

240
71
65

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

Portions of RGB colors in percentages

R + G + B =
240 + 71 + 65 = 376 (100%)
R 240 of 376 ~ 63.83%
G 71 of 376 ~ 18.88%
B 65 of 376 ~ 17.29%

%63.83
%18.88
%17.29

CMYK color model

#F04741 color CMYK value is (0,70,73,6).

  • cyan value is 0.00%
  • magenta value is 70.42%
  • yellow value is 72.92%
  • key color value is 5.88%
CMYK:
(0,70,73,6)
C0M70Y73K6 
(0%,70%,73%,6%)
(0.00/0.70/0.73/0.06)	

CMYK percentages

%0
%70.42
%72.92
%5.88

Codes

Color #F04741 in popluar color models

F04741
RGB2407165
HSL85.37%59.80%
HSB/HSV72.92%94.12%
CMYK0.00%70.42%72.92%
5.88%

Color #F04741 in popluar number systems.

HEXF04741
Decimal2407165
Binary1111000010001111000001
Octal360107101

Shades and tints

Shades of #F04741

#F04741
(240,71,65)
#DB413C
(219,65,60)
#C63B37
(198,59,55)
#B13532
(177,53,50)
#9C2F2D
(156,47,45)
#872928
(135,41,40)
#722323
(114,35,35)
#5D1D1E
(93,29,30)
#481719
(72,23,25)
#331114
(51,17,20)
#1E0B0F
(30,11,15)
#000000
(0,0,0)

Tints of #F04741

#F04741
(240,71,65)
#F15752
(241,87,82)
#F26763
(242,103,99)
#F37774
(243,119,116)
#F48785
(244,135,133)
#F59796
(245,151,150)
#F6A7A7
(246,167,167)
#F7B7B8
(247,183,184)
#F8C7C9
(248,199,201)
#F9D7DA
(249,215,218)
#FAE7EB
(250,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F04741 color. Also use rgb(240,71,65) instead hex code.

Text Font Color

.myTextColor { color: #F04741; }

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

This text font color is #F04741.


Background Color

.myBgColor { background-color: #F04741; }

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

This div background color is #F04741.


Border color

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

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

This div border color is #F04741.


Opacity

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

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

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

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

This text has shadow with #F04741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F04741 on black background.


Color preview on white background

This text has color #F04741 on white background.



Black color preview on #F04741 background

This text has black color on #F04741 background.


White color preview on #F04741 background

This text has white color on #F04741 background.