#FA86E1

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

Shades of Pale Magenta #FA86E1

Tints of Pale Magenta #FA86E1

Color information

#FA86E1 (or 0xFA86E1) is unknown color: approx Pale Magenta. HEX triplet: FA, 86 and E1. RGB value is (250,134,225). Sum of RGB (Red+Green+Blue) = 250+134+225=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86E1 is #05791E. Grayscale: #B2B2B2. Windows color (decimal): -358687 or 14780154. OLE color: 14780154.

HSL color Cylindrical-coordinate representation of color #FA86E1: hue angle of 312.93º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA86E1 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250134225-
CMYK00.460.100.02
HSL312.93º92.06%75.29%-
HSV(B)312.93º46.4%98.04%-
XYZ61.5442.8176.25-
YUV179.06153.93178.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 134 (52.73% from 255) = 22.00%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=41.05%
G=22.00%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013422500.460.100.02312.9392.0675.29
HexFA86E102EA21395c4b
Octal372206341056122471134113
Binary111110101000011011100001010111010101010011100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86E1; }

 p { color: rgb(250,134,225); }

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

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

 a { background-color: rgb(250,134,225); }

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

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

 span { border-color: rgb(250,134,225); }

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