#FC0FA3

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

Shades of Spicy Pink #FC0FA3

Tints of Spicy Pink #FC0FA3

Color information

#FC0FA3 (or 0xFC0FA3) is unknown color: approx Spicy Pink. HEX triplet: FC, 0F and A3. RGB value is (252,15,163). Sum of RGB (Red+Green+Blue) = 252+15+163=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0FA3 is #03F05C. Grayscale: #666666. Windows color (decimal): -258141 or 10686460. OLE color: 10686460.

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

Color convert

RGB25215163-
CMYK00.940.350.01
HSL322.53º97.53%52.35%-
HSV(B)322.53º94.05%98.82%-
XYZ46.9323.6836.75-
YUV102.73162.02234.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.60%
GREEN value IS 15 (6.25% from 255) = 3.49%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=58.60%
G=3.49%
B=37.91%

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
Decimal2521516300.940.350.01322.5397.5352.35
HexFCFA305E2311436234
Octal37417243013643150314264
Binary111111001111101000110101111010001111010000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0FA3; }

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

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

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

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

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

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

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

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