#FC63BC

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

Shades of Hot Pink #FC63BC

Tints of Hot Pink #FC63BC

Color information

#FC63BC (or 0xFC63BC) is unknown color: approx Hot Pink. HEX triplet: FC, 63 and BC. RGB value is (252,99,188). Sum of RGB (Red+Green+Blue) = 252+99+188=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63BC is #039C43. Grayscale: #9A9A9A. Windows color (decimal): -236612 or 12346364. OLE color: 12346364.

HSL color Cylindrical-coordinate representation of color #FC63BC: hue angle of 325.1º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63BC is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB25299188-
CMYK00.610.250.01
HSL325.1º96.23%68.82%-
HSV(B)325.1º60.71%98.82%-
XYZ53.6833.2551.17-
YUV154.89146.69197.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.75%
GREEN value IS 99 (39.06% from 255) = 18.37%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=46.75%
G=18.37%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529918800.610.250.01325.196.2368.82
HexFC63BC03D1911456045
Octal374143274075311505140105
Binary11111100110001110111100011110111001110100010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC63BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC63BC; }

 p { color: rgb(252,99,188); }

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

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

 a { background-color: rgb(252,99,188); }

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

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

 span { border-color: rgb(252,99,188); }

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