#FF59BD

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

Shades of Hot Pink #FF59BD

Tints of Hot Pink #FF59BD

Color information

#FF59BD (or 0xFF59BD) is unknown color: approx Hot Pink. HEX triplet: FF, 59 and BD. RGB value is (255,89,189). Sum of RGB (Red+Green+Blue) = 255+89+189=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59BD is #00A642. Grayscale: #959595. Windows color (decimal): -42563 or 12409343. OLE color: 12409343.

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

Color convert

RGB25589189-
CMYK00.650.260
HSL323.86º100%67.45%-
HSV(B)323.86º65.1%100%-
XYZ5432.0851.49-
YUV150.03150202.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 89 (35.16% from 255) = 16.70%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=47.84%
G=16.70%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558918900.650.260323.8610067.45
HexFF59BD0411A01446443
Octal3771312750101320504144103
Binary111111111011001101111010100000111010010100010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF59BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF59BD; }

 p { color: rgb(255,89,189); }

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

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

 a { background-color: rgb(255,89,189); }

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

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

 span { border-color: rgb(255,89,189); }

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