#FC79C2

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

Shades of Persian Pink #FC79C2

Tints of Persian Pink #FC79C2

Color information

#FC79C2 (or 0xFC79C2) is unknown color: approx Persian Pink. HEX triplet: FC, 79 and C2. RGB value is (252,121,194). Sum of RGB (Red+Green+Blue) = 252+121+194=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC79C2 is #03863D. Grayscale: #A8A8A8. Windows color (decimal): -230974 or 12745212. OLE color: 12745212.

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

Color convert

RGB252121194-
CMYK00.520.230.01
HSL326.56º95.62%73.14%-
HSV(B)326.56º51.98%98.82%-
XYZ56.7238.2755.44-
YUV168.49142.4187.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 121 (47.66% from 255) = 21.34%
BLUE value IS 194 (76.17% from 255) = 34.22%
R=44.44%
G=21.34%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212119400.520.230.01326.5695.6273.14
HexFC79C20341711476049
Octal374171302064271507140111
Binary11111100111100111000010011010010111110100011111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC79C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC79C2; }

 p { color: rgb(252,121,194); }

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

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

 a { background-color: rgb(252,121,194); }

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

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

 span { border-color: rgb(252,121,194); }

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