#FE77FE

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

Shades of Fuchsia Pink #FE77FE

Tints of Fuchsia Pink #FE77FE

Color information

#FE77FE (or 0xFE77FE) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 77 and FE. RGB value is (254,119,254). Sum of RGB (Red+Green+Blue) = 254+119+254=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 119 (46.88% from 255 or 18.98% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE77FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77FE is #018801. Grayscale: #AEAEAE. Windows color (decimal): -100354 or 16676862. OLE color: 16676862.

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

Color convert

RGB254119254-
CMYK00.5300.00
HSL300º98.54%73.14%-
HSV(B)300º53.15%99.61%-
XYZ65.3641.4298.32-
YUV174.75172.73184.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 119 (46.88% from 255) = 18.98%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=40.51%
G=18.98%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411925400.5300.0030098.5473.14
HexFE77FE0350012c6349
Octal37616737606500454143111
Binary1111111011101111111111001101010010010110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE77FE; }

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

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

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

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

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

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

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

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