COLOR #FC4761

HEX: #FC4761
RGB: (252,71,97)

Color info

#FC4761 contains mainly red color. Web safe color of #FC4761 is #FF3366 (or #F36).

RGB color model

#FC4761 color RGB value is (252,71,97).

  • red value is 252;
  • green value is 71;
  • blue value is 97.
RGB:
(252,71,97)
(99%,28%,38%)

RGB channels and saturation

R 252 of 255 = 99%
G 71 of 255 = 28%
B 97 of 255 = 38%

252
71
97

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

Portions of RGB colors in percentages

R + G + B =
252 + 71 + 97 = 420 (100%)
R 252 of 420 ~ 60%
G 71 of 420 ~ 16.9%
B 97 of 420 ~ 23.1%

%60
%16.9
%23.1

CMYK color model

#FC4761 color CMYK value is (0,72,62,1).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 61.51%
  • key color value is 1.18%
CMYK:
(0,72,62,1)
C0M72Y62K1 
(0%,72%,62%,1%)
(0.00/0.72/0.62/0.01)	

CMYK percentages

%0
%71.83
%61.51
%1.18

Codes

Color #FC4761 in popluar color models

FC4761
RGB2527197
HSL351°96.79%63.33%
HSB/HSV351°71.83%98.82%
CMYK0.00%71.83%61.51%
1.18%

Color #FC4761 in popluar number systems.

HEXFC4761
Decimal2527197
Binary1111110010001111100001
Octal374107141

Shades and tints

Shades of #FC4761

#FC4761
(252,71,97)
#E64159
(230,65,89)
#D03B51
(208,59,81)
#BA3549
(186,53,73)
#A42F41
(164,47,65)
#8E2939
(142,41,57)
#782331
(120,35,49)
#621D29
(98,29,41)
#4C1721
(76,23,33)
#361119
(54,17,25)
#200B11
(32,11,17)
#000000
(0,0,0)

Tints of #FC4761

#FC4761
(252,71,97)
#FC576F
(252,87,111)
#FC677D
(252,103,125)
#FC778B
(252,119,139)
#FC8799
(252,135,153)
#FC97A7
(252,151,167)
#FCA7B5
(252,167,181)
#FCB7C3
(252,183,195)
#FCC7D1
(252,199,209)
#FCD7DF
(252,215,223)
#FCE7ED
(252,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC4761 color. Also use rgb(252,71,97) instead hex code.

Text Font Color

.myTextColor { color: #FC4761; }

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

This text font color is #FC4761.


Background Color

.myBgColor { background-color: #FC4761; }

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

This div background color is #FC4761.


Border color

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

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

This div border color is #FC4761.


Opacity

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

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

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

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

This text has shadow with #FC4761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC4761 on black background.


Color preview on white background

This text has color #FC4761 on white background.



Black color preview on #FC4761 background

This text has black color on #FC4761 background.


White color preview on #FC4761 background

This text has white color on #FC4761 background.