Shades of Hot Pink #FF5BBC
Tints of Hot Pink #FF5BBC
RGB
CMYK
RGB Variations
Color information
#FF5BBC (or 0xFF5BBC) is known color: Hot Pink. HEX triplet: FF, 5B and BC. RGB value is (255,91,188). Sum of RGB (Red+Green+Blue) = 255+91+188=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BBC is #00A443. Grayscale: #969696. Windows color (decimal): -42052 or 12344319. OLE color: 12344319.
HSL color Cylindrical-coordinate representation of color #FF5BBC: hue angle of 324.51º 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 #FF5BBC is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 188 | - |
| CMYK | 0 | 0.64 | 0.26 | 0 |
| HSL | 324.51º | 1% | 0.68% | - |
| HSV(B) | 324.51º | 0.64% | 1% | - |
| XYZ | 54.06 | 32.37 | 50.98 | - |
| YUV | 151.09 | 148.83 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 188 | 0 | 0.64 | 0.26 | 0 | 324.51 | 1 | 0.68 |
| Hex | FF | 5B | BC | 0 | 40 | 1A | 0 | 145 | 64 | 44 |
| Octal | 377 | 133 | 274 | 0 | 100 | 32 | 0 | 505 | 144 | 104 |
| Binary | 11111111 | 1011011 | 10111100 | 0 | 1000000 | 11010 | 0 | 101000101 | 1100100 | 1000100 |
Color Harmonies of #FF5BBC
Complementary color
Monochromatic Colors of #FF5BBC
Black with #FF5BBC
Text Example
Text Example
White with #FF5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BBC; }
p { color: rgb(255,91,188); }
H1.HeaderClassName
{
color: #FF5BBC;
}
.AnyTagClassName
{
color: #FF5BBC;
}
</style>
background-color css
<style>
a { background-color: #FF5BBC; }
a { background-color: rgb(255,91,188); }
div.DivClassName
{
background-color: #FF5BBC;
}
.BgClassName
{
background-color: #FF5BBC;
}
</style>
border-color css
<style>
span { border-color: #FF5BBC; }
span { border-color: rgb(255,91,188); }
td.TdClassName
{
border-color: #FF5BBC;
}
.TagClassName
{
border-color: #FF5BBC;
}
</style>