#FD5DB8

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

Shades of Hot Pink #FD5DB8

Tints of Hot Pink #FD5DB8

Color information

#FD5DB8 (or 0xFD5DB8) is unknown color: approx Hot Pink. HEX triplet: FD, 5D and B8. RGB value is (253,93,184). Sum of RGB (Red+Green+Blue) = 253+93+184=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DB8 is #02A247. Grayscale: #979797. Windows color (decimal): -172616 or 12082685. OLE color: 12082685.

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

Color convert

RGB25393184-
CMYK00.630.270.01
HSL325.88º97.56%67.84%-
HSV(B)325.88º63.24%99.22%-
XYZ53.0732.1748.76-
YUV151.21146.51200.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.74%
GREEN value IS 93 (36.72% from 255) = 17.55%
BLUE value IS 184 (72.27% from 255) = 34.72%
R=47.74%
G=17.55%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539318400.630.270.01325.8897.5667.84
HexFD5DB803F1B11466244
Octal375135270077331506142104
Binary11111101101110110111000011111111011110100011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5DB8; }

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

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

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

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

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

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

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

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