COLOR #F00000

HEX: #F00000
RGB: (240,0,0)

Color info

#F00000 contains only red color. Web safe color of #F00000 is #FF0000 (or #F00).

RGB color model

#F00000 color RGB value is (240,0,0).

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

RGB channels and saturation

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

240
0
0

R + G + B ~ 31%. #F00000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
240 + 0 + 0 = 240 (100%)
R 240 of 240 ~ 100%
G 0 of 240 ~ 0%
B 0 of 240 ~ 0%

%100

CMYK color model

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

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

CMYK percentages

%0
%100
%100
%5.88

Codes

Color #F00000 in popluar color models

F00000
RGB24000
HSL100.00%47.06%
HSB/HSV100.00%94.12%
CMYK0.00%100.00%100.00%
5.88%

Color #F00000 in popluar number systems.

HEXF00000
Decimal24000
Binary1111000000
Octal36000

Shades and tints

Shades of #F00000

#F00000
(240,0,0)
#DB0000
(219,0,0)
#C60000
(198,0,0)
#B10000
(177,0,0)
#9C0000
(156,0,0)
#870000
(135,0,0)
#720000
(114,0,0)
#5D0000
(93,0,0)
#480000
(72,0,0)
#330000
(51,0,0)
#1E0000
(30,0,0)
#000000
(0,0,0)

Tints of #F00000

#F00000
(240,0,0)
#F11717
(241,23,23)
#F22E2E
(242,46,46)
#F34545
(243,69,69)
#F45C5C
(244,92,92)
#F57373
(245,115,115)
#F68A8A
(246,138,138)
#F7A1A1
(247,161,161)
#F8B8B8
(248,184,184)
#F9CFCF
(249,207,207)
#FAE6E6
(250,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F00000; }

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

This text font color is #F00000.


Background Color

.myBgColor { background-color: #F00000; }

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

This div background color is #F00000.


Border color

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

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

This div border color is #F00000.


Opacity

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

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

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

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

This text has shadow with #F00000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F00000 on black background.


Color preview on white background

This text has color #F00000 on white background.



Black color preview on #F00000 background

This text has black color on #F00000 background.


White color preview on #F00000 background

This text has white color on #F00000 background.