#FA79B5

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

Shades of Persian Pink #FA79B5

Tints of Persian Pink #FA79B5

Color information

#FA79B5 (or 0xFA79B5) is unknown color: approx Persian Pink. HEX triplet: FA, 79 and B5. RGB value is (250,121,181). Sum of RGB (Red+Green+Blue) = 250+121+181=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA79B5 is #05864A. Grayscale: #A6A6A6. Windows color (decimal): -362059 or 11893242. OLE color: 11893242.

HSL color Cylindrical-coordinate representation of color #FA79B5: hue angle of 332.09º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA79B5 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250121181-
CMYK00.520.280.02
HSL332.09º92.81%72.75%-
HSV(B)332.09º51.6%98.04%-
XYZ54.637.3348.04-
YUV166.41136.24187.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 121 (47.66% from 255) = 21.92%
BLUE value IS 181 (71.09% from 255) = 32.79%
R=45.29%
G=21.92%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012118100.520.280.02332.0992.8172.75
HexFA79B50341C214c5d49
Octal372171265064342514135111
Binary111110101111001101101010110100111001010100110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA79B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA79B5; }

 p { color: rgb(250,121,181); }

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

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

 a { background-color: rgb(250,121,181); }

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

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

 span { border-color: rgb(250,121,181); }

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