#FC8AFF

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

Shades of Fuchsia Pink #FC8AFF

Tints of Fuchsia Pink #FC8AFF

Color information

#FC8AFF (or 0xFC8AFF) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 8A and FF. RGB value is (252,138,255). Sum of RGB (Red+Green+Blue) = 252+138+255=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 138 (54.30% from 255 or 21.40% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC8AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AFF is #037500. Grayscale: #B9B9B9. Windows color (decimal): -226561 or 16747260. OLE color: 16747260.

HSL color Cylindrical-coordinate representation of color #FC8AFF: hue angle of 298.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC8AFF is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB252138255-
CMYK0.010.4600
HSL298.46º100%77.06%-
HSV(B)298.46º45.88%100%-
XYZ67.2846.0999.96-
YUV185.42167.27175.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 138 (54.30% from 255) = 21.40%
BLUE value IS 255 (100% from 255) = 39.53%
R=39.07%
G=21.40%
B=39.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521382550.010.4600298.4610077.06
HexFC8AFF12E0012a644d
Octal37421237715600452144115
Binary11111100100010101111111111011100010010101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8AFF; }

 p { color: rgb(252,138,255); }

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

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

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

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

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

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

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