#FC1AA5

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

Shades of Spicy Pink #FC1AA5

Tints of Spicy Pink #FC1AA5

Color information

#FC1AA5 (or 0xFC1AA5) is unknown color: approx Spicy Pink. HEX triplet: FC, 1A and A5. RGB value is (252,26,165). Sum of RGB (Red+Green+Blue) = 252+26+165=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1AA5 is #03E55A. Grayscale: #6D6D6D. Windows color (decimal): -255323 or 10820348. OLE color: 10820348.

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

Color convert

RGB25226165-
CMYK00.900.350.01
HSL323.1º97.41%54.51%-
HSV(B)323.1º89.68%98.82%-
XYZ47.3124.1537.77-
YUV109.42159.37229.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.88%
GREEN value IS 26 (10.55% from 255) = 5.87%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=56.88%
G=5.87%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522616500.900.350.01323.197.4154.51
HexFC1AA505A2311436137
Octal37432245013243150314167
Binary1111110011010101001010101101010001111010000111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1AA5; }

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

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

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

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

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

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

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

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