#FC8CFF

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

Shades of Fuchsia Pink #FC8CFF

Tints of Fuchsia Pink #FC8CFF

Color information

#FC8CFF (or 0xFC8CFF) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 8C and FF. RGB value is (252,140,255). Sum of RGB (Red+Green+Blue) = 252+140+255=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 140 (55.08% from 255 or 21.64% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CFF is #037300. Grayscale: #BABABA. Windows color (decimal): -226049 or 16747772. OLE color: 16747772.

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

Color convert

RGB252140255-
CMYK0.010.4500
HSL298.43º100%77.45%-
HSV(B)298.43º45.1%100%-
XYZ67.5746.67100.05-
YUV186.6166.61174.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 140 (55.08% from 255) = 21.64%
BLUE value IS 255 (100% from 255) = 39.41%
R=38.95%
G=21.64%
B=39.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521402550.010.4500298.4310077.45
HexFC8CFF12D0012a644d
Octal37421437715500452144115
Binary11111100100011001111111111011010010010101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8CFF; }

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

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

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

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

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

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

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

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