#FD84FA

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

Shades of Fuchsia Pink #FD84FA

Tints of Fuchsia Pink #FD84FA

Color information

#FD84FA (or 0xFD84FA) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 84 and FA. RGB value is (253,132,250). Sum of RGB (Red+Green+Blue) = 253+132+250=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 132 (51.95% from 255 or 20.79% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD84FA is #027B05. Grayscale: #B5B5B5. Windows color (decimal): -162566 or 16418045. OLE color: 16418045.

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

Color convert

RGB253132250-
CMYK00.480.010.01
HSL301.49º96.8%75.49%-
HSV(B)301.49º47.83%99.22%-
XYZ66.0144.2995.51-
YUV181.63166.59178.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 132 (51.95% from 255) = 20.79%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=39.84%
G=20.79%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313225000.480.010.01301.4996.875.49
HexFD84FA0301112d614b
Octal37520437206011455141113
Binary11111101100001001111101001100001110010110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD84FA; }

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

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

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

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

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

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

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

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