#FF5BBD

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

Shades of Hot Pink #FF5BBD

Tints of Hot Pink #FF5BBD

Color information

#FF5BBD (or 0xFF5BBD) is unknown color: approx Hot Pink. HEX triplet: FF, 5B and BD. RGB value is (255,91,189). Sum of RGB (Red+Green+Blue) = 255+91+189=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BBD is #00A442. Grayscale: #969696. Windows color (decimal): -42051 or 12409855. OLE color: 12409855.

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

Color convert

RGB25591189-
CMYK00.640.260
HSL324.15º100%67.84%-
HSV(B)324.15º64.31%100%-
XYZ54.1732.4251.55-
YUV151.21149.33202.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 91 (35.94% from 255) = 17.01%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=47.66%
G=17.01%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559118900.640.260324.1510067.84
HexFF5BBD0401A01446444
Octal3771332750100320504144104
Binary111111111011011101111010100000011010010100010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5BBD; }

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

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

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

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

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

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

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

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