COLOR #FC0F69

HEX: #FC0F69
RGB: (252,15,105)

Color info

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

RGB color model

#FC0F69 color RGB value is (252,15,105).

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

RGB channels and saturation

R 252 of 255 = 99%
G 15 of 255 = 6%
B 105 of 255 = 41%

252
15
105

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

Portions of RGB colors in percentages

R + G + B =
252 + 15 + 105 = 372 (100%)
R 252 of 372 ~ 67.74%
G 15 of 372 ~ 4.03%
B 105 of 372 ~ 28.23%

%67.74
%28.23

CMYK color model

#FC0F69 color CMYK value is (0,94,58,1).

  • cyan value is 0.00%
  • magenta value is 94.05%
  • yellow value is 58.33%
  • key color value is 1.18%
CMYK:
(0,94,58,1)
C0M94Y58K1 
(0%,94%,58%,1%)
(0.00/0.94/0.58/0.01)	

CMYK percentages

%0
%94.05
%58.33
%1.18

Codes

Color #FC0F69 in popluar color models

FC0F69
RGB25215105
HSL337°97.53%52.35%
HSB/HSV337°94.05%98.82%
CMYK0.00%94.05%58.33%
1.18%

Color #FC0F69 in popluar number systems.

HEXFC0F69
Decimal25215105
Binary1111110011111101001
Octal37417151

Shades and tints

Shades of #FC0F69

#FC0F69
(252,15,105)
#E60E60
(230,14,96)
#D00D57
(208,13,87)
#BA0C4E
(186,12,78)
#A40B45
(164,11,69)
#8E0A3C
(142,10,60)
#780933
(120,9,51)
#62082A
(98,8,42)
#4C0721
(76,7,33)
#360618
(54,6,24)
#20050F
(32,5,15)
#000000
(0,0,0)

Tints of #FC0F69

#FC0F69
(252,15,105)
#FC2476
(252,36,118)
#FC3983
(252,57,131)
#FC4E90
(252,78,144)
#FC639D
(252,99,157)
#FC78AA
(252,120,170)
#FC8DB7
(252,141,183)
#FCA2C4
(252,162,196)
#FCB7D1
(252,183,209)
#FCCCDE
(252,204,222)
#FCE1EB
(252,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC0F69; }

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

This text font color is #FC0F69.


Background Color

.myBgColor { background-color: #FC0F69; }

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

This div background color is #FC0F69.


Border color

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

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

This div border color is #FC0F69.


Opacity

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

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

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

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

This text has shadow with #FC0F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC0F69 on black background.


Color preview on white background

This text has color #FC0F69 on white background.



Black color preview on #FC0F69 background

This text has black color on #FC0F69 background.


White color preview on #FC0F69 background

This text has white color on #FC0F69 background.