Shades of Hot Pink #FB56BD
Tints of Hot Pink #FB56BD
RGB
CMYK
RGB Variations
Color information
#FB56BD (or 0xFB56BD) is known color: Hot Pink. HEX triplet: FB, 56 and BD. RGB value is (251,86,189). Sum of RGB (Red+Green+Blue) = 251+86+189=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB56BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB56BD is #04A942. Grayscale: #929292. Windows color (decimal): -305475 or 12408571. OLE color: 12408571.
HSL color Cylindrical-coordinate representation of color #FB56BD: hue angle of 322.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB56BD is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 189 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.02 |
| HSL | 322.55º | 0.95% | 0.66% | - |
| HSV(B) | 322.55º | 0.66% | 0.98% | - |
| XYZ | 52.3 | 30.84 | 51.34 | - |
| YUV | 147.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 189 | 0 | 0.66 | 0.25 | 0.02 | 322.55 | 0.95 | 0.66 |
| Hex | FB | 56 | BD | 0 | 42 | 19 | 2 | 143 | 5F | 42 |
| Octal | 373 | 126 | 275 | 0 | 102 | 31 | 2 | 503 | 137 | 102 |
| Binary | 11111011 | 1010110 | 10111101 | 0 | 1000010 | 11001 | 10 | 101000011 | 1011111 | 1000010 |
Color Harmonies of #FB56BD
Complementary color
Monochromatic Colors of #FB56BD
Black with #FB56BD
Text Example
Text Example
White with #FB56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB56BD; }
p { color: rgb(251,86,189); }
H1.HeaderClassName
{
color: #FB56BD;
}
.AnyTagClassName
{
color: #FB56BD;
}
</style>
background-color css
<style>
a { background-color: #FB56BD; }
a { background-color: rgb(251,86,189); }
div.DivClassName
{
background-color: #FB56BD;
}
.BgClassName
{
background-color: #FB56BD;
}
</style>
border-color css
<style>
span { border-color: #FB56BD; }
span { border-color: rgb(251,86,189); }
td.TdClassName
{
border-color: #FB56BD;
}
.TagClassName
{
border-color: #FB56BD;
}
</style>