#ff5bb7

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

Shades of Hot Pink #FF5BB7

Tints of Hot Pink #FF5BB7

Color information

#FF5BB7 (or 0xFF5BB7) is unknown color: approx Hot Pink. HEX triplet: FF, 5B and B7. RGB value is (255,91,183). Sum of RGB (Red+Green+Blue) = 255+91+183=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BB7 is #00A448. Grayscale: #969696. Windows color (decimal): -42057 or 12016639. OLE color: 12016639.

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

Color convert

RGB25591183-
CMYK00.640.280
HSL326.34º100%67.84%-
HSV(B)326.34º64.31%100%-
XYZ53.5332.1648.19-
YUV150.52146.33202.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 91 (35.94% from 255) = 17.20%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=48.20%
G=17.20%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559118300.640.280326.3410067.84
HexFF5BB70401C01466444
Octal3771332670100340506144104
Binary111111111011011101101110100000011100010100011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5bb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5bb7; }

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

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

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

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

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

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

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

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