Shades of Hot Pink #FF5BBD
Tints of Hot Pink #FF5BBD
RGB
CMYK
RGB Variations
Color information
#FF5BBD (or 0xFF5BBD) is known color: Hot Pink. HEX triplet: FF, 5B and BD. RGB value is (255,91,189). Sum of RGB (Red+Green+Blue) = 255+91+189=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BBD is #00A442. Grayscale: #969696. Windows color (decimal): -42051 or 12409855. OLE color: 12409855.
HSL color Cylindrical-coordinate representation of color #FF5BBD: hue angle of 324.15º 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 #FF5BBD is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 189 | - |
| CMYK | 0 | 0.64 | 0.26 | 0 |
| HSL | 324.15º | 1% | 0.68% | - |
| HSV(B) | 324.15º | 0.64% | 1% | - |
| XYZ | 54.17 | 32.42 | 51.55 | - |
| YUV | 151.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 189 | 0 | 0.64 | 0.26 | 0 | 324.15 | 1 | 0.68 |
| Hex | FF | 5B | BD | 0 | 40 | 1A | 0 | 144 | 64 | 44 |
| Octal | 377 | 133 | 275 | 0 | 100 | 32 | 0 | 504 | 144 | 104 |
| Binary | 11111111 | 1011011 | 10111101 | 0 | 1000000 | 11010 | 0 | 101000100 | 1100100 | 1000100 |
Color Harmonies of #FF5BBD
Complementary color
Monochromatic Colors of #FF5BBD
Black with #FF5BBD
Text Example
Text Example
White with #FF5BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BBD; }
p { color: rgb(255,91,189); }
H1.HeaderClassName
{
color: #FF5BBD;
}
.AnyTagClassName
{
color: #FF5BBD;
}
</style>
background-color css
<style>
a { background-color: #FF5BBD; }
a { background-color: rgb(255,91,189); }
div.DivClassName
{
background-color: #FF5BBD;
}
.BgClassName
{
background-color: #FF5BBD;
}
</style>
border-color css
<style>
span { border-color: #FF5BBD; }
span { border-color: rgb(255,91,189); }
td.TdClassName
{
border-color: #FF5BBD;
}
.TagClassName
{
border-color: #FF5BBD;
}
</style>