COLOR #F2003C

HEX: #F2003C
RGB: (242,0,60)

Color info

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

RGB color model

#F2003C color RGB value is (242,0,60).

  • red value is 242;
  • green value is 0;
  • blue value is 60.
RGB:
(242,0,60)
(95%,0%,24%)

RGB channels and saturation

R 242 of 255 = 95%
G 0 of 255 = 0%
B 60 of 255 = 24%

242
0
60

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

Portions of RGB colors in percentages

R + G + B =
242 + 0 + 60 = 302 (100%)
R 242 of 302 ~ 80.13%
G 0 of 302 ~ 0%
B 60 of 302 ~ 19.87%

%80.13
%19.87

CMYK color model

#F2003C color CMYK value is (0,100,75,5).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 75.21%
  • key color value is 5.10%
CMYK:
(0,100,75,5)
C0M100Y75K5 
(0%,100%,75%,5%)
(0.00/1.00/0.75/0.05)	

CMYK percentages

%0
%100
%75.21
%5.1

Codes

Color #F2003C in popluar color models

F2003C
RGB242060
HSL345°100.00%47.45%
HSB/HSV345°100.00%94.90%
CMYK0.00%100.00%75.21%
5.10%

Color #F2003C in popluar number systems.

HEXF2003C
Decimal242060
Binary111100100111100
Octal362074

Shades and tints

Shades of #F2003C

#F2003C
(242,0,60)
#DC0037
(220,0,55)
#C60032
(198,0,50)
#B0002D
(176,0,45)
#9A0028
(154,0,40)
#840023
(132,0,35)
#6E001E
(110,0,30)
#580019
(88,0,25)
#420014
(66,0,20)
#2C000F
(44,0,15)
#16000A
(22,0,10)
#000000
(0,0,0)

Tints of #F2003C

#F2003C
(242,0,60)
#F3174D
(243,23,77)
#F42E5E
(244,46,94)
#F5456F
(245,69,111)
#F65C80
(246,92,128)
#F77391
(247,115,145)
#F88AA2
(248,138,162)
#F9A1B3
(249,161,179)
#FAB8C4
(250,184,196)
#FBCFD5
(251,207,213)
#FCE6E6
(252,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2003C; }

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

This text font color is #F2003C.


Background Color

.myBgColor { background-color: #F2003C; }

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

This div background color is #F2003C.


Border color

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

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

This div border color is #F2003C.


Opacity

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

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

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

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

This text has shadow with #F2003C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2003C on black background.


Color preview on white background

This text has color #F2003C on white background.



Black color preview on #F2003C background

This text has black color on #F2003C background.


White color preview on #F2003C background

This text has white color on #F2003C background.