#FA80D7

Color #FA80D7 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FA80D7

Tints of Pale Magenta #FA80D7

Color information

#FA80D7 (or 0xFA80D7) is unknown color: approx Pale Magenta. HEX triplet: FA, 80 and D7. RGB value is (250,128,215). Sum of RGB (Red+Green+Blue) = 250+128+215=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80D7 is #057F28. Grayscale: #AEAEAE. Windows color (decimal): -360233 or 14123258. OLE color: 14123258.

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

Color convert

RGB250128215-
CMYK00.490.140.02
HSL317.21º92.42%74.12%-
HSV(B)317.21º48.8%98.04%-
XYZ59.4140.6769.01-
YUV174.4150.92181.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=42.16%
G=21.59%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012821500.490.140.02317.2192.4274.12
HexFA80D7031E213d5c4a
Octal372200327061162475134112
Binary111110101000000011010111011000111101010011110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA80D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA80D7; }

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

 H1.HeaderClassName
 {
   color: #FA80D7;
 }
 .AnyTagClassName
 {
   color: #FA80D7;
 }
</style>
background-color css

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

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

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

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

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

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