#FC68AD

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

Shades of Hot Pink #FC68AD

Tints of Hot Pink #FC68AD

Color information

#FC68AD (or 0xFC68AD) is unknown color: approx Hot Pink. HEX triplet: FC, 68 and AD. RGB value is (252,104,173). Sum of RGB (Red+Green+Blue) = 252+104+173=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC68AD is #039752. Grayscale: #9B9B9B. Windows color (decimal): -235347 or 11364604. OLE color: 11364604.

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

Color convert

RGB252104173-
CMYK00.590.310.01
HSL332.03º96.1%69.8%-
HSV(B)332.03º58.73%98.82%-
XYZ52.6433.6143.25-
YUV156.12137.53196.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 104 (41.02% from 255) = 19.66%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=47.64%
G=19.66%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210417300.590.310.01332.0396.169.8
HexFC68AD03B1F114c6046
Octal374150255073371514140106
Binary11111100110100010101101011101111111110100110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC68AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC68AD; }

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

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

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

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

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

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

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

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