#FF79BA

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

Shades of Persian Pink #FF79BA

Tints of Persian Pink #FF79BA

Color information

#FF79BA (or 0xFF79BA) is unknown color: approx Persian Pink. HEX triplet: FF, 79 and BA. RGB value is (255,121,186). Sum of RGB (Red+Green+Blue) = 255+121+186=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79BA is #008645. Grayscale: #A8A8A8. Windows color (decimal): -34374 or 12220927. OLE color: 12220927.

HSL color Cylindrical-coordinate representation of color #FF79BA: hue angle of 330.9º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF79BA is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255121186-
CMYK00.530.270
HSL330.9º100%73.73%-
HSV(B)330.9º52.55%100%-
XYZ56.9438.4850.88-
YUV168.48137.89189.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 121 (47.66% from 255) = 21.53%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=45.37%
G=21.53%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512118600.530.270330.910073.73
HexFF79BA0351B014b644a
Octal377171272065330513144112
Binary11111111111100110111010011010111011010100101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF79BA; }

 p { color: rgb(255,121,186); }

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

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

 a { background-color: rgb(255,121,186); }

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

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

 span { border-color: rgb(255,121,186); }

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