#fe79fe

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

Shades of Fuchsia Pink #FE79FE

Tints of Fuchsia Pink #FE79FE

Color information

#FE79FE (or 0xFE79FE) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 79 and FE. RGB value is (254,121,254). Sum of RGB (Red+Green+Blue) = 254+121+254=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 121 (47.66% from 255 or 19.24% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE79FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE79FE is #018601. Grayscale: #AFAFAF. Windows color (decimal): -99842 or 16677374. OLE color: 16677374.

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

Color convert

RGB254121254-
CMYK00.5200.00
HSL300º98.52%73.53%-
HSV(B)300º52.36%99.61%-
XYZ65.641.998.4-
YUV175.93172.06183.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 121 (47.66% from 255) = 19.24%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=40.38%
G=19.24%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412125400.5200.0030098.5273.53
HexFE79FE0340012c634a
Octal37617137606400454143112
Binary1111111011110011111111001101000010010110011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe79fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe79fe; }

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

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

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

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

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

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

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

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