#FD80FF

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

Shades of Fuchsia Pink #FD80FF

Tints of Fuchsia Pink #FD80FF

Color information

#FD80FF (or 0xFD80FF) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 80 and FF. RGB value is (253,128,255). Sum of RGB (Red+Green+Blue) = 253+128+255=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 128 (50.39% from 255 or 20.13% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD80FF is #027F00. Grayscale: #B3B3B3. Windows color (decimal): -163585 or 16744701. OLE color: 16744701.

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

Color convert

RGB253128255-
CMYK0.010.5000
HSL299.06º100%75.1%-
HSV(B)299.06º49.8%100%-
XYZ66.2843.5499.52-
YUV179.85170.41180.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 128 (50.39% from 255) = 20.13%
BLUE value IS 255 (100% from 255) = 40.09%
R=39.78%
G=20.13%
B=40.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531282550.010.5000299.0610075.1
HexFD80FF1320012b644b
Octal37520037716200453144113
Binary11111101100000001111111111100100010010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD80FF; }

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

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

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

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

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

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

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

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