#FD83FB

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

Shades of Fuchsia Pink #FD83FB

Tints of Fuchsia Pink #FD83FB

Color information

#FD83FB (or 0xFD83FB) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 83 and FB. RGB value is (253,131,251). Sum of RGB (Red+Green+Blue) = 253+131+251=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 131 (51.56% from 255 or 20.63% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD83FB is #027C04. Grayscale: #B4B4B4. Windows color (decimal): -162821 or 16483325. OLE color: 16483325.

HSL color Cylindrical-coordinate representation of color #FD83FB: 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.48%. Process color model (Four color, CMYK) of #FD83FB is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253131251-
CMYK00.480.010.01
HSL300.98º96.83%75.29%-
HSV(B)300.98º48.22%99.22%-
XYZ66.0444.0896.29-
YUV181.16167.42179.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 131 (51.56% from 255) = 20.63%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=39.84%
G=20.63%
B=39.53%

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
Decimal25313125100.480.010.01300.9896.8375.29
HexFD83FB0301112d614b
Octal37520337306011455141113
Binary11111101100000111111101101100001110010110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83FB; }

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

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

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

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

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

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

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

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