Html Css Color HEX #FA80E5 Pale Magenta

📋 copy color: '#FA80E5'

red 250 ◦ green 128 ◦ blue 229

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

Shades of Pale Magenta #FA80E5

Tints of Pale Magenta #FA80E5

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.09%

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

R = 41.19%
G = 21.09%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA80E5 (or 0xFA80E5) is known color: Pale Magenta. HEX triplet: FA, 80 and E5. RGB value is (250,128,229). Sum of RGB (Red+Green+Blue) = 250+128+229=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80E5 is #057F1A. Grayscale: #AFAFAF. Windows color (decimal): -360219 or 15040762. OLE color: 15040762.

HSL color Cylindrical-coordinate representation of color #FA80E5: hue angle of 310.33º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80E5 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 229 -
CMYK 0 0.49 0.08 0.02
HSL 310.33º 0.92% 0.74% -
HSV(B) 310.33º 0.49% 0.98% -
XYZ 61.29 41.42 78.89 -
YUV 175.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 250 128 229 0 0.49 0.08 0.02 310.33 0.92 0.74
Hex FA 80 E5 0 31 8 2 136 5C 4A
Octal 372 200 345 0 61 10 2 466 134 112
Binary 11111010 10000000 11100101 0 110001 1000 10 100110110 1011100 1001010

Color Harmonies of #FA80E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80E5

Black with #FA80E5

Text Example


Text Example

White with #FA80E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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