#FA81EA

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

Shades of Pale Magenta #FA81EA

Tints of Pale Magenta #FA81EA

Color information

#FA81EA (or 0xFA81EA) is unknown color: approx Pale Magenta. HEX triplet: FA, 81 and EA. RGB value is (250,129,234). Sum of RGB (Red+Green+Blue) = 250+129+234=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA81EA is #057E15. Grayscale: #B0B0B0. Windows color (decimal): -359958 or 15368698. OLE color: 15368698.

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

Color convert

RGB250129234-
CMYK00.480.060.02
HSL307.93º92.37%74.31%-
HSV(B)307.93º48.4%98.04%-
XYZ62.1341.9782.67-
YUV177.15160.09179.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 129 (50.78% from 255) = 21.04%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=40.78%
G=21.04%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012923400.480.060.02307.9392.3774.31
HexFA81EA030621345c4a
Octal37220135206062464134112
Binary11111010100000011110101001100001101010011010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81EA; }

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

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

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

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

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

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

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

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