#FF5DB7

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

Shades of Hot Pink #FF5DB7

Tints of Hot Pink #FF5DB7

Color information

#FF5DB7 (or 0xFF5DB7) is unknown color: approx Hot Pink. HEX triplet: FF, 5D and B7. RGB value is (255,93,183). Sum of RGB (Red+Green+Blue) = 255+93+183=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DB7 is #00A248. Grayscale: #979797. Windows color (decimal): -41545 or 12017151. OLE color: 12017151.

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

Color convert

RGB25593183-
CMYK00.640.280
HSL326.67º100%68.24%-
HSV(B)326.67º63.53%100%-
XYZ53.732.5148.24-
YUV151.7145.67201.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=48.02%
G=17.51%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559318300.640.280326.6710068.24
HexFF5DB70401C01476444
Octal3771352670100340507144104
Binary111111111011101101101110100000011100010100011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DB7; }

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

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

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

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

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

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

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

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