Shades of Hot Pink #FF5BBA
Tints of Hot Pink #FF5BBA
RGB
CMYK
RGB Variations
Color information
#FF5BBA (or 0xFF5BBA) is known color: Hot Pink. HEX triplet: FF, 5B and BA. RGB value is (255,91,186). Sum of RGB (Red+Green+Blue) = 255+91+186=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BBA is #00A445. Grayscale: #969696. Windows color (decimal): -42054 or 12213247. OLE color: 12213247.
HSL color Cylindrical-coordinate representation of color #FF5BBA: hue angle of 325.24º 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 #FF5BBA is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 186 | - |
| CMYK | 0 | 0.64 | 0.27 | 0 |
| HSL | 325.24º | 1% | 0.68% | - |
| HSV(B) | 325.24º | 0.64% | 1% | - |
| XYZ | 53.84 | 32.29 | 49.85 | - |
| YUV | 150.87 | 147.83 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 186 | 0 | 0.64 | 0.27 | 0 | 325.24 | 1 | 0.68 |
| Hex | FF | 5B | BA | 0 | 40 | 1B | 0 | 145 | 64 | 44 |
| Octal | 377 | 133 | 272 | 0 | 100 | 33 | 0 | 505 | 144 | 104 |
| Binary | 11111111 | 1011011 | 10111010 | 0 | 1000000 | 11011 | 0 | 101000101 | 1100100 | 1000100 |
Color Harmonies of #FF5BBA
Complementary color
Monochromatic Colors of #FF5BBA
Black with #FF5BBA
Text Example
Text Example
White with #FF5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BBA; }
p { color: rgb(255,91,186); }
H1.HeaderClassName
{
color: #FF5BBA;
}
.AnyTagClassName
{
color: #FF5BBA;
}
</style>
background-color css
<style>
a { background-color: #FF5BBA; }
a { background-color: rgb(255,91,186); }
div.DivClassName
{
background-color: #FF5BBA;
}
.BgClassName
{
background-color: #FF5BBA;
}
</style>
border-color css
<style>
span { border-color: #FF5BBA; }
span { border-color: rgb(255,91,186); }
td.TdClassName
{
border-color: #FF5BBA;
}
.TagClassName
{
border-color: #FF5BBA;
}
</style>