Html Css Color HEX #FA89E5 Pale Magenta

📋 copy color: '#FA89E5'

red 250 ◦ green 137 ◦ blue 229

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

Shades of Pale Magenta #FA89E5

Tints of Pale Magenta #FA89E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.18%

R = 40.58%
G = 22.24%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA89E5 (or 0xFA89E5) is known color: Pale Magenta. HEX triplet: FA, 89 and E5. RGB value is (250,137,229). Sum of RGB (Red+Green+Blue) = 250+137+229=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 137 (53.91% from 255 or 22.24% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89E5 is #05761A. Grayscale: #B5B5B5. Windows color (decimal): -357915 or 15043066. OLE color: 15043066.

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

Color convert

RGB 250 137 229 -
CMYK 0 0.45 0.08 0.02
HSL 311.15º 0.92% 0.76% -
HSV(B) 311.15º 0.45% 0.98% -
XYZ 62.51 43.87 79.3 -
YUV 181.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 250 137 229 0 0.45 0.08 0.02 311.15 0.92 0.76
Hex FA 89 E5 0 2D 8 2 137 5C 4C
Octal 372 211 345 0 55 10 2 467 134 114
Binary 11111010 10001001 11100101 0 101101 1000 10 100110111 1011100 1001100

Color Harmonies of #FA89E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89E5

Black with #FA89E5

Text Example


Text Example

White with #FA89E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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