#FA81D5

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

Shades of Pale Magenta #FA81D5

Tints of Pale Magenta #FA81D5

Color information

#FA81D5 (or 0xFA81D5) is unknown color: approx Pale Magenta. HEX triplet: FA, 81 and D5. RGB value is (250,129,213). Sum of RGB (Red+Green+Blue) = 250+129+213=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81D5 is #057E2A. Grayscale: #AEAEAE. Windows color (decimal): -359979 or 13992442. OLE color: 13992442.

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

Color convert

RGB250129213-
CMYK00.480.150.02
HSL318.35º92.37%74.31%-
HSV(B)318.35º48.4%98.04%-
XYZ59.2840.8367.71-
YUV174.76149.59181.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 129 (50.78% from 255) = 21.79%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=42.23%
G=21.79%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012921300.480.150.02318.3592.3774.31
HexFA81D5030F213e5c4a
Octal372201325060172476134112
Binary111110101000000111010101011000011111010011111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81D5; }

 p { color: rgb(250,129,213); }

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

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

 a { background-color: rgb(250,129,213); }

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

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

 span { border-color: rgb(250,129,213); }

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