#FC17AC

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

Shades of Spicy Pink #FC17AC

Tints of Spicy Pink #FC17AC

Color information

#FC17AC (or 0xFC17AC) is unknown color: approx Spicy Pink. HEX triplet: FC, 17 and AC. RGB value is (252,23,172). Sum of RGB (Red+Green+Blue) = 252+23+172=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC17AC is #03E853. Grayscale: #6C6C6C. Windows color (decimal): -256084 or 11278332. OLE color: 11278332.

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

Color convert

RGB25223172-
CMYK00.910.320.01
HSL320.96º97.45%53.92%-
HSV(B)320.96º90.87%98.82%-
XYZ47.924.2941.19-
YUV108.46163.87230.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.38%
GREEN value IS 23 (9.38% from 255) = 5.15%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=56.38%
G=5.15%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522317200.910.320.01320.9697.4553.92
HexFC17AC05B2011416136
Octal37427254013340150114166
Binary1111110010111101011000101101110000011010000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17AC; }

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

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

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

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

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

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

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

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