#FC13A8

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

Shades of Spicy Pink #FC13A8

Tints of Spicy Pink #FC13A8

Color information

#FC13A8 (or 0xFC13A8) is unknown color: approx Spicy Pink. HEX triplet: FC, 13 and A8. RGB value is (252,19,168). Sum of RGB (Red+Green+Blue) = 252+19+168=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC13A8 is #03EC57. Grayscale: #696969. Windows color (decimal): -257112 or 11015164. OLE color: 11015164.

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

Color convert

RGB25219168-
CMYK00.920.330.01
HSL321.63º97.49%53.14%-
HSV(B)321.63º92.46%98.82%-
XYZ47.4523.9939.18-
YUV105.65163.19232.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.40%
GREEN value IS 19 (7.81% from 255) = 4.33%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=57.40%
G=4.33%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521916800.920.330.01321.6397.4953.14
HexFC13A805C2111426135
Octal37423250013441150214165
Binary1111110010011101010000101110010000111010000101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC13A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC13A8; }

 p { color: rgb(252,19,168); }

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

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

 a { background-color: rgb(252,19,168); }

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

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

 span { border-color: rgb(252,19,168); }

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