COLOR #FC6965

HEX: #FC6965
RGB: (252,105,101)

Color info

#FC6965 contains mainly red color. Web safe color of #FC6965 is #FF6666 (or #F66).

RGB color model

#FC6965 color RGB value is (252,105,101).

  • red value is 252;
  • green value is 105;
  • blue value is 101.
RGB:
(252,105,101)
(99%,41%,40%)

RGB channels and saturation

R 252 of 255 = 99%
G 105 of 255 = 41%
B 101 of 255 = 40%

252
105
101

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

Portions of RGB colors in percentages

R + G + B =
252 + 105 + 101 = 458 (100%)
R 252 of 458 ~ 55.02%
G 105 of 458 ~ 22.93%
B 101 of 458 ~ 22.05%

%55.02
%22.93
%22.05

CMYK color model

#FC6965 color CMYK value is (0,58,60,1).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 59.92%
  • key color value is 1.18%
CMYK:
(0,58,60,1)
C0M58Y60K1 
(0%,58%,60%,1%)
(0.00/0.58/0.60/0.01)	

CMYK percentages

%0
%58.33
%59.92
%1.18

Codes

Color #FC6965 in popluar color models

FC6965
RGB252105101
HSL96.18%69.22%
HSB/HSV59.92%98.82%
CMYK0.00%58.33%59.92%
1.18%

Color #FC6965 in popluar number systems.

HEXFC6965
Decimal252105101
Binary1111110011010011100101
Octal374151145

Shades and tints

Shades of #FC6965

#FC6965
(252,105,101)
#E6605C
(230,96,92)
#D05753
(208,87,83)
#BA4E4A
(186,78,74)
#A44541
(164,69,65)
#8E3C38
(142,60,56)
#78332F
(120,51,47)
#622A26
(98,42,38)
#4C211D
(76,33,29)
#361814
(54,24,20)
#200F0B
(32,15,11)
#000000
(0,0,0)

Tints of #FC6965

#FC6965
(252,105,101)
#FC7673
(252,118,115)
#FC8381
(252,131,129)
#FC908F
(252,144,143)
#FC9D9D
(252,157,157)
#FCAAAB
(252,170,171)
#FCB7B9
(252,183,185)
#FCC4C7
(252,196,199)
#FCD1D5
(252,209,213)
#FCDEE3
(252,222,227)
#FCEBF1
(252,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC6965 color. Also use rgb(252,105,101) instead hex code.

Text Font Color

.myTextColor { color: #FC6965; }

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

This text font color is #FC6965.


Background Color

.myBgColor { background-color: #FC6965; }

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

This div background color is #FC6965.


Border color

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

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

This div border color is #FC6965.


Opacity

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

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

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

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

This text has shadow with #FC6965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC6965 on black background.


Color preview on white background

This text has color #FC6965 on white background.



Black color preview on #FC6965 background

This text has black color on #FC6965 background.


White color preview on #FC6965 background

This text has white color on #FC6965 background.