#FD89FB

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

Shades of Fuchsia Pink #FD89FB

Tints of Fuchsia Pink #FD89FB

Color information

#FD89FB (or 0xFD89FB) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 89 and FB. RGB value is (253,137,251). Sum of RGB (Red+Green+Blue) = 253+137+251=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 137 (53.91% from 255 or 21.37% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FD89FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD89FB is #027604. Grayscale: #B8B8B8. Windows color (decimal): -161285 or 16484861. OLE color: 16484861.

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

Color convert

RGB253137251-
CMYK00.460.010.01
HSL301.03º96.67%76.47%-
HSV(B)301.03º45.85%99.22%-
XYZ66.8745.7496.57-
YUV184.68165.43176.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 137 (53.91% from 255) = 21.37%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=39.47%
G=21.37%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313725100.460.010.01301.0396.6776.47
HexFD89FB02E1112d614c
Octal37521137305611455141114
Binary11111101100010011111101101011101110010110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD89FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD89FB; }

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

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

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

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

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

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

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

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