COLOR #FC283F

HEX: #FC283F
RGB: (252,40,63)

Color info

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

RGB color model

#FC283F color RGB value is (252,40,63).

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

RGB channels and saturation

R 252 of 255 = 99%
G 40 of 255 = 16%
B 63 of 255 = 25%

252
40
63

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

Portions of RGB colors in percentages

R + G + B =
252 + 40 + 63 = 355 (100%)
R 252 of 355 ~ 70.99%
G 40 of 355 ~ 11.27%
B 63 of 355 ~ 17.75%

%70.99
%11.27
%17.75

CMYK color model

#FC283F color CMYK value is (0,84,75,1).

  • cyan value is 0.00%
  • magenta value is 84.13%
  • yellow value is 75.00%
  • key color value is 1.18%
CMYK:
(0,84,75,1)
C0M84Y75K1 
(0%,84%,75%,1%)
(0.00/0.84/0.75/0.01)	

CMYK percentages

%0
%84.13
%75
%1.18

Codes

Color #FC283F in popluar color models

FC283F
RGB2524063
HSL353°97.25%57.25%
HSB/HSV353°84.13%98.82%
CMYK0.00%84.13%75.00%
1.18%

Color #FC283F in popluar number systems.

HEXFC283F
Decimal2524063
Binary11111100101000111111
Octal3745077

Shades and tints

Shades of #FC283F

#FC283F
(252,40,63)
#E6253A
(230,37,58)
#D02235
(208,34,53)
#BA1F30
(186,31,48)
#A41C2B
(164,28,43)
#8E1926
(142,25,38)
#781621
(120,22,33)
#62131C
(98,19,28)
#4C1017
(76,16,23)
#360D12
(54,13,18)
#200A0D
(32,10,13)
#000000
(0,0,0)

Tints of #FC283F

#FC283F
(252,40,63)
#FC3B50
(252,59,80)
#FC4E61
(252,78,97)
#FC6172
(252,97,114)
#FC7483
(252,116,131)
#FC8794
(252,135,148)
#FC9AA5
(252,154,165)
#FCADB6
(252,173,182)
#FCC0C7
(252,192,199)
#FCD3D8
(252,211,216)
#FCE6E9
(252,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC283F; }

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

This text font color is #FC283F.


Background Color

.myBgColor { background-color: #FC283F; }

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

This div background color is #FC283F.


Border color

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

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

This div border color is #FC283F.


Opacity

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

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

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

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

This text has shadow with #FC283F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC283F on black background.


Color preview on white background

This text has color #FC283F on white background.



Black color preview on #FC283F background

This text has black color on #FC283F background.


White color preview on #FC283F background

This text has white color on #FC283F background.