#FC79B3

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

Shades of Persian Pink #FC79B3

Tints of Persian Pink #FC79B3

Color information

#FC79B3 (or 0xFC79B3) is unknown color: approx Persian Pink. HEX triplet: FC, 79 and B3. RGB value is (252,121,179). Sum of RGB (Red+Green+Blue) = 252+121+179=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC79B3 is #03864C. Grayscale: #A6A6A6. Windows color (decimal): -230989 or 11762172. OLE color: 11762172.

HSL color Cylindrical-coordinate representation of color #FC79B3: hue angle of 333.44º 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 #FC79B3 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252121179-
CMYK00.520.290.01
HSL333.44º95.62%73.14%-
HSV(B)333.44º51.98%98.82%-
XYZ55.1237.6247.01-
YUV166.78134.9188.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 121 (47.66% from 255) = 21.92%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=45.65%
G=21.92%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212117900.520.290.01333.4495.6273.14
HexFC79B30341D114d6049
Octal374171263064351515140111
Binary11111100111100110110011011010011101110100110111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC79B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC79B3; }

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

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

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

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

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

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

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

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