#FE84FE

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

Shades of Fuchsia Pink #FE84FE

Tints of Fuchsia Pink #FE84FE

Color information

#FE84FE (or 0xFE84FE) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 84 and FE. RGB value is (254,132,254). Sum of RGB (Red+Green+Blue) = 254+132+254=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 132 (51.95% from 255 or 20.62% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE84FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE84FE is #017B01. Grayscale: #B6B6B6. Windows color (decimal): -97026 or 16680190. OLE color: 16680190.

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

Color convert

RGB254132254-
CMYK00.4800.00
HSL300º98.39%75.69%-
HSV(B)300º48.03%99.61%-
XYZ67.0144.7398.87-
YUV182.39168.42179.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 132 (51.95% from 255) = 20.62%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=39.69%
G=20.62%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413225400.4800.0030098.3975.69
HexFE84FE0300012c624c
Octal37620437606000454142114
Binary11111110100001001111111001100000010010110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE84FE; }

 p { color: rgb(254,132,254); }

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

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

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

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

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

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

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