#FD82FB

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

Shades of Fuchsia Pink #FD82FB

Tints of Fuchsia Pink #FD82FB

Color information

#FD82FB (or 0xFD82FB) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 82 and FB. RGB value is (253,130,251). Sum of RGB (Red+Green+Blue) = 253+130+251=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 130 (51.17% from 255 or 20.50% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD82FB is #027D04. Grayscale: #B4B4B4. Windows color (decimal): -163077 or 16483069. OLE color: 16483069.

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

Color convert

RGB253130251-
CMYK00.490.010.01
HSL300.98º96.85%75.1%-
HSV(B)300.98º48.62%99.22%-
XYZ65.943.8196.25-
YUV180.57167.75179.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 130 (51.17% from 255) = 20.50%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=39.91%
G=20.50%
B=39.59%

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
Decimal25313025100.490.010.01300.9896.8575.1
HexFD82FB0311112d614b
Octal37520237306111455141113
Binary11111101100000101111101101100011110010110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD82FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD82FB; }

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

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

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

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

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

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

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

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