#FA8FE6

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

Shades of Pale Magenta #FA8FE6

Tints of Pale Magenta #FA8FE6

Color information

#FA8FE6 (or 0xFA8FE6) is unknown color: approx Pale Magenta. HEX triplet: FA, 8F and E6. RGB value is (250,143,230). Sum of RGB (Red+Green+Blue) = 250+143+230=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 143 (56.25% from 255 or 22.95% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FE6 is #057019. Grayscale: #B8B8B8. Windows color (decimal): -356378 or 15110138. OLE color: 15110138.

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

Color convert

RGB250143230-
CMYK00.430.080.02
HSL311.21º91.45%77.06%-
HSV(B)311.21º42.8%98.04%-
XYZ63.5345.6880.33-
YUV184.91153.45174.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 143 (56.25% from 255) = 22.95%
BLUE value IS 230 (90.23% from 255) = 36.92%
R=40.13%
G=22.95%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014323000.430.080.02311.2191.4577.06
HexFA8FE602B821375b4d
Octal372217346053102467133115
Binary111110101000111111100110010101110001010011011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8FE6; }

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

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

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

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

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

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

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

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