#FC79B9

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

Shades of Persian Pink #FC79B9

Tints of Persian Pink #FC79B9

Color information

#FC79B9 (or 0xFC79B9) is unknown color: approx Persian Pink. HEX triplet: FC, 79 and B9. RGB value is (252,121,185). Sum of RGB (Red+Green+Blue) = 252+121+185=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC79B9 is #038646. Grayscale: #A7A7A7. Windows color (decimal): -230983 or 12155388. OLE color: 12155388.

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

Color convert

RGB252121185-
CMYK00.520.270.01
HSL330.69º95.62%73.14%-
HSV(B)330.69º51.98%98.82%-
XYZ55.7437.8750.27-
YUV167.46137.9188.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 121 (47.66% from 255) = 21.68%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=45.16%
G=21.68%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212118500.520.270.01330.6995.6273.14
HexFC79B90341B114b6049
Octal374171271064331513140111
Binary11111100111100110111001011010011011110100101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC79B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC79B9; }

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

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

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

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

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

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

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

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