#FC17AB

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

Shades of Spicy Pink #FC17AB

Tints of Spicy Pink #FC17AB

Color information

#FC17AB (or 0xFC17AB) is unknown color: approx Spicy Pink. HEX triplet: FC, 17 and AB. RGB value is (252,23,171). Sum of RGB (Red+Green+Blue) = 252+23+171=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC17AB is #03E854. Grayscale: #6B6B6B. Windows color (decimal): -256085 or 11212796. OLE color: 11212796.

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

Color convert

RGB25223171-
CMYK00.910.320.01
HSL321.22º97.45%53.92%-
HSV(B)321.22º90.87%98.82%-
XYZ47.824.2540.69-
YUV108.34163.37230.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.50%
GREEN value IS 23 (9.38% from 255) = 5.16%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=56.50%
G=5.16%
B=38.34%

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
Decimal2522317100.910.320.01321.2297.4553.92
HexFC17AB05B2011416136
Octal37427253013340150114166
Binary1111110010111101010110101101110000011010000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17AB; }

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

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

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

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

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

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

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

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