#FA92E5

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

Shades of Pale Magenta #FA92E5

Tints of Pale Magenta #FA92E5

Color information

#FA92E5 (or 0xFA92E5) is unknown color: approx Pale Magenta. HEX triplet: FA, 92 and E5. RGB value is (250,146,229). Sum of RGB (Red+Green+Blue) = 250+146+229=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA92E5 is #056D1A. Grayscale: #BABABA. Windows color (decimal): -355611 or 15045370. OLE color: 15045370.

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

Color convert

RGB250146229-
CMYK00.420.080.02
HSL312.12º91.23%77.65%-
HSV(B)312.12º41.6%98.04%-
XYZ63.8546.5479.75-
YUV186.56151.96173.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 146 (57.42% from 255) = 23.36%
BLUE value IS 229 (89.84% from 255) = 36.64%
R=40%
G=23.36%
B=36.64%

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
Decimal25014622900.420.080.02312.1291.2377.65
HexFA92E502A821385b4e
Octal372222345052102470133116
Binary111110101001001011100101010101010001010011100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA92E5; }

 p { color: rgb(250,146,229); }

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

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

 a { background-color: rgb(250,146,229); }

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

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

 span { border-color: rgb(250,146,229); }

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