#FC81FB

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

Shades of Fuchsia Pink #FC81FB

Tints of Fuchsia Pink #FC81FB

Color information

#FC81FB (or 0xFC81FB) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 81 and FB. RGB value is (252,129,251). Sum of RGB (Red+Green+Blue) = 252+129+251=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 129 (50.78% from 255 or 20.41% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81FB is #037E04. Grayscale: #B3B3B3. Windows color (decimal): -228869 or 16482812. OLE color: 16482812.

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

Color convert

RGB252129251-
CMYK00.490.000.01
HSL300.49º95.35%74.71%-
HSV(B)300.49º48.81%98.82%-
XYZ65.4143.3696.19-
YUV179.68168.25179.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 129 (50.78% from 255) = 20.41%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=39.87%
G=20.41%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212925100.490.000.01300.4995.3574.71
HexFC81FB0310112c5f4b
Octal37420137306101454137113
Binary11111100100000011111101101100010110010110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81FB; }

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

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

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

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

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

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

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

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