#FF85D6

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

Shades of Pale Magenta #FF85D6

Tints of Pale Magenta #FF85D6

Color information

#FF85D6 (or 0xFF85D6) is unknown color: approx Pale Magenta. HEX triplet: FF, 85 and D6. RGB value is (255,133,214). Sum of RGB (Red+Green+Blue) = 255+133+214=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85D6 is #007A29. Grayscale: #B2B2B2. Windows color (decimal): -31274 or 14059007. OLE color: 14059007.

HSL color Cylindrical-coordinate representation of color #FF85D6: hue angle of 320.16º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85D6 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255133214-
CMYK00.480.160
HSL320.16º100%76.08%-
HSV(B)320.16º47.84%100%-
XYZ61.7742.8968.64-
YUV178.71147.92182.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 133 (52.34% from 255) = 22.09%
BLUE value IS 214 (83.98% from 255) = 35.55%
R=42.36%
G=22.09%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513321400.480.160320.1610076.08
HexFF85D6030100140644c
Octal377205326060200500144114
Binary111111111000010111010110011000010000010100000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85D6; }

 p { color: rgb(255,133,214); }

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

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

 a { background-color: rgb(255,133,214); }

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

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

 span { border-color: rgb(255,133,214); }

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