Shades of Hot Pink #FB50BD
Tints of Hot Pink #FB50BD
RGB
CMYK
RGB Variations
Color information
#FB50BD (or 0xFB50BD) is known color: Hot Pink. HEX triplet: FB, 50 and BD. RGB value is (251,80,189). Sum of RGB (Red+Green+Blue) = 251+80+189=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50BD is #04AF42. Grayscale: #8F8F8F. Windows color (decimal): -307011 or 12407035. OLE color: 12407035.
HSL color Cylindrical-coordinate representation of color #FB50BD: hue angle of 321.75º 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 #FB50BD is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 189 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.02 |
| HSL | 321.75º | 0.96% | 0.65% | - |
| HSV(B) | 321.75º | 0.68% | 0.98% | - |
| XYZ | 51.84 | 29.92 | 51.19 | - |
| YUV | 143.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 189 | 0 | 0.68 | 0.25 | 0.02 | 321.75 | 0.96 | 0.65 |
| Hex | FB | 50 | BD | 0 | 44 | 19 | 2 | 142 | 60 | 41 |
| Octal | 373 | 120 | 275 | 0 | 104 | 31 | 2 | 502 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10111101 | 0 | 1000100 | 11001 | 10 | 101000010 | 1100000 | 1000001 |
Color Harmonies of #FB50BD
Complementary color
Monochromatic Colors of #FB50BD
Black with #FB50BD
Text Example
Text Example
White with #FB50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50BD; }
p { color: rgb(251,80,189); }
H1.HeaderClassName
{
color: #FB50BD;
}
.AnyTagClassName
{
color: #FB50BD;
}
</style>
background-color css
<style>
a { background-color: #FB50BD; }
a { background-color: rgb(251,80,189); }
div.DivClassName
{
background-color: #FB50BD;
}
.BgClassName
{
background-color: #FB50BD;
}
</style>
border-color css
<style>
span { border-color: #FB50BD; }
span { border-color: rgb(251,80,189); }
td.TdClassName
{
border-color: #FB50BD;
}
.TagClassName
{
border-color: #FB50BD;
}
</style>