Html Css Color HEX #FA89B7 Persian Pink

📋 copy color: '#FA89B7'

red 250 ◦ green 137 ◦ blue 183

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

Shades of Persian Pink #FA89B7

Tints of Persian Pink #FA89B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.11%

R = 43.86%
G = 24.04%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA89B7 (or 0xFA89B7) is known color: Persian Pink. HEX triplet: FA, 89 and B7. RGB value is (250,137,183). Sum of RGB (Red+Green+Blue) = 250+137+183=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89B7 is #057648. Grayscale: #AFAFAF. Windows color (decimal): -357961 or 12028410. OLE color: 12028410.

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

Color convert

RGB 250 137 183 -
CMYK 0 0.45 0.27 0.02
HSL 335.58º 0.92% 0.76% -
HSV(B) 335.58º 0.45% 0.98% -
XYZ 56.92 41.63 49.84 -
YUV 176.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 250 137 183 0 0.45 0.27 0.02 335.58 0.92 0.76
Hex FA 89 B7 0 2D 1B 2 150 5C 4C
Octal 372 211 267 0 55 33 2 520 134 114
Binary 11111010 10001001 10110111 0 101101 11011 10 101010000 1011100 1001100

Color Harmonies of #FA89B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89B7

Black with #FA89B7

Text Example


Text Example

White with #FA89B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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