Shades of Hot Pink #FB6DB0
Tints of Hot Pink #FB6DB0
RGB
CMYK
RGB Variations
Color information
#FB6DB0 (or 0xFB6DB0) is known color: Hot Pink. HEX triplet: FB, 6D and B0. RGB value is (251,109,176). Sum of RGB (Red+Green+Blue) = 251+109+176=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6DB0 is #04924F. Grayscale: #9E9E9E. Windows color (decimal): -299600 or 11562491. OLE color: 11562491.
HSL color Cylindrical-coordinate representation of color #FB6DB0: hue angle of 331.69º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6DB0 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 176 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.02 |
| HSL | 331.69º | 0.95% | 0.71% | - |
| HSV(B) | 331.69º | 0.57% | 0.98% | - |
| XYZ | 53.09 | 34.58 | 44.95 | - |
| YUV | 159.1 | 137.54 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 176 | 0 | 0.57 | 0.30 | 0.02 | 331.69 | 0.95 | 0.71 |
| Hex | FB | 6D | B0 | 0 | 39 | 1E | 2 | 14C | 5F | 47 |
| Octal | 373 | 155 | 260 | 0 | 71 | 36 | 2 | 514 | 137 | 107 |
| Binary | 11111011 | 1101101 | 10110000 | 0 | 111001 | 11110 | 10 | 101001100 | 1011111 | 1000111 |
Color Harmonies of #FB6DB0
Complementary color
Monochromatic Colors of #FB6DB0
Black with #FB6DB0
Text Example
Text Example
White with #FB6DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DB0; }
p { color: rgb(251,109,176); }
H1.HeaderClassName
{
color: #FB6DB0;
}
.AnyTagClassName
{
color: #FB6DB0;
}
</style>
background-color css
<style>
a { background-color: #FB6DB0; }
a { background-color: rgb(251,109,176); }
div.DivClassName
{
background-color: #FB6DB0;
}
.BgClassName
{
background-color: #FB6DB0;
}
</style>
border-color css
<style>
span { border-color: #FB6DB0; }
span { border-color: rgb(251,109,176); }
td.TdClassName
{
border-color: #FB6DB0;
}
.TagClassName
{
border-color: #FB6DB0;
}
</style>