#FE76FC

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

Shades of Fuchsia Pink #FE76FC

Tints of Fuchsia Pink #FE76FC

Color information

#FE76FC (or 0xFE76FC) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 76 and FC. RGB value is (254,118,252). Sum of RGB (Red+Green+Blue) = 254+118+252=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 118 (46.48% from 255 or 18.91% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76FC is #018903. Grayscale: #ADADAD. Windows color (decimal): -100612 or 16545534. OLE color: 16545534.

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

Color convert

RGB254118252-
CMYK00.540.010.00
HSL300.88º98.55%72.94%-
HSV(B)300.88º53.54%99.61%-
XYZ64.9241.0696.6-
YUV173.94172.06185.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 118 (46.48% from 255) = 18.91%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=40.71%
G=18.91%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411825200.540.010.00300.8898.5572.94
HexFE76FC0361012d6349
Octal37616637406610455143111
Binary1111111011101101111110001101101010010110111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE76FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE76FC; }

 p { color: rgb(254,118,252); }

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

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

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

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

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

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

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