Html Css Color HEX #FA89E2 Pale Magenta

📋 copy color: '#FA89E2'

red 250 ◦ green 137 ◦ blue 226

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

Shades of Pale Magenta #FA89E2

Tints of Pale Magenta #FA89E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.87%

R = 40.78%
G = 22.35%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA89E2 (or 0xFA89E2) is known color: Pale Magenta. HEX triplet: FA, 89 and E2. RGB value is (250,137,226). Sum of RGB (Red+Green+Blue) = 250+137+226=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 137 (53.91% from 255 or 22.35% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89E2 is #05761D. Grayscale: #B4B4B4. Windows color (decimal): -357918 or 14846458. OLE color: 14846458.

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

Color convert

RGB 250 137 226 -
CMYK 0 0.45 0.10 0.02
HSL 312.74º 0.92% 0.76% -
HSV(B) 312.74º 0.45% 0.98% -
XYZ 62.1 43.71 77.11 -
YUV 180.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 250 137 226 0 0.45 0.10 0.02 312.74 0.92 0.76
Hex FA 89 E2 0 2D A 2 139 5C 4C
Octal 372 211 342 0 55 12 2 471 134 114
Binary 11111010 10001001 11100010 0 101101 1010 10 100111001 1011100 1001100

Color Harmonies of #FA89E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89E2

Black with #FA89E2

Text Example


Text Example

White with #FA89E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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