Html Css Color HEX #FA8AE1 Pale Magenta

📋 copy color: '#FA8AE1'

red 250 ◦ green 138 ◦ blue 225

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

Shades of Pale Magenta #FA8AE1

Tints of Pale Magenta #FA8AE1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.51%

 BLUE value IS 225 (88.28% from 255) = 36.7%

R = 40.78%
G = 22.51%
B = 36.7%

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

#FA8AE1 (or 0xFA8AE1) is known color: Pale Magenta. HEX triplet: FA, 8A and E1. RGB value is (250,138,225). Sum of RGB (Red+Green+Blue) = 250+138+225=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8AE1 is #05751E. Grayscale: #B5B5B5. Windows color (decimal): -357663 or 14781178. OLE color: 14781178.

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

Color convert

RGB 250 138 225 -
CMYK 0 0.45 0.10 0.02
HSL 313.39º 0.92% 0.76% -
HSV(B) 313.39º 0.45% 0.98% -
XYZ 62.1 43.94 76.44 -
YUV 181.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 250 138 225 0 0.45 0.10 0.02 313.39 0.92 0.76
Hex FA 8A E1 0 2D A 2 139 5C 4C
Octal 372 212 341 0 55 12 2 471 134 114
Binary 11111010 10001010 11100001 0 101101 1010 10 100111001 1011100 1001100

Color Harmonies of #FA8AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8AE1

Black with #FA8AE1

Text Example


Text Example

White with #FA8AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8AE1; }

 p { color: rgb(250,138,225); }

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

background-color css

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

 a { background-color: rgb(250,138,225); }

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

border-color css

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

 span { border-color: rgb(250,138,225); }

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