#FD83FD

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

Shades of Fuchsia Pink #FD83FD

Tints of Fuchsia Pink #FD83FD

Color information

#FD83FD (or 0xFD83FD) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 83 and FD. RGB value is (253,131,253). Sum of RGB (Red+Green+Blue) = 253+131+253=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 131 (51.56% from 255 or 20.57% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD83FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD83FD is #027C02. Grayscale: #B5B5B5. Windows color (decimal): -162819 or 16614397. OLE color: 16614397.

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

Color convert

RGB253131253-
CMYK00.4800.01
HSL300º96.83%75.29%-
HSV(B)300º48.22%99.22%-
XYZ66.3544.2197.96-
YUV181.39168.42179.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 131 (51.56% from 255) = 20.57%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=39.72%
G=20.57%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313125300.4800.0130096.8375.29
HexFD83FD0300112c614b
Octal37520337506001454141113
Binary11111101100000111111110101100000110010110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83FD; }

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

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

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

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

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

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

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

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