#FA82FA

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

Shades of Fuchsia Pink #FA82FA

Tints of Fuchsia Pink #FA82FA

Color information

#FA82FA (or 0xFA82FA) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 82 and FA. RGB value is (250,130,250). Sum of RGB (Red+Green+Blue) = 250+130+250=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 130 (51.17% from 255 or 20.63% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA82FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA82FA is #057D05. Grayscale: #B3B3B3. Windows color (decimal): -359686 or 16417530. OLE color: 16417530.

HSL color Cylindrical-coordinate representation of color #FA82FA: hue angle of 300º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA82FA is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250130250-
CMYK00.4800.02
HSL300º92.31%74.51%-
HSV(B)300º48%98.04%-
XYZ64.6643.1995.37-
YUV179.56167.76178.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 130 (51.17% from 255) = 20.63%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=39.68%
G=20.63%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013025000.4800.0230092.3174.51
HexFA82FA0300212c5c4b
Octal37220237206002454134113
Binary111110101000001011111010011000001010010110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82FA; }

 p { color: rgb(250,130,250); }

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

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

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

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

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

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

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