#FF89B9

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

Shades of Persian Pink #FF89B9

Tints of Persian Pink #FF89B9

Color information

#FF89B9 (or 0xFF89B9) is unknown color: approx Persian Pink. HEX triplet: FF, 89 and B9. RGB value is (255,137,185). Sum of RGB (Red+Green+Blue) = 255+137+185=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89B9 is #007646. Grayscale: #B1B1B1. Windows color (decimal): -30279 or 12159487. OLE color: 12159487.

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

Color convert

RGB255137185-
CMYK00.460.270
HSL335.59º100%76.86%-
HSV(B)335.59º46.27%100%-
XYZ58.9442.6551.03-
YUV177.75132.09183.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 137 (53.91% from 255) = 23.74%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=44.19%
G=23.74%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513718500.460.270335.5910076.86
HexFF89B902E1B0150644d
Octal377211271056330520144115
Binary111111111000100110111001010111011011010101000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF89B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF89B9; }

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

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

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

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

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

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

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

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