#FA80FF

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

Shades of Fuchsia Pink #FA80FF

Tints of Fuchsia Pink #FA80FF

Color information

#FA80FF (or 0xFA80FF) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 80 and FF. RGB value is (250,128,255). Sum of RGB (Red+Green+Blue) = 250+128+255=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 128 (50.39% from 255 or 20.22% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80FF is #057F00. Grayscale: #B2B2B2. Windows color (decimal): -360193 or 16744698. OLE color: 16744698.

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

Color convert

RGB250128255-
CMYK0.020.5000
HSL297.64º100%75.1%-
HSV(B)297.64º49.8%100%-
XYZ65.1942.9899.47-
YUV178.96170.92178.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501282550.020.5000297.6410075.1
HexFA80FF2320012a644b
Octal37220037726200452144113
Binary111110101000000011111111101100100010010101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA80FF; }

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

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

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

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

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

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

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

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