#FD82FA

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

Shades of Fuchsia Pink #FD82FA

Tints of Fuchsia Pink #FD82FA

Color information

#FD82FA (or 0xFD82FA) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 82 and FA. RGB value is (253,130,250). Sum of RGB (Red+Green+Blue) = 253+130+250=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 130 (51.17% from 255 or 20.54% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD82FA is #027D05. Grayscale: #B4B4B4. Windows color (decimal): -163078 or 16417533. OLE color: 16417533.

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

Color convert

RGB253130250-
CMYK00.490.010.01
HSL301.46º96.85%75.1%-
HSV(B)301.46º48.62%99.22%-
XYZ65.7543.7595.42-
YUV180.46167.25179.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 130 (51.17% from 255) = 20.54%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=39.97%
G=20.54%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313025000.490.010.01301.4696.8575.1
HexFD82FA0311112d614b
Octal37520237206111455141113
Binary11111101100000101111101001100011110010110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD82FA; }

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

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

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

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

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

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

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

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