#FC79F5

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

Shades of Fuchsia Pink #FC79F5

Tints of Fuchsia Pink #FC79F5

Color information

#FC79F5 (or 0xFC79F5) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 79 and F5. RGB value is (252,121,245). Sum of RGB (Red+Green+Blue) = 252+121+245=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 121 (47.66% from 255 or 19.58% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC79F5 is #03860A. Grayscale: #ADADAD. Windows color (decimal): -230923 or 16087548. OLE color: 16087548.

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

Color convert

RGB252121245-
CMYK00.520.030.01
HSL303.21º95.62%73.14%-
HSV(B)303.21º51.98%98.82%-
XYZ63.4640.9690.95-
YUV174.3167.9183.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 121 (47.66% from 255) = 19.58%
BLUE value IS 245 (96.09% from 255) = 39.64%
R=40.78%
G=19.58%
B=39.64%

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
Decimal25212124500.520.030.01303.2195.6273.14
HexFC79F50343112f6049
Octal37417136506431457140111
Binary11111100111100111110101011010011110010111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC79F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC79F5; }

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

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

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

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

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

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

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

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