#FD89FF

Color #FD89FF Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FD89FF

Tints of Fuchsia Pink #FD89FF

Color information

#FD89FF (or 0xFD89FF) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 89 and FF. RGB value is (253,137,255). Sum of RGB (Red+Green+Blue) = 253+137+255=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 137 (53.91% from 255 or 21.24% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD89FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD89FF is #027600. Grayscale: #B8B8B8. Windows color (decimal): -161281 or 16747005. OLE color: 16747005.

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

Color convert

RGB253137255-
CMYK0.010.4600
HSL298.98º100%76.86%-
HSV(B)298.98º46.27%100%-
XYZ67.545.9999.93-
YUV185.14167.43176.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 137 (53.91% from 255) = 21.24%
BLUE value IS 255 (100% from 255) = 39.53%
R=39.22%
G=21.24%
B=39.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531372550.010.4600298.9810076.86
HexFD89FF12E0012b644d
Octal37521137715600453144115
Binary11111101100010011111111111011100010010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD89FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD89FF; }

 p { color: rgb(253,137,255); }

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

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

 a { background-color: rgb(253,137,255); }

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

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

 span { border-color: rgb(253,137,255); }

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