#FC66BC

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

Shades of Hot Pink #FC66BC

Tints of Hot Pink #FC66BC

Color information

#FC66BC (or 0xFC66BC) is unknown color: approx Hot Pink. HEX triplet: FC, 66 and BC. RGB value is (252,102,188). Sum of RGB (Red+Green+Blue) = 252+102+188=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC66BC is #039943. Grayscale: #9C9C9C. Windows color (decimal): -235844 or 12347132. OLE color: 12347132.

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

Color convert

RGB252102188-
CMYK00.600.250.01
HSL325.6º96.15%69.41%-
HSV(B)325.6º59.52%98.82%-
XYZ53.9733.8351.26-
YUV156.65145.7196.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.49%
GREEN value IS 102 (40.23% from 255) = 18.82%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=46.49%
G=18.82%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210218800.600.250.01325.696.1569.41
HexFC66BC03C1911466045
Octal374146274074311506140105
Binary11111100110011010111100011110011001110100011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC66BC; }

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

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

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

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

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

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

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

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