Shades of Hot Pink #FF5BB4
Tints of Hot Pink #FF5BB4
RGB
CMYK
RGB Variations
Color information
#FF5BB4 (or 0xFF5BB4) is known color: Hot Pink. HEX triplet: FF, 5B and B4. RGB value is (255,91,180). Sum of RGB (Red+Green+Blue) = 255+91+180=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BB4 is #00A44B. Grayscale: #959595. Windows color (decimal): -42060 or 11820031. OLE color: 11820031.
HSL color Cylindrical-coordinate representation of color #FF5BB4: hue angle of 327.44º 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 #FF5BB4 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 180 | - |
| CMYK | 0 | 0.64 | 0.29 | 0 |
| HSL | 327.44º | 1% | 0.68% | - |
| HSV(B) | 327.44º | 0.64% | 1% | - |
| XYZ | 53.22 | 32.04 | 46.56 | - |
| YUV | 150.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 180 | 0 | 0.64 | 0.29 | 0 | 327.44 | 1 | 0.68 |
| Hex | FF | 5B | B4 | 0 | 40 | 1D | 0 | 147 | 64 | 44 |
| Octal | 377 | 133 | 264 | 0 | 100 | 35 | 0 | 507 | 144 | 104 |
| Binary | 11111111 | 1011011 | 10110100 | 0 | 1000000 | 11101 | 0 | 101000111 | 1100100 | 1000100 |
Color Harmonies of #FF5BB4
Complementary color
Monochromatic Colors of #FF5BB4
Black with #FF5BB4
Text Example
Text Example
White with #FF5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BB4; }
p { color: rgb(255,91,180); }
H1.HeaderClassName
{
color: #FF5BB4;
}
.AnyTagClassName
{
color: #FF5BB4;
}
</style>
background-color css
<style>
a { background-color: #FF5BB4; }
a { background-color: rgb(255,91,180); }
div.DivClassName
{
background-color: #FF5BB4;
}
.BgClassName
{
background-color: #FF5BB4;
}
</style>
border-color css
<style>
span { border-color: #FF5BB4; }
span { border-color: rgb(255,91,180); }
td.TdClassName
{
border-color: #FF5BB4;
}
.TagClassName
{
border-color: #FF5BB4;
}
</style>