#FC76C1

Color #FC76C1 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FC76C1

Tints of Persian Pink #FC76C1

Color information

#FC76C1 (or 0xFC76C1) is unknown color: approx Persian Pink. HEX triplet: FC, 76 and C1. RGB value is (252,118,193). Sum of RGB (Red+Green+Blue) = 252+118+193=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76C1 is #03893E. Grayscale: #A6A6A6. Windows color (decimal): -231743 or 12678908. OLE color: 12678908.

HSL color Cylindrical-coordinate representation of color #FC76C1: hue angle of 326.42º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC76C1 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252118193-
CMYK00.530.230.01
HSL326.42º95.71%72.55%-
HSV(B)326.42º53.17%98.82%-
XYZ56.2537.554.73-
YUV166.62142.89188.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 118 (46.48% from 255) = 20.96%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=44.76%
G=20.96%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211819300.530.230.01326.4295.7172.55
HexFC76C10351711466049
Octal374166301065271506140111
Binary11111100111011011000001011010110111110100011011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC76C1; }

 p { color: rgb(252,118,193); }

 H1.HeaderClassName
 {
   color: #FC76C1;
 }
 .AnyTagClassName
 {
   color: #FC76C1;
 }
</style>
background-color css

<style>
 a { background-color: #FC76C1; }

 a { background-color: rgb(252,118,193); }

 div.DivClassName
 {
   background-color: #FC76C1;
 }
 .BgClassName
 {
   background-color: #FC76C1;
 }
</style>
border-color css

<style>
 span { border-color: #FC76C1; }

 span { border-color: rgb(252,118,193); }

 td.TdClassName
 {
   border-color: #FC76C1;
 }
 .TagClassName
 {
   border-color: #FC76C1;
 }
</style>