Html Css Color HEX #FF89B6 Persian Pink

📋 copy color: '#FF89B6'

red 255 ◦ green 137 ◦ blue 182

#FF89B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #FF89B6

Tints of Persian Pink #FF89B6

RGB

 RED value IS 255 (100% from 255) = 44.43%

 GREEN value IS 137 (53.91% from 255) = 23.87%

 BLUE value IS 182 (71.48% from 255) = 31.71%

R = 44.43%
G = 23.87%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF89B6 (or 0xFF89B6) is known color: Persian Pink. HEX triplet: FF, 89 and B6. RGB value is (255,137,182). Sum of RGB (Red+Green+Blue) = 255+137+182=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89B6 is #007649. Grayscale: #B1B1B1. Windows color (decimal): -30282 or 11962879. OLE color: 11962879.

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

Color convert

RGB 255 137 182 -
CMYK 0 0.46 0.29 0
HSL 337.12º 1% 0.77% -
HSV(B) 337.12º 0.46% 1% -
XYZ 58.63 42.53 49.37 -
YUV 177.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 255 137 182 0 0.46 0.29 0 337.12 1 0.77
Hex FF 89 B6 0 2E 1D 0 151 64 4D
Octal 377 211 266 0 56 35 0 521 144 115
Binary 11111111 10001001 10110110 0 101110 11101 0 101010001 1100100 1001101

Color Harmonies of #FF89B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF89B6

Black with #FF89B6

Text Example


Text Example

White with #FF89B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF89B6; }

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

 H1.HeaderClassName
 {
   color: #FF89B6;
 }
 .AnyTagClassName
 {
   color: #FF89B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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