#FC0FB0

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

Shades of Spicy Pink #FC0FB0

Tints of Spicy Pink #FC0FB0

Color information

#FC0FB0 (or 0xFC0FB0) is unknown color: approx Spicy Pink. HEX triplet: FC, 0F and B0. RGB value is (252,15,176). Sum of RGB (Red+Green+Blue) = 252+15+176=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0FB0 is #03F04F. Grayscale: #676767. Windows color (decimal): -258128 or 11538428. OLE color: 11538428.

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

Color convert

RGB25215176-
CMYK00.940.300.01
HSL319.24º97.53%52.35%-
HSV(B)319.24º94.05%98.82%-
XYZ48.1524.1743.2-
YUV104.22168.52233.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.88%
GREEN value IS 15 (6.25% from 255) = 3.39%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=56.88%
G=3.39%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521517600.940.300.01319.2497.5352.35
HexFCFB005E1E113f6234
Octal37417260013636147714264
Binary11111100111110110000010111101111011001111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0FB0; }

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

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

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

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

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

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

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

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