#FD84F0

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

Shades of Pale Magenta #FD84F0

Tints of Pale Magenta #FD84F0

Color information

#FD84F0 (or 0xFD84F0) is unknown color: approx Pale Magenta. HEX triplet: FD, 84 and F0. RGB value is (253,132,240). Sum of RGB (Red+Green+Blue) = 253+132+240=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 132 (51.95% from 255 or 21.12% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD84F0 is #027B0F. Grayscale: #B4B4B4. Windows color (decimal): -162576 or 15762685. OLE color: 15762685.

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

Color convert

RGB253132240-
CMYK00.480.050.01
HSL306.45º96.8%75.49%-
HSV(B)306.45º47.83%99.22%-
XYZ64.4943.6887.47-
YUV180.49161.59179.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 132 (51.95% from 255) = 21.12%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=40.48%
G=21.12%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313224000.480.050.01306.4596.875.49
HexFD84F003051132614b
Octal37520436006051462141113
Binary1111110110000100111100000110000101110011001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD84F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD84F0; }

 p { color: rgb(253,132,240); }

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

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

 a { background-color: rgb(253,132,240); }

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

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

 span { border-color: rgb(253,132,240); }

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