#FE79FF

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

Shades of Fuchsia Pink #FE79FF

Tints of Fuchsia Pink #FE79FF

Color information

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

HSL color Cylindrical-coordinate representation of color #FE79FF: hue angle of 299.55º 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 #FE79FF is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB254121255-
CMYK0.000.5300
HSL299.55º100%73.73%-
HSV(B)299.55º52.55%100%-
XYZ65.7641.9799.24-
YUV176.04172.56183.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541212550.000.5300299.5510073.73
HexFE79FF0350012c644a
Octal37617137706500454144112
Binary1111111011110011111111101101010010010110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE79FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE79FF; }

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

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

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

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

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

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

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

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