Html Css Color HEX #FA89B9 Persian Pink

📋 copy color: '#FA89B9'

red 250 ◦ green 137 ◦ blue 185

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

Shades of Persian Pink #FA89B9

Tints of Persian Pink #FA89B9

RGB

 RED value IS 250 (98.05% from 255) = 43.71%

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

 BLUE value IS 185 (72.66% from 255) = 32.34%

R = 43.71%
G = 23.95%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA89B9 (or 0xFA89B9) is known color: Persian Pink. HEX triplet: FA, 89 and B9. RGB value is (250,137,185). Sum of RGB (Red+Green+Blue) = 250+137+185=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89B9 is #057646. Grayscale: #B0B0B0. Windows color (decimal): -357959 or 12159482. OLE color: 12159482.

HSL color Cylindrical-coordinate representation of color #FA89B9: hue angle of 334.51º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA89B9 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 137 185 -
CMYK 0 0.45 0.26 0.02
HSL 334.51º 0.92% 0.76% -
HSV(B) 334.51º 0.45% 0.98% -
XYZ 57.13 41.72 50.94 -
YUV 176.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 250 137 185 0 0.45 0.26 0.02 334.51 0.92 0.76
Hex FA 89 B9 0 2D 1A 2 14F 5C 4C
Octal 372 211 271 0 55 32 2 517 134 114
Binary 11111010 10001001 10111001 0 101101 11010 10 101001111 1011100 1001100

Color Harmonies of #FA89B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89B9

Black with #FA89B9

Text Example


Text Example

White with #FA89B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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