#FD82FD

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

Shades of Fuchsia Pink #FD82FD

Tints of Fuchsia Pink #FD82FD

Color information

#FD82FD (or 0xFD82FD) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 82 and FD. RGB value is (253,130,253). Sum of RGB (Red+Green+Blue) = 253+130+253=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 130 (51.17% from 255 or 20.44% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD82FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD82FD is #027D02. Grayscale: #B4B4B4. Windows color (decimal): -163075 or 16614141. OLE color: 16614141.

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

Color convert

RGB253130253-
CMYK00.4900.01
HSL300º96.85%75.1%-
HSV(B)300º48.62%99.22%-
XYZ66.2243.9497.92-
YUV180.8168.75179.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 130 (51.17% from 255) = 20.44%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=39.78%
G=20.44%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313025300.4900.0130096.8575.1
HexFD82FD0310112c614b
Octal37520237506101454141113
Binary11111101100000101111110101100010110010110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD82FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD82FD; }

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

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

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

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

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

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

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

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