Shades of Hot Pink #FB50BB
Tints of Hot Pink #FB50BB
RGB
CMYK
RGB Variations
Color information
#FB50BB (or 0xFB50BB) is known color: Hot Pink. HEX triplet: FB, 50 and BB. RGB value is (251,80,187). Sum of RGB (Red+Green+Blue) = 251+80+187=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50BB is #04AF44. Grayscale: #8F8F8F. Windows color (decimal): -307013 or 12275963. OLE color: 12275963.
HSL color Cylindrical-coordinate representation of color #FB50BB: hue angle of 322.46º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB50BB is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 187 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.02 |
| HSL | 322.46º | 0.96% | 0.65% | - |
| HSV(B) | 322.46º | 0.68% | 0.98% | - |
| XYZ | 51.62 | 29.83 | 50.05 | - |
| YUV | 143.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 187 | 0 | 0.68 | 0.25 | 0.02 | 322.46 | 0.96 | 0.65 |
| Hex | FB | 50 | BB | 0 | 44 | 19 | 2 | 142 | 60 | 41 |
| Octal | 373 | 120 | 273 | 0 | 104 | 31 | 2 | 502 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10111011 | 0 | 1000100 | 11001 | 10 | 101000010 | 1100000 | 1000001 |
Color Harmonies of #FB50BB
Complementary color
Monochromatic Colors of #FB50BB
Black with #FB50BB
Text Example
Text Example
White with #FB50BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50BB; }
p { color: rgb(251,80,187); }
H1.HeaderClassName
{
color: #FB50BB;
}
.AnyTagClassName
{
color: #FB50BB;
}
</style>
background-color css
<style>
a { background-color: #FB50BB; }
a { background-color: rgb(251,80,187); }
div.DivClassName
{
background-color: #FB50BB;
}
.BgClassName
{
background-color: #FB50BB;
}
</style>
border-color css
<style>
span { border-color: #FB50BB; }
span { border-color: rgb(251,80,187); }
td.TdClassName
{
border-color: #FB50BB;
}
.TagClassName
{
border-color: #FB50BB;
}
</style>