#FF79B9

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

Shades of Persian Pink #FF79B9

Tints of Persian Pink #FF79B9

Color information

#FF79B9 (or 0xFF79B9) is unknown color: approx Persian Pink. HEX triplet: FF, 79 and B9. RGB value is (255,121,185). Sum of RGB (Red+Green+Blue) = 255+121+185=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79B9 is #008646. Grayscale: #A8A8A8. Windows color (decimal): -34375 or 12155391. OLE color: 12155391.

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

Color convert

RGB255121185-
CMYK00.530.270
HSL331.34º100%73.73%-
HSV(B)331.34º52.55%100%-
XYZ56.8338.4450.32-
YUV168.36137.39189.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 121 (47.66% from 255) = 21.57%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=45.45%
G=21.57%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512118500.530.270331.3410073.73
HexFF79B90351B014b644a
Octal377171271065330513144112
Binary11111111111100110111001011010111011010100101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF79B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF79B9; }

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

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

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

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

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

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

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

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