#FA85ED

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

Shades of Pale Magenta #FA85ED

Tints of Pale Magenta #FA85ED

Color information

#FA85ED (or 0xFA85ED) is unknown color: approx Pale Magenta. HEX triplet: FA, 85 and ED. RGB value is (250,133,237). Sum of RGB (Red+Green+Blue) = 250+133+237=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 133 (52.34% from 255 or 21.45% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85ED is #057A12. Grayscale: #B3B3B3. Windows color (decimal): -358931 or 15566330. OLE color: 15566330.

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

Color convert

RGB250133237-
CMYK00.470.050.02
HSL306.67º92.13%75.1%-
HSV(B)306.67º46.8%98.04%-
XYZ63.143.2185.14-
YUV179.84160.26178.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 133 (52.34% from 255) = 21.45%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=40.32%
G=21.45%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013323700.470.050.02306.6792.1375.1
HexFA85ED02F521335c4b
Octal37220535505752463134113
Binary11111010100001011110110101011111011010011001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85ED; }

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

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

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

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

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

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

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

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