#FE82FA

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

Shades of Fuchsia Pink #FE82FA

Tints of Fuchsia Pink #FE82FA

Color information

#FE82FA (or 0xFE82FA) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 82 and FA. RGB value is (254,130,250). Sum of RGB (Red+Green+Blue) = 254+130+250=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 130 (51.17% from 255 or 20.50% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE82FA is #017D05. Grayscale: #B4B4B4. Windows color (decimal): -97542 or 16417534. OLE color: 16417534.

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

Color convert

RGB254130250-
CMYK00.490.020.00
HSL301.94º98.41%75.29%-
HSV(B)301.94º48.82%99.61%-
XYZ66.1143.9495.44-
YUV180.76167.08180.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 130 (51.17% from 255) = 20.50%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=40.06%
G=20.50%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413025000.490.020.00301.9498.4175.29
HexFE82FA0312012e624b
Octal37620237206120456142113
Binary111111101000001011111010011000110010010111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE82FA; }

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

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

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

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

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

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

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

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