COLOR #FC75C5

HEX: #FC75C5
RGB: (252,117,197)

Color info

#FC75C5 contains mainly red and blue colors. Web safe color of #FC75C5 is #FF66CC (or #F6C).

RGB color model

#FC75C5 color RGB value is (252,117,197).

  • red value is 252;
  • green value is 117;
  • blue value is 197.
RGB:
(252,117,197)
(99%,46%,77%)

RGB channels and saturation

R 252 of 255 = 99%
G 117 of 255 = 46%
B 197 of 255 = 77%

252
117
197

R + G + B ~ 74%. #FC75C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 117 + 197 = 566 (100%)
R 252 of 566 ~ 44.52%
G 117 of 566 ~ 20.67%
B 197 of 566 ~ 34.81%

%44.52
%20.67
%34.81

CMYK color model

#FC75C5 color CMYK value is (0,54,22,1).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 21.83%
  • key color value is 1.18%
CMYK:
(0,54,22,1)
C0M54Y22K1 
(0%,54%,22%,1%)
(0.00/0.54/0.22/0.01)	

CMYK percentages

%0
%53.57
%21.83
%1.18

Codes

Color #FC75C5 in popluar color models

FC75C5
RGB252117197
HSL324°95.74%72.35%
HSB/HSV324°53.57%98.82%
CMYK0.00%53.57%21.83%
1.18%

Color #FC75C5 in popluar number systems.

HEXFC75C5
Decimal252117197
Binary11111100111010111000101
Octal374165305

Shades and tints

Shades of #FC75C5

#FC75C5
(252,117,197)
#E66BB4
(230,107,180)
#D061A3
(208,97,163)
#BA5792
(186,87,146)
#A44D81
(164,77,129)
#8E4370
(142,67,112)
#78395F
(120,57,95)
#622F4E
(98,47,78)
#4C253D
(76,37,61)
#361B2C
(54,27,44)
#20111B
(32,17,27)
#000000
(0,0,0)

Tints of #FC75C5

#FC75C5
(252,117,197)
#FC81CA
(252,129,202)
#FC8DCF
(252,141,207)
#FC99D4
(252,153,212)
#FCA5D9
(252,165,217)
#FCB1DE
(252,177,222)
#FCBDE3
(252,189,227)
#FCC9E8
(252,201,232)
#FCD5ED
(252,213,237)
#FCE1F2
(252,225,242)
#FCEDF7
(252,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC75C5 color. Also use rgb(252,117,197) instead hex code.

Text Font Color

.myTextColor { color: #FC75C5; }

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

This text font color is #FC75C5.


Background Color

.myBgColor { background-color: #FC75C5; }

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

This div background color is #FC75C5.


Border color

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

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

This div border color is #FC75C5.


Opacity

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

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

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

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

This text has shadow with #FC75C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC75C5 on black background.


Color preview on white background

This text has color #FC75C5 on white background.



Black color preview on #FC75C5 background

This text has black color on #FC75C5 background.


White color preview on #FC75C5 background

This text has white color on #FC75C5 background.