COLOR #F00029

HEX: #F00029
RGB: (240,0,41)

Color info

#F00029 contains mainly red color. Web safe color of #F00029 is #FF0033 (or #F03).

RGB color model

#F00029 color RGB value is (240,0,41).

  • red value is 240;
  • green value is 0;
  • blue value is 41.
RGB:
(240,0,41)
(94%,0%,16%)

RGB channels and saturation

R 240 of 255 = 94%
G 0 of 255 = 0%
B 41 of 255 = 16%

240
0
41

R + G + B ~ 37%. #F00029 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
240 + 0 + 41 = 281 (100%)
R 240 of 281 ~ 85.41%
G 0 of 281 ~ 0%
B 41 of 281 ~ 14.59%

%85.41
%14.59

CMYK color model

#F00029 color CMYK value is (0,100,83,6).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 82.92%
  • key color value is 5.88%
CMYK:
(0,100,83,6)
C0M100Y83K6 
(0%,100%,83%,6%)
(0.00/1.00/0.83/0.06)	

CMYK percentages

%0
%100
%82.92
%5.88

Codes

Color #F00029 in popluar color models

F00029
RGB240041
HSL350°100.00%47.06%
HSB/HSV350°100.00%94.12%
CMYK0.00%100.00%82.92%
5.88%

Color #F00029 in popluar number systems.

HEXF00029
Decimal240041
Binary111100000101001
Octal360051

Shades and tints

Shades of #F00029

#F00029
(240,0,41)
#DB0026
(219,0,38)
#C60023
(198,0,35)
#B10020
(177,0,32)
#9C001D
(156,0,29)
#87001A
(135,0,26)
#720017
(114,0,23)
#5D0014
(93,0,20)
#480011
(72,0,17)
#33000E
(51,0,14)
#1E000B
(30,0,11)
#000000
(0,0,0)

Tints of #F00029

#F00029
(240,0,41)
#F1173C
(241,23,60)
#F22E4F
(242,46,79)
#F34562
(243,69,98)
#F45C75
(244,92,117)
#F57388
(245,115,136)
#F68A9B
(246,138,155)
#F7A1AE
(247,161,174)
#F8B8C1
(248,184,193)
#F9CFD4
(249,207,212)
#FAE6E7
(250,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F00029 color. Also use rgb(240,0,41) instead hex code.

Text Font Color

.myTextColor { color: #F00029; }

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

This text font color is #F00029.


Background Color

.myBgColor { background-color: #F00029; }

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

This div background color is #F00029.


Border color

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

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

This div border color is #F00029.


Opacity

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

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

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

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

This text has shadow with #F00029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F00029 on black background.


Color preview on white background

This text has color #F00029 on white background.



Black color preview on #F00029 background

This text has black color on #F00029 background.


White color preview on #F00029 background

This text has white color on #F00029 background.