#FF79B3

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

Shades of Persian Pink #FF79B3

Tints of Persian Pink #FF79B3

Color information

#FF79B3 (or 0xFF79B3) is unknown color: approx Persian Pink. HEX triplet: FF, 79 and B3. RGB value is (255,121,179). Sum of RGB (Red+Green+Blue) = 255+121+179=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79B3 is #00864C. Grayscale: #A7A7A7. Windows color (decimal): -34381 or 11762175. OLE color: 11762175.

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

Color convert

RGB255121179-
CMYK00.530.300
HSL334.03º100%73.73%-
HSV(B)334.03º52.55%100%-
XYZ56.2138.1947.06-
YUV167.68134.39190.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 121 (47.66% from 255) = 21.80%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=45.95%
G=21.80%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512117900.530.300334.0310073.73
HexFF79B30351E014e644a
Octal377171263065360516144112
Binary11111111111100110110011011010111110010100111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF79B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF79B3; }

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

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

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

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

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

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

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

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