#FC76F9

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

Shades of Fuchsia Pink #FC76F9

Tints of Fuchsia Pink #FC76F9

Color information

#FC76F9 (or 0xFC76F9) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 76 and F9. RGB value is (252,118,249). Sum of RGB (Red+Green+Blue) = 252+118+249=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 118 (46.48% from 255 or 19.06% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC76F9 is #038906. Grayscale: #ACACAC. Windows color (decimal): -231687 or 16348924. OLE color: 16348924.

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

Color convert

RGB252118249-
CMYK00.530.010.01
HSL301.34º95.71%72.55%-
HSV(B)301.34º53.17%98.82%-
XYZ63.7240.4994.08-
YUV173170.89184.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 118 (46.48% from 255) = 19.06%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=40.71%
G=19.06%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211824900.530.010.01301.3495.7172.55
HexFC76F90351112d6049
Octal37416637106511455140111
Binary1111110011101101111100101101011110010110111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC76F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC76F9; }

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

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

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

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

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

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

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

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