#FF85D5

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

Shades of Pale Magenta #FF85D5

Tints of Pale Magenta #FF85D5

Color information

#FF85D5 (or 0xFF85D5) is unknown color: approx Pale Magenta. HEX triplet: FF, 85 and D5. RGB value is (255,133,213). Sum of RGB (Red+Green+Blue) = 255+133+213=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85D5 is #007A2A. Grayscale: #B2B2B2. Windows color (decimal): -31275 or 13993471. OLE color: 13993471.

HSL color Cylindrical-coordinate representation of color #FF85D5: hue angle of 320.66º 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 #FF85D5 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255133213-
CMYK00.480.160
HSL320.66º100%76.08%-
HSV(B)320.66º47.84%100%-
XYZ61.6442.8467.97-
YUV178.6147.42182.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=42.43%
G=22.13%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513321300.480.160320.6610076.08
HexFF85D5030100141644c
Octal377205325060200501144114
Binary111111111000010111010101011000010000010100000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85D5; }

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

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

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

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

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

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

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

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