#FC80F5

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

Shades of Fuchsia Pink #FC80F5

Tints of Fuchsia Pink #FC80F5

Color information

#FC80F5 (or 0xFC80F5) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 80 and F5. RGB value is (252,128,245). Sum of RGB (Red+Green+Blue) = 252+128+245=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 128 (50.39% from 255 or 20.48% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80F5 is #037F0A. Grayscale: #B2B2B2. Windows color (decimal): -229131 or 16089340. OLE color: 16089340.

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

Color convert

RGB252128245-
CMYK00.490.030.01
HSL303.39º95.38%74.51%-
HSV(B)303.39º49.21%98.82%-
XYZ64.3542.7391.24-
YUV178.41165.58180.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 128 (50.39% from 255) = 20.48%
BLUE value IS 245 (96.09% from 255) = 39.2%
R=40.32%
G=20.48%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212824500.490.030.01303.3995.3874.51
HexFC80F50313112f5f4b
Octal37420036506131457137113
Binary111111001000000011110101011000111110010111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC80F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC80F5; }

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

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

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

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

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

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

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

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