#FC83FD

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

Shades of Fuchsia Pink #FC83FD

Tints of Fuchsia Pink #FC83FD

Color information

#FC83FD (or 0xFC83FD) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 83 and FD. RGB value is (252,131,253). Sum of RGB (Red+Green+Blue) = 252+131+253=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 131 (51.56% from 255 or 20.60% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC83FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83FD is #037C02. Grayscale: #B4B4B4. Windows color (decimal): -228355 or 16614396. OLE color: 16614396.

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

Color convert

RGB252131253-
CMYK0.000.4800.01
HSL299.51º96.83%75.29%-
HSV(B)299.51º48.22%99.22%-
XYZ65.9944.0297.95-
YUV181.09168.59178.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 131 (51.56% from 255) = 20.60%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=39.62%
G=20.60%
B=39.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521312530.000.4800.01299.5196.8375.29
HexFC83FD0300112c614b
Octal37420337506001454141113
Binary11111100100000111111110101100000110010110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC83FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC83FD; }

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

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

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

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

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

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

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

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