#FA91ED

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

Shades of Pale Magenta #FA91ED

Tints of Pale Magenta #FA91ED

Color information

#FA91ED (or 0xFA91ED) is unknown color: approx Pale Magenta. HEX triplet: FA, 91 and ED. RGB value is (250,145,237). Sum of RGB (Red+Green+Blue) = 250+145+237=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 145 (57.03% from 255 or 22.94% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA91ED is #056E12. Grayscale: #BABABA. Windows color (decimal): -355859 or 15569402. OLE color: 15569402.

HSL color Cylindrical-coordinate representation of color #FA91ED: hue angle of 307.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91ED is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250145237-
CMYK00.420.050.02
HSL307.43º91.3%77.45%-
HSV(B)307.43º42%98.04%-
XYZ64.8446.6985.72-
YUV186.88156.29173.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 145 (57.03% from 255) = 22.94%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=39.56%
G=22.94%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014523700.420.050.02307.4391.377.45
HexFA91ED02A521335b4d
Octal37222135505252463133115
Binary11111010100100011110110101010101011010011001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91ED; }

 p { color: rgb(250,145,237); }

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

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

 a { background-color: rgb(250,145,237); }

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

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

 span { border-color: rgb(250,145,237); }

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