COLOR #FC1F3F

HEX: #FC1F3F
RGB: (252,31,63)

Color info

#FC1F3F contains mainly red color. Web safe color of #FC1F3F is #FF3333 (or #F33).

RGB color model

#FC1F3F color RGB value is (252,31,63).

  • red value is 252;
  • green value is 31;
  • blue value is 63.
RGB:
(252,31,63)
(99%,12%,25%)

RGB channels and saturation

R 252 of 255 = 99%
G 31 of 255 = 12%
B 63 of 255 = 25%

252
31
63

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

Portions of RGB colors in percentages

R + G + B =
252 + 31 + 63 = 346 (100%)
R 252 of 346 ~ 72.83%
G 31 of 346 ~ 8.96%
B 63 of 346 ~ 18.21%

%72.83
%18.21

CMYK color model

#FC1F3F color CMYK value is (0,88,75,1).

  • cyan value is 0.00%
  • magenta value is 87.70%
  • yellow value is 75.00%
  • key color value is 1.18%
CMYK:
(0,88,75,1)
C0M88Y75K1 
(0%,88%,75%,1%)
(0.00/0.88/0.75/0.01)	

CMYK percentages

%0
%87.7
%75
%1.18

Codes

Color #FC1F3F in popluar color models

FC1F3F
RGB2523163
HSL351°97.36%55.49%
HSB/HSV351°87.70%98.82%
CMYK0.00%87.70%75.00%
1.18%

Color #FC1F3F in popluar number systems.

HEXFC1F3F
Decimal2523163
Binary1111110011111111111
Octal3743777

Shades and tints

Shades of #FC1F3F

#FC1F3F
(252,31,63)
#E61D3A
(230,29,58)
#D01B35
(208,27,53)
#BA1930
(186,25,48)
#A4172B
(164,23,43)
#8E1526
(142,21,38)
#781321
(120,19,33)
#62111C
(98,17,28)
#4C0F17
(76,15,23)
#360D12
(54,13,18)
#200B0D
(32,11,13)
#000000
(0,0,0)

Tints of #FC1F3F

#FC1F3F
(252,31,63)
#FC3350
(252,51,80)
#FC4761
(252,71,97)
#FC5B72
(252,91,114)
#FC6F83
(252,111,131)
#FC8394
(252,131,148)
#FC97A5
(252,151,165)
#FCABB6
(252,171,182)
#FCBFC7
(252,191,199)
#FCD3D8
(252,211,216)
#FCE7E9
(252,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC1F3F color. Also use rgb(252,31,63) instead hex code.

Text Font Color

.myTextColor { color: #FC1F3F; }

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

This text font color is #FC1F3F.


Background Color

.myBgColor { background-color: #FC1F3F; }

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

This div background color is #FC1F3F.


Border color

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

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

This div border color is #FC1F3F.


Opacity

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

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

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

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

This text has shadow with #FC1F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC1F3F on black background.


Color preview on white background

This text has color #FC1F3F on white background.



Black color preview on #FC1F3F background

This text has black color on #FC1F3F background.


White color preview on #FC1F3F background

This text has white color on #FC1F3F background.