#FF79FE

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

Shades of Fuchsia Pink #FF79FE

Tints of Fuchsia Pink #FF79FE

Color information

#FF79FE (or 0xFF79FE) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 79 and FE. RGB value is (255,121,254). Sum of RGB (Red+Green+Blue) = 255+121+254=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 121 (47.66% from 255 or 19.21% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF79FE is #008601. Grayscale: #AFAFAF. Windows color (decimal): -34306 or 16677375. OLE color: 16677375.

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

Color convert

RGB255121254-
CMYK00.530.000
HSL300.45º100%73.73%-
HSV(B)300.45º52.55%100%-
XYZ65.9742.0998.41-
YUV176.23171.89184.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 121 (47.66% from 255) = 19.21%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=40.48%
G=19.21%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512125400.530.000300.4510073.73
HexFF79FE0350012c644a
Octal37717137606500454144112
Binary1111111111110011111111001101010010010110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF79FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF79FE; }

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

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

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

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

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

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

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

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