#FC0FAC

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

Shades of Spicy Pink #FC0FAC

Tints of Spicy Pink #FC0FAC

Color information

#FC0FAC (or 0xFC0FAC) is unknown color: approx Spicy Pink. HEX triplet: FC, 0F and AC. RGB value is (252,15,172). Sum of RGB (Red+Green+Blue) = 252+15+172=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0FAC is #03F053. Grayscale: #676767. Windows color (decimal): -258132 or 11276284. OLE color: 11276284.

HSL color Cylindrical-coordinate representation of color #FC0FAC: hue angle of 320.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FAC is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB25215172-
CMYK00.940.320.01
HSL320.25º97.53%52.35%-
HSV(B)320.25º94.05%98.82%-
XYZ47.7624.0241.15-
YUV103.76166.52233.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.40%
GREEN value IS 15 (6.25% from 255) = 3.42%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=57.40%
G=3.42%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521517200.940.320.01320.2597.5352.35
HexFCFAC05E2011406234
Octal37417254013640150014264
Binary111111001111101011000101111010000011010000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0FAC; }

 p { color: rgb(252,15,172); }

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

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

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

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

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

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

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