#FA92E6

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

Shades of Pale Magenta #FA92E6

Tints of Pale Magenta #FA92E6

Color information

#FA92E6 (or 0xFA92E6) is unknown color: approx Pale Magenta. HEX triplet: FA, 92 and E6. RGB value is (250,146,230). Sum of RGB (Red+Green+Blue) = 250+146+230=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 146 (57.42% from 255 or 23.32% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA92E6 is #056D19. Grayscale: #BABABA. Windows color (decimal): -355610 or 15110906. OLE color: 15110906.

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

Color convert

RGB250146230-
CMYK00.420.080.02
HSL311.54º91.23%77.65%-
HSV(B)311.54º41.6%98.04%-
XYZ63.9946.5980.48-
YUV186.67152.46173.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 146 (57.42% from 255) = 23.32%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=39.94%
G=23.32%
B=36.74%

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
Decimal25014623000.420.080.02311.5491.2377.65
HexFA92E602A821385b4e
Octal372222346052102470133116
Binary111110101001001011100110010101010001010011100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA92E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA92E6; }

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

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

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

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

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

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

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

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