#FC17AA

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

Shades of Spicy Pink #FC17AA

Tints of Spicy Pink #FC17AA

Color information

#FC17AA (or 0xFC17AA) is unknown color: approx Spicy Pink. HEX triplet: FC, 17 and AA. RGB value is (252,23,170). Sum of RGB (Red+Green+Blue) = 252+23+170=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC17AA is #03E855. Grayscale: #6B6B6B. Windows color (decimal): -256086 or 11147260. OLE color: 11147260.

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

Color convert

RGB25223170-
CMYK00.910.330.01
HSL321.48º97.45%53.92%-
HSV(B)321.48º90.87%98.82%-
XYZ47.7124.2140.19-
YUV108.23162.87230.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.63%
GREEN value IS 23 (9.38% from 255) = 5.17%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=56.63%
G=5.17%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522317000.910.330.01321.4897.4553.92
HexFC17AA05B2111416136
Octal37427252013341150114166
Binary1111110010111101010100101101110000111010000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17AA; }

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

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

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

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

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

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

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

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