#FF5DB9

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

Shades of Hot Pink #FF5DB9

Tints of Hot Pink #FF5DB9

Color information

#FF5DB9 (or 0xFF5DB9) is unknown color: approx Hot Pink. HEX triplet: FF, 5D and B9. RGB value is (255,93,185). Sum of RGB (Red+Green+Blue) = 255+93+185=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DB9 is #00A246. Grayscale: #979797. Windows color (decimal): -41543 or 12148223. OLE color: 12148223.

HSL color Cylindrical-coordinate representation of color #FF5DB9: hue angle of 325.93º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DB9 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB25593185-
CMYK00.640.270
HSL325.93º100%68.24%-
HSV(B)325.93º63.53%100%-
XYZ53.9132.5949.35-
YUV151.93146.67201.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 93 (36.72% from 255) = 17.45%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=47.84%
G=17.45%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559318500.640.270325.9310068.24
HexFF5DB90401B01466444
Octal3771352710100330506144104
Binary111111111011101101110010100000011011010100011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DB9; }

 p { color: rgb(255,93,185); }

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

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

 a { background-color: rgb(255,93,185); }

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

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

 span { border-color: rgb(255,93,185); }

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