Shades of Hot Pink #FF5BBB
Tints of Hot Pink #FF5BBB
RGB
CMYK
RGB Variations
Color information
#FF5BBB (or 0xFF5BBB) is known color: Hot Pink. HEX triplet: FF, 5B and BB. RGB value is (255,91,187). Sum of RGB (Red+Green+Blue) = 255+91+187=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BBB is #00A444. Grayscale: #969696. Windows color (decimal): -42053 or 12278783. OLE color: 12278783.
HSL color Cylindrical-coordinate representation of color #FF5BBB: hue angle of 324.88º 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 #FF5BBB is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 187 | - |
| CMYK | 0 | 0.64 | 0.27 | 0 |
| HSL | 324.88º | 1% | 0.68% | - |
| HSV(B) | 324.88º | 0.64% | 1% | - |
| XYZ | 53.95 | 32.33 | 50.41 | - |
| YUV | 150.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 187 | 0 | 0.64 | 0.27 | 0 | 324.88 | 1 | 0.68 |
| Hex | FF | 5B | BB | 0 | 40 | 1B | 0 | 145 | 64 | 44 |
| Octal | 377 | 133 | 273 | 0 | 100 | 33 | 0 | 505 | 144 | 104 |
| Binary | 11111111 | 1011011 | 10111011 | 0 | 1000000 | 11011 | 0 | 101000101 | 1100100 | 1000100 |
Color Harmonies of #FF5BBB
Complementary color
Monochromatic Colors of #FF5BBB
Black with #FF5BBB
Text Example
Text Example
White with #FF5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BBB; }
p { color: rgb(255,91,187); }
H1.HeaderClassName
{
color: #FF5BBB;
}
.AnyTagClassName
{
color: #FF5BBB;
}
</style>
background-color css
<style>
a { background-color: #FF5BBB; }
a { background-color: rgb(255,91,187); }
div.DivClassName
{
background-color: #FF5BBB;
}
.BgClassName
{
background-color: #FF5BBB;
}
</style>
border-color css
<style>
span { border-color: #FF5BBB; }
span { border-color: rgb(255,91,187); }
td.TdClassName
{
border-color: #FF5BBB;
}
.TagClassName
{
border-color: #FF5BBB;
}
</style>