#FC79F1

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

Shades of Fuchsia Pink #FC79F1

Tints of Fuchsia Pink #FC79F1

Color information

#FC79F1 (or 0xFC79F1) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 79 and F1. RGB value is (252,121,241). Sum of RGB (Red+Green+Blue) = 252+121+241=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 121 (47.66% from 255 or 19.71% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC79F1 is #03860E. Grayscale: #ADADAD. Windows color (decimal): -230927 or 15825404. OLE color: 15825404.

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

Color convert

RGB252121241-
CMYK00.520.040.01
HSL305.04º95.62%73.14%-
HSV(B)305.04º51.98%98.82%-
XYZ62.8640.7287.77-
YUV173.85165.9183.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 121 (47.66% from 255) = 19.71%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=41.04%
G=19.71%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212124100.520.040.01305.0495.6273.14
HexFC79F1034411316049
Octal37417136106441461140111
Binary111111001111001111100010110100100110011000111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC79F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC79F1; }

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

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

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

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

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

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

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

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