#FC0FA4

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

Shades of Spicy Pink #FC0FA4

Tints of Spicy Pink #FC0FA4

Color information

#FC0FA4 (or 0xFC0FA4) is unknown color: approx Spicy Pink. HEX triplet: FC, 0F and A4. RGB value is (252,15,164). Sum of RGB (Red+Green+Blue) = 252+15+164=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0FA4 is #03F05B. Grayscale: #666666. Windows color (decimal): -258140 or 10751996. OLE color: 10751996.

HSL color Cylindrical-coordinate representation of color #FC0FA4: hue angle of 322.28º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FA4 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB25215164-
CMYK00.940.350.01
HSL322.28º97.53%52.35%-
HSV(B)322.28º94.05%98.82%-
XYZ47.0223.7237.22-
YUV102.85162.52234.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.47%
GREEN value IS 15 (6.25% from 255) = 3.48%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=58.47%
G=3.48%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521516400.940.350.01322.2897.5352.35
HexFCFA405E2311426234
Octal37417244013643150214264
Binary111111001111101001000101111010001111010000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0FA4; }

 p { color: rgb(252,15,164); }

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

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

 a { background-color: rgb(252,15,164); }

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

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

 span { border-color: rgb(252,15,164); }

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