#FC80FD

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

Shades of Fuchsia Pink #FC80FD

Tints of Fuchsia Pink #FC80FD

Color information

#FC80FD (or 0xFC80FD) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 80 and FD. RGB value is (252,128,253). Sum of RGB (Red+Green+Blue) = 252+128+253=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 128 (50.39% from 255 or 20.22% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC80FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80FD is #037F02. Grayscale: #B2B2B2. Windows color (decimal): -229123 or 16613628. OLE color: 16613628.

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

Color convert

RGB252128253-
CMYK0.000.4900.01
HSL299.52º96.9%74.71%-
HSV(B)299.52º49.41%99.22%-
XYZ65.5943.2397.81-
YUV179.33169.58179.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 128 (50.39% from 255) = 20.22%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=39.81%
G=20.22%
B=39.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521282530.000.4900.01299.5296.974.71
HexFC80FD0310112c614b
Octal37420037506101454141113
Binary11111100100000001111110101100010110010110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC80FD; }

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

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

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

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

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

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

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

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