COLOR #F0002F

HEX: #F0002F
RGB: (240,0,47)

Color info

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

RGB color model

#F0002F color RGB value is (240,0,47).

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

RGB channels and saturation

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

240
0
47

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

Portions of RGB colors in percentages

R + G + B =
240 + 0 + 47 = 287 (100%)
R 240 of 287 ~ 83.62%
G 0 of 287 ~ 0%
B 47 of 287 ~ 16.38%

%83.62
%16.38

CMYK color model

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

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

CMYK percentages

%0
%100
%80.42
%5.88

Codes

Color #F0002F in popluar color models

F0002F
RGB240047
HSL348°100.00%47.06%
HSB/HSV348°100.00%94.12%
CMYK0.00%100.00%80.42%
5.88%

Color #F0002F in popluar number systems.

HEXF0002F
Decimal240047
Binary111100000101111
Octal360057

Shades and tints

Shades of #F0002F

#F0002F
(240,0,47)
#DB002B
(219,0,43)
#C60027
(198,0,39)
#B10023
(177,0,35)
#9C001F
(156,0,31)
#87001B
(135,0,27)
#720017
(114,0,23)
#5D0013
(93,0,19)
#48000F
(72,0,15)
#33000B
(51,0,11)
#1E0007
(30,0,7)
#000000
(0,0,0)

Tints of #F0002F

#F0002F
(240,0,47)
#F11741
(241,23,65)
#F22E53
(242,46,83)
#F34565
(243,69,101)
#F45C77
(244,92,119)
#F57389
(245,115,137)
#F68A9B
(246,138,155)
#F7A1AD
(247,161,173)
#F8B8BF
(248,184,191)
#F9CFD1
(249,207,209)
#FAE6E3
(250,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0002F; }

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

This text font color is #F0002F.


Background Color

.myBgColor { background-color: #F0002F; }

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

This div background color is #F0002F.


Border color

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

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

This div border color is #F0002F.


Opacity

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

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

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

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

This text has shadow with #F0002F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0002F on black background.


Color preview on white background

This text has color #F0002F on white background.



Black color preview on #F0002F background

This text has black color on #F0002F background.


White color preview on #F0002F background

This text has white color on #F0002F background.