#FA81E3

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

Shades of Pale Magenta #FA81E3

Tints of Pale Magenta #FA81E3

Color information

#FA81E3 (or 0xFA81E3) is unknown color: approx Pale Magenta. HEX triplet: FA, 81 and E3. RGB value is (250,129,227). Sum of RGB (Red+Green+Blue) = 250+129+227=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81E3 is #057E1C. Grayscale: #B0B0B0. Windows color (decimal): -359965 or 14909946. OLE color: 14909946.

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

Color convert

RGB250129227-
CMYK00.480.090.02
HSL311.4º92.37%74.31%-
HSV(B)311.4º48.4%98.04%-
XYZ61.1441.5777.47-
YUV176.35156.59180.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 129 (50.78% from 255) = 21.29%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=41.25%
G=21.29%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012922700.480.090.02311.492.3774.31
HexFA81E3030921375c4a
Octal372201343060112467134112
Binary111110101000000111100011011000010011010011011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81E3; }

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

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

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

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

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

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

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

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