COLOR #FC1665

HEX: #FC1665
RGB: (252,22,101)

Color info

#FC1665 contains mainly red color. Web safe color of #FC1665 is #FF0066 (or #F06).

RGB color model

#FC1665 color RGB value is (252,22,101).

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

RGB channels and saturation

R 252 of 255 = 99%
G 22 of 255 = 9%
B 101 of 255 = 40%

252
22
101

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

Portions of RGB colors in percentages

R + G + B =
252 + 22 + 101 = 375 (100%)
R 252 of 375 ~ 67.2%
G 22 of 375 ~ 5.87%
B 101 of 375 ~ 26.93%

%67.2
%26.93

CMYK color model

#FC1665 color CMYK value is (0,91,60,1).

  • cyan value is 0.00%
  • magenta value is 91.27%
  • yellow value is 59.92%
  • key color value is 1.18%
CMYK:
(0,91,60,1)
C0M91Y60K1 
(0%,91%,60%,1%)
(0.00/0.91/0.60/0.01)	

CMYK percentages

%0
%91.27
%59.92
%1.18

Codes

Color #FC1665 in popluar color models

FC1665
RGB25222101
HSL339°97.46%53.73%
HSB/HSV339°91.27%98.82%
CMYK0.00%91.27%59.92%
1.18%

Color #FC1665 in popluar number systems.

HEXFC1665
Decimal25222101
Binary11111100101101100101
Octal37426145

Shades and tints

Shades of #FC1665

#FC1665
(252,22,101)
#E6145C
(230,20,92)
#D01253
(208,18,83)
#BA104A
(186,16,74)
#A40E41
(164,14,65)
#8E0C38
(142,12,56)
#780A2F
(120,10,47)
#620826
(98,8,38)
#4C061D
(76,6,29)
#360414
(54,4,20)
#20020B
(32,2,11)
#000000
(0,0,0)

Tints of #FC1665

#FC1665
(252,22,101)
#FC2B73
(252,43,115)
#FC4081
(252,64,129)
#FC558F
(252,85,143)
#FC6A9D
(252,106,157)
#FC7FAB
(252,127,171)
#FC94B9
(252,148,185)
#FCA9C7
(252,169,199)
#FCBED5
(252,190,213)
#FCD3E3
(252,211,227)
#FCE8F1
(252,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC1665; }

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

This text font color is #FC1665.


Background Color

.myBgColor { background-color: #FC1665; }

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

This div background color is #FC1665.


Border color

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

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

This div border color is #FC1665.


Opacity

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

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

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

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

This text has shadow with #FC1665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC1665 on black background.


Color preview on white background

This text has color #FC1665 on white background.



Black color preview on #FC1665 background

This text has black color on #FC1665 background.


White color preview on #FC1665 background

This text has white color on #FC1665 background.