#FD87F2

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

Shades of Pale Magenta #FD87F2

Tints of Pale Magenta #FD87F2

Color information

#FD87F2 (or 0xFD87F2) is unknown color: approx Pale Magenta. HEX triplet: FD, 87 and F2. RGB value is (253,135,242). Sum of RGB (Red+Green+Blue) = 253+135+242=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 135 (53.12% from 255 or 21.43% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FD87F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD87F2 is #02780D. Grayscale: #B6B6B6. Windows color (decimal): -161806 or 15894525. OLE color: 15894525.

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

Color convert

RGB253135242-
CMYK00.470.040.01
HSL305.59º96.72%76.08%-
HSV(B)305.59º46.64%99.22%-
XYZ65.244.6289.18-
YUV182.48161.59178.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 135 (53.12% from 255) = 21.43%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=40.16%
G=21.43%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313524200.470.040.01305.5996.7276.08
HexFD87F202F41132614c
Octal37520736205741462141114
Binary1111110110000111111100100101111100110011001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD87F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD87F2; }

 p { color: rgb(253,135,242); }

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

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

 a { background-color: rgb(253,135,242); }

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

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

 span { border-color: rgb(253,135,242); }

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