#FA81E4

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

Shades of Pale Magenta #FA81E4

Tints of Pale Magenta #FA81E4

Color information

#FA81E4 (or 0xFA81E4) is unknown color: approx Pale Magenta. HEX triplet: FA, 81 and E4. RGB value is (250,129,228). Sum of RGB (Red+Green+Blue) = 250+129+228=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81E4 is #057E1B. Grayscale: #B0B0B0. Windows color (decimal): -359964 or 14975482. OLE color: 14975482.

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

Color convert

RGB250129228-
CMYK00.480.090.02
HSL310.91º92.37%74.31%-
HSV(B)310.91º48.4%98.04%-
XYZ61.2841.6378.2-
YUV176.46157.09180.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 129 (50.78% from 255) = 21.25%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=41.19%
G=21.25%
B=37.56%

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
Decimal25012922800.480.090.02310.9192.3774.31
HexFA81E4030921375c4a
Octal372201344060112467134112
Binary111110101000000111100100011000010011010011011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81E4; }

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

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

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

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

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

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

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

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