#FB5BBB

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

Shades of Hot Pink #FB5BBB

Tints of Hot Pink #FB5BBB

Color information

#FB5BBB (or 0xFB5BBB) is unknown color: approx Hot Pink. HEX triplet: FB, 5B and BB. RGB value is (251,91,187). Sum of RGB (Red+Green+Blue) = 251+91+187=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5BBB is #04A444. Grayscale: #959595. Windows color (decimal): -304197 or 12278779. OLE color: 12278779.

HSL color Cylindrical-coordinate representation of color #FB5BBB: hue angle of 324º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5BBB is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB25191187-
CMYK00.640.250.02
HSL324º95.24%67.06%-
HSV(B)324º63.75%98.43%-
XYZ52.4931.5850.34-
YUV149.78149.01200.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.45%
GREEN value IS 91 (35.94% from 255) = 17.20%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=47.45%
G=17.20%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519118700.640.250.0232495.2467.06
HexFB5BBB0401921445f43
Octal3731332730100312504137103
Binary1111101110110111011101101000000110011010100010010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5BBB; }

 p { color: rgb(251,91,187); }

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

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

 a { background-color: rgb(251,91,187); }

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

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

 span { border-color: rgb(251,91,187); }

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