Shades of Hot Pink #FF5BBF
Tints of Hot Pink #FF5BBF
RGB
CMYK
RGB Variations
Color information
#FF5BBF (or 0xFF5BBF) is known color: Hot Pink. HEX triplet: FF, 5B and BF. RGB value is (255,91,191). Sum of RGB (Red+Green+Blue) = 255+91+191=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BBF is #00A440. Grayscale: #979797. Windows color (decimal): -42049 or 12540927. OLE color: 12540927.
HSL color Cylindrical-coordinate representation of color #FF5BBF: hue angle of 323.41º 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 #FF5BBF is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 191 | - |
| CMYK | 0 | 0.64 | 0.25 | 0 |
| HSL | 323.41º | 1% | 0.68% | - |
| HSV(B) | 323.41º | 0.64% | 1% | - |
| XYZ | 54.39 | 32.5 | 52.7 | - |
| YUV | 151.44 | 150.33 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 191 | 0 | 0.64 | 0.25 | 0 | 323.41 | 1 | 0.68 |
| Hex | FF | 5B | BF | 0 | 40 | 19 | 0 | 143 | 64 | 44 |
| Octal | 377 | 133 | 277 | 0 | 100 | 31 | 0 | 503 | 144 | 104 |
| Binary | 11111111 | 1011011 | 10111111 | 0 | 1000000 | 11001 | 0 | 101000011 | 1100100 | 1000100 |
Color Harmonies of #FF5BBF
Complementary color
Monochromatic Colors of #FF5BBF
Black with #FF5BBF
Text Example
Text Example
White with #FF5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BBF; }
p { color: rgb(255,91,191); }
H1.HeaderClassName
{
color: #FF5BBF;
}
.AnyTagClassName
{
color: #FF5BBF;
}
</style>
background-color css
<style>
a { background-color: #FF5BBF; }
a { background-color: rgb(255,91,191); }
div.DivClassName
{
background-color: #FF5BBF;
}
.BgClassName
{
background-color: #FF5BBF;
}
</style>
border-color css
<style>
span { border-color: #FF5BBF; }
span { border-color: rgb(255,91,191); }
td.TdClassName
{
border-color: #FF5BBF;
}
.TagClassName
{
border-color: #FF5BBF;
}
</style>