#FD79FF

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

Shades of Fuchsia Pink #FD79FF

Tints of Fuchsia Pink #FD79FF

Color information

#FD79FF (or 0xFD79FF) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 79 and FF. RGB value is (253,121,255). Sum of RGB (Red+Green+Blue) = 253+121+255=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 121 (47.66% from 255 or 19.24% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD79FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD79FF is #028600. Grayscale: #AFAFAF. Windows color (decimal): -165377 or 16742909. OLE color: 16742909.

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

Color convert

RGB253121255-
CMYK0.010.5300
HSL299.1º100%73.73%-
HSV(B)299.1º52.55%100%-
XYZ65.441.7899.22-
YUV175.74172.73183.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 121 (47.66% from 255) = 19.24%
BLUE value IS 255 (100% from 255) = 40.54%
R=40.22%
G=19.24%
B=40.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531212550.010.5300299.110073.73
HexFD79FF1350012b644a
Octal37517137716500453144112
Binary1111110111110011111111111101010010010101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD79FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD79FF; }

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

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

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

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

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

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

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

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