#FC81FC

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

Shades of Fuchsia Pink #FC81FC

Tints of Fuchsia Pink #FC81FC

Color information

#FC81FC (or 0xFC81FC) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 81 and FC. RGB value is (252,129,252). Sum of RGB (Red+Green+Blue) = 252+129+252=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 129 (50.78% from 255 or 20.38% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC81FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81FC is #037E03. Grayscale: #B3B3B3. Windows color (decimal): -228868 or 16548348. OLE color: 16548348.

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

Color convert

RGB252129252-
CMYK00.4900.01
HSL300º95.35%74.71%-
HSV(B)300º48.81%98.82%-
XYZ65.5743.4297.02-
YUV179.8168.75179.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 129 (50.78% from 255) = 20.38%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=39.81%
G=20.38%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212925200.4900.0130095.3574.71
HexFC81FC0310112c5f4b
Octal37420137406101454137113
Binary11111100100000011111110001100010110010110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81FC; }

 p { color: rgb(252,129,252); }

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

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

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

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

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

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

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