#FA81E9

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

Shades of Pale Magenta #FA81E9

Tints of Pale Magenta #FA81E9

Color information

#FA81E9 (or 0xFA81E9) is unknown color: approx Pale Magenta. HEX triplet: FA, 81 and E9. RGB value is (250,129,233). Sum of RGB (Red+Green+Blue) = 250+129+233=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 129 (50.78% from 255 or 21.08% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA81E9 is #057E16. Grayscale: #B0B0B0. Windows color (decimal): -359959 or 15303162. OLE color: 15303162.

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

Color convert

RGB250129233-
CMYK00.480.070.02
HSL308.43º92.37%74.31%-
HSV(B)308.43º48.4%98.04%-
XYZ61.9841.9181.91-
YUV177.04159.59180.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 129 (50.78% from 255) = 21.08%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=40.85%
G=21.08%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012923300.480.070.02308.4392.3774.31
HexFA81E9030721345c4a
Octal37220135106072464134112
Binary11111010100000011110100101100001111010011010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81E9; }

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

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

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

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

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

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

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

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