#FD6CAC

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

Shades of Hot Pink #FD6CAC

Tints of Hot Pink #FD6CAC

Color information

#FD6CAC (or 0xFD6CAC) is unknown color: approx Hot Pink. HEX triplet: FD, 6C and AC. RGB value is (253,108,172). Sum of RGB (Red+Green+Blue) = 253+108+172=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6CAC is #029353. Grayscale: #9E9E9E. Windows color (decimal): -168788 or 11300093. OLE color: 11300093.

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

Color convert

RGB253108172-
CMYK00.570.320.01
HSL333.52º97.32%70.78%-
HSV(B)333.52º57.31%99.22%-
XYZ53.3234.5942.9-
YUV158.65135.54195.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.47%
GREEN value IS 108 (42.58% from 255) = 20.26%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=47.47%
G=20.26%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310817200.570.320.01333.5297.3270.78
HexFD6CAC03920114e6147
Octal375154254071401516141107
Binary111111011101100101011000111001100000110100111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6CAC; }

 p { color: rgb(253,108,172); }

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

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

 a { background-color: rgb(253,108,172); }

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

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

 span { border-color: rgb(253,108,172); }

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