#FF80FA

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

Shades of Fuchsia Pink #FF80FA

Tints of Fuchsia Pink #FF80FA

Color information

#FF80FA (or 0xFF80FA) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 80 and FA. RGB value is (255,128,250). Sum of RGB (Red+Green+Blue) = 255+128+250=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 128 (50.39% from 255 or 20.22% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80FA is #007F05. Grayscale: #B3B3B3. Windows color (decimal): -32518 or 16417023. OLE color: 16417023.

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

Color convert

RGB255128250-
CMYK00.500.020
HSL302.36º100%75.1%-
HSV(B)302.36º49.8%100%-
XYZ66.2143.695.37-
YUV179.88167.58181.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 128 (50.39% from 255) = 20.22%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=40.28%
G=20.22%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512825000.500.020302.3610075.1
HexFF80FA0322012e644b
Octal37720037206220456144113
Binary111111111000000011111010011001010010010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80FA; }

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

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

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

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

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

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

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

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