#fd6cb5

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

Shades of Hot Pink #FD6CB5

Tints of Hot Pink #FD6CB5

Color information

#FD6CB5 (or 0xFD6CB5) is unknown color: approx Hot Pink. HEX triplet: FD, 6C and B5. RGB value is (253,108,181). Sum of RGB (Red+Green+Blue) = 253+108+181=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6CB5 is #02934A. Grayscale: #9F9F9F. Windows color (decimal): -168779 or 11889917. OLE color: 11889917.

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

Color convert

RGB253108181-
CMYK00.570.280.01
HSL329.79º97.32%70.78%-
HSV(B)329.79º57.31%99.22%-
XYZ54.2134.9447.6-
YUV159.68140.04194.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 108 (42.58% from 255) = 19.93%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=46.68%
G=19.93%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310818100.570.280.01329.7997.3270.78
HexFD6CB50391C114a6147
Octal375154265071341512141107
Binary11111101110110010110101011100111100110100101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd6cb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd6cb5; }

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

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

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

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

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

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

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

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