#FC1AAB

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

Shades of Spicy Pink #FC1AAB

Tints of Spicy Pink #FC1AAB

Color information

#FC1AAB (or 0xFC1AAB) is unknown color: approx Spicy Pink. HEX triplet: FC, 1A and AB. RGB value is (252,26,171). Sum of RGB (Red+Green+Blue) = 252+26+171=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1AAB is #03E554. Grayscale: #6D6D6D. Windows color (decimal): -255317 or 11213564. OLE color: 11213564.

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

Color convert

RGB25226171-
CMYK00.900.320.01
HSL321.5º97.41%54.51%-
HSV(B)321.5º89.68%98.82%-
XYZ47.8624.3740.71-
YUV110.1162.37229.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.12%
GREEN value IS 26 (10.55% from 255) = 5.79%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=56.12%
G=5.79%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522617100.900.320.01321.597.4154.51
HexFC1AAB05A2011426137
Octal37432253013240150214167
Binary1111110011010101010110101101010000011010000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1AAB; }

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

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

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

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

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

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

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

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