#FD89F1

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

Shades of Pale Magenta #FD89F1

Tints of Pale Magenta #FD89F1

Color information

#FD89F1 (or 0xFD89F1) is unknown color: approx Pale Magenta. HEX triplet: FD, 89 and F1. RGB value is (253,137,241). Sum of RGB (Red+Green+Blue) = 253+137+241=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 137 (53.91% from 255 or 21.71% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FD89F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD89F1 is #02760E. Grayscale: #B7B7B7. Windows color (decimal): -161295 or 15829501. OLE color: 15829501.

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

Color convert

RGB253137241-
CMYK00.460.050.01
HSL306.21º96.67%76.47%-
HSV(B)306.21º45.85%99.22%-
XYZ65.3345.1288.49-
YUV183.54160.43177.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 137 (53.91% from 255) = 21.71%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=40.10%
G=21.71%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313724100.460.050.01306.2196.6776.47
HexFD89F102E51132614c
Octal37521136105651462141114
Binary1111110110001001111100010101110101110011001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD89F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD89F1; }

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

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

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

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

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

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

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

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