#FA85E4

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

Shades of Pale Magenta #FA85E4

Tints of Pale Magenta #FA85E4

Color information

#FA85E4 (or 0xFA85E4) is unknown color: approx Pale Magenta. HEX triplet: FA, 85 and E4. RGB value is (250,133,228). Sum of RGB (Red+Green+Blue) = 250+133+228=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85E4 is #057A1B. Grayscale: #B2B2B2. Windows color (decimal): -358940 or 14976506. OLE color: 14976506.

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

Color convert

RGB250133228-
CMYK00.470.090.02
HSL311.28º92.13%75.1%-
HSV(B)311.28º46.8%98.04%-
XYZ61.8242.778.38-
YUV178.81155.76178.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 133 (52.34% from 255) = 21.77%
BLUE value IS 228 (89.45% from 255) = 37.32%
R=40.92%
G=21.77%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013322800.470.090.02311.2892.1375.1
HexFA85E402F921375c4b
Octal372205344057112467134113
Binary111110101000010111100100010111110011010011011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85E4; }

 p { color: rgb(250,133,228); }

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

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

 a { background-color: rgb(250,133,228); }

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

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

 span { border-color: rgb(250,133,228); }

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