#FF80FE

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

Shades of Fuchsia Pink #FF80FE

Tints of Fuchsia Pink #FF80FE

Color information

#FF80FE (or 0xFF80FE) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 80 and FE. RGB value is (255,128,254). Sum of RGB (Red+Green+Blue) = 255+128+254=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 128 (50.39% from 255 or 20.09% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80FE is #007F01. Grayscale: #B3B3B3. Windows color (decimal): -32514 or 16679167. OLE color: 16679167.

HSL color Cylindrical-coordinate representation of color #FF80FE: hue angle of 300.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80FE is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB255128254-
CMYK00.500.000
HSL300.47º100%75.1%-
HSV(B)300.47º49.8%100%-
XYZ66.8543.8598.71-
YUV180.34169.58181.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 128 (50.39% from 255) = 20.09%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=40.03%
G=20.09%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512825400.500.000300.4710075.1
HexFF80FE0320012c644b
Octal37720037606200454144113
Binary11111111100000001111111001100100010010110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80FE; }

 p { color: rgb(255,128,254); }

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

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

 a { background-color: rgb(255,128,254); }

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

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

 span { border-color: rgb(255,128,254); }

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