#FF5DB2

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

Shades of Hot Pink #FF5DB2

Tints of Hot Pink #FF5DB2

Color information

#FF5DB2 (or 0xFF5DB2) is unknown color: approx Hot Pink. HEX triplet: FF, 5D and B2. RGB value is (255,93,178). Sum of RGB (Red+Green+Blue) = 255+93+178=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5DB2 is #00A24D. Grayscale: #969696. Windows color (decimal): -41550 or 11689471. OLE color: 11689471.

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

Color convert

RGB25593178-
CMYK00.640.300
HSL328.52º100%68.24%-
HSV(B)328.52º63.53%100%-
XYZ53.1932.345.55-
YUV151.13143.17202.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 93 (36.72% from 255) = 17.68%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=48.48%
G=17.68%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559317800.640.300328.5210068.24
HexFF5DB20401E01496444
Octal3771352620100360511144104
Binary111111111011101101100100100000011110010100100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DB2; }

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

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

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

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

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

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

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

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