#FC65AD

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

Shades of Hot Pink #FC65AD

Tints of Hot Pink #FC65AD

Color information

#FC65AD (or 0xFC65AD) is unknown color: approx Hot Pink. HEX triplet: FC, 65 and AD. RGB value is (252,101,173). Sum of RGB (Red+Green+Blue) = 252+101+173=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65AD is #039A52. Grayscale: #9A9A9A. Windows color (decimal): -236115 or 11363836. OLE color: 11363836.

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

Color convert

RGB252101173-
CMYK00.600.310.01
HSL331.39º96.18%69.22%-
HSV(B)331.39º59.92%98.82%-
XYZ52.3433.0243.15-
YUV154.36138.53197.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 101 (39.84% from 255) = 19.20%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=47.91%
G=19.20%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210117300.600.310.01331.3996.1869.22
HexFC65AD03C1F114b6045
Octal374145255074371513140105
Binary11111100110010110101101011110011111110100101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC65AD; }

 p { color: rgb(252,101,173); }

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

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

 a { background-color: rgb(252,101,173); }

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

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

 span { border-color: rgb(252,101,173); }

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