#FA91E6

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

Shades of Pale Magenta #FA91E6

Tints of Pale Magenta #FA91E6

Color information

#FA91E6 (or 0xFA91E6) is unknown color: approx Pale Magenta. HEX triplet: FA, 91 and E6. RGB value is (250,145,230). Sum of RGB (Red+Green+Blue) = 250+145+230=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA91E6 is #056E19. Grayscale: #B9B9B9. Windows color (decimal): -355866 or 15110650. OLE color: 15110650.

HSL color Cylindrical-coordinate representation of color #FA91E6: hue angle of 311.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 #FA91E6 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250145230-
CMYK00.420.080.02
HSL311.43º91.3%77.45%-
HSV(B)311.43º42%98.04%-
XYZ63.8346.2980.43-
YUV186.08152.79173.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 145 (57.03% from 255) = 23.2%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=40%
G=23.2%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014523000.420.080.02311.4391.377.45
HexFA91E602A821375b4d
Octal372221346052102467133115
Binary111110101001000111100110010101010001010011011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91E6; }

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

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

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

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

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

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

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

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