#FD5DB5

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

Shades of Hot Pink #FD5DB5

Tints of Hot Pink #FD5DB5

Color information

#FD5DB5 (or 0xFD5DB5) is unknown color: approx Hot Pink. HEX triplet: FD, 5D and B5. RGB value is (253,93,181). Sum of RGB (Red+Green+Blue) = 253+93+181=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DB5 is #02A24A. Grayscale: #969696. Windows color (decimal): -172619 or 11886077. OLE color: 11886077.

HSL color Cylindrical-coordinate representation of color #FD5DB5: hue angle of 327º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5DB5 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB25393181-
CMYK00.630.280.01
HSL327º97.56%67.84%-
HSV(B)327º63.24%99.22%-
XYZ52.7632.0547.12-
YUV150.87145.01200.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.01%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=48.01%
G=17.65%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539318100.630.280.0132797.5667.84
HexFD5DB503F1C11476244
Octal375135265077341507142104
Binary11111101101110110110101011111111100110100011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5DB5; }

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

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

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

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

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

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

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

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