#FC2CB7

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

Shades of Spicy Pink #FC2CB7

Tints of Spicy Pink #FC2CB7

Color information

#FC2CB7 (or 0xFC2CB7) is unknown color: approx Spicy Pink. HEX triplet: FC, 2C and B7. RGB value is (252,44,183). Sum of RGB (Red+Green+Blue) = 252+44+183=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CB7 is #03D348. Grayscale: #797979. Windows color (decimal): -250697 or 12004604. OLE color: 12004604.

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

Color convert

RGB25244183-
CMYK00.830.270.01
HSL319.9º97.2%58.04%-
HSV(B)319.9º82.54%98.82%-
XYZ49.5925.9247.19-
YUV122.04162.41220.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.61%
GREEN value IS 44 (17.58% from 255) = 9.19%
BLUE value IS 183 (71.88% from 255) = 38.20%
R=52.61%
G=9.19%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524418300.830.270.01319.997.258.04
HexFC2CB70531B1140613a
Octal37454267012333150014172
Binary1111110010110010110111010100111101111010000001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2CB7; }

 p { color: rgb(252,44,183); }

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

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

 a { background-color: rgb(252,44,183); }

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

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

 span { border-color: rgb(252,44,183); }

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