Html Css Color HEX #FA89D9 Pale Magenta

📋 copy color: '#FA89D9'

red 250 ◦ green 137 ◦ blue 217

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

Shades of Pale Magenta #FA89D9

Tints of Pale Magenta #FA89D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.93%

R = 41.39%
G = 22.68%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA89D9 (or 0xFA89D9) is known color: Pale Magenta. HEX triplet: FA, 89 and D9. RGB value is (250,137,217). Sum of RGB (Red+Green+Blue) = 250+137+217=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 137 (53.91% from 255 or 22.68% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89D9 is #057626. Grayscale: #B3B3B3. Windows color (decimal): -357927 or 14256634. OLE color: 14256634.

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

Color convert

RGB 250 137 217 -
CMYK 0 0.45 0.13 0.02
HSL 317.52º 0.92% 0.76% -
HSV(B) 317.52º 0.45% 0.98% -
XYZ 60.89 43.23 70.78 -
YUV 179.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 250 137 217 0 0.45 0.13 0.02 317.52 0.92 0.76
Hex FA 89 D9 0 2D D 2 13E 5C 4C
Octal 372 211 331 0 55 15 2 476 134 114
Binary 11111010 10001001 11011001 0 101101 1101 10 100111110 1011100 1001100

Color Harmonies of #FA89D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89D9

Black with #FA89D9

Text Example


Text Example

White with #FA89D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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