COLOR #FC0328

HEX: #FC0328
RGB: (252,3,40)

Color info

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

RGB color model

#FC0328 color RGB value is (252,3,40).

  • red value is 252;
  • green value is 3;
  • blue value is 40.
RGB:
(252,3,40)
(99%,1%,16%)

RGB channels and saturation

R 252 of 255 = 99%
G 3 of 255 = 1%
B 40 of 255 = 16%

252
3
40

R + G + B ~ 39%. #FC0328 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
252 + 3 + 40 = 295 (100%)
R 252 of 295 ~ 85.42%
G 3 of 295 ~ 1.02%
B 40 of 295 ~ 13.56%

%85.42
%13.56

CMYK color model

#FC0328 color CMYK value is (0,99,84,1).

  • cyan value is 0.00%
  • magenta value is 98.81%
  • yellow value is 84.13%
  • key color value is 1.18%
CMYK:
(0,99,84,1)
C0M99Y84K1 
(0%,99%,84%,1%)
(0.00/0.99/0.84/0.01)	

CMYK percentages

%0
%98.81
%84.13
%1.18

Codes

Color #FC0328 in popluar color models

FC0328
RGB252340
HSL351°97.65%50.00%
HSB/HSV351°98.81%98.82%
CMYK0.00%98.81%84.13%
1.18%

Color #FC0328 in popluar number systems.

HEXFC0328
Decimal252340
Binary1111110011101000
Octal374350

Shades and tints

Shades of #FC0328

#FC0328
(252,3,40)
#E60325
(230,3,37)
#D00322
(208,3,34)
#BA031F
(186,3,31)
#A4031C
(164,3,28)
#8E0319
(142,3,25)
#780316
(120,3,22)
#620313
(98,3,19)
#4C0310
(76,3,16)
#36030D
(54,3,13)
#20030A
(32,3,10)
#000000
(0,0,0)

Tints of #FC0328

#FC0328
(252,3,40)
#FC193B
(252,25,59)
#FC2F4E
(252,47,78)
#FC4561
(252,69,97)
#FC5B74
(252,91,116)
#FC7187
(252,113,135)
#FC879A
(252,135,154)
#FC9DAD
(252,157,173)
#FCB3C0
(252,179,192)
#FCC9D3
(252,201,211)
#FCDFE6
(252,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC0328 color. Also use rgb(252,3,40) instead hex code.

Text Font Color

.myTextColor { color: #FC0328; }

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

This text font color is #FC0328.


Background Color

.myBgColor { background-color: #FC0328; }

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

This div background color is #FC0328.


Border color

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

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

This div border color is #FC0328.


Opacity

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

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

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

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

This text has shadow with #FC0328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC0328 on black background.


Color preview on white background

This text has color #FC0328 on white background.



Black color preview on #FC0328 background

This text has black color on #FC0328 background.


White color preview on #FC0328 background

This text has white color on #FC0328 background.