#FC79F4

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

Shades of Fuchsia Pink #FC79F4

Tints of Fuchsia Pink #FC79F4

Color information

#FC79F4 (or 0xFC79F4) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 79 and F4. RGB value is (252,121,244). Sum of RGB (Red+Green+Blue) = 252+121+244=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 121 (47.66% from 255 or 19.61% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC79F4 is #03860B. Grayscale: #ADADAD. Windows color (decimal): -230924 or 16022012. OLE color: 16022012.

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

Color convert

RGB252121244-
CMYK00.520.030.01
HSL303.66º95.62%73.14%-
HSV(B)303.66º51.98%98.82%-
XYZ63.3140.990.15-
YUV174.19167.4183.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 121 (47.66% from 255) = 19.61%
BLUE value IS 244 (95.70% from 255) = 39.55%
R=40.84%
G=19.61%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212124400.520.030.01303.6695.6273.14
HexFC79F4034311306049
Octal37417136406431460140111
Binary11111100111100111110100011010011110011000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC79F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC79F4; }

 p { color: rgb(252,121,244); }

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

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

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

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

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

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

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