Shades of Hot Pink #FB5DB6
Tints of Hot Pink #FB5DB6
RGB
CMYK
RGB Variations
Color information
#FB5DB6 (or 0xFB5DB6) is known color: Hot Pink. HEX triplet: FB, 5D and B6. RGB value is (251,93,182). Sum of RGB (Red+Green+Blue) = 251+93+182=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DB6 is #04A249. Grayscale: #969696. Windows color (decimal): -303690 or 11951611. OLE color: 11951611.
HSL color Cylindrical-coordinate representation of color #FB5DB6: hue angle of 326.2º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DB6 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 182 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.02 |
| HSL | 326.2º | 0.95% | 0.67% | - |
| HSV(B) | 326.2º | 0.63% | 0.98% | - |
| XYZ | 52.14 | 31.72 | 47.63 | - |
| YUV | 150.39 | 145.85 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 182 | 0 | 0.63 | 0.27 | 0.02 | 326.2 | 0.95 | 0.67 |
| Hex | FB | 5D | B6 | 0 | 3F | 1B | 2 | 146 | 5F | 43 |
| Octal | 373 | 135 | 266 | 0 | 77 | 33 | 2 | 506 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10110110 | 0 | 111111 | 11011 | 10 | 101000110 | 1011111 | 1000011 |
Color Harmonies of #FB5DB6
Complementary color
Monochromatic Colors of #FB5DB6
Black with #FB5DB6
Text Example
Text Example
White with #FB5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DB6; }
p { color: rgb(251,93,182); }
H1.HeaderClassName
{
color: #FB5DB6;
}
.AnyTagClassName
{
color: #FB5DB6;
}
</style>
background-color css
<style>
a { background-color: #FB5DB6; }
a { background-color: rgb(251,93,182); }
div.DivClassName
{
background-color: #FB5DB6;
}
.BgClassName
{
background-color: #FB5DB6;
}
</style>
border-color css
<style>
span { border-color: #FB5DB6; }
span { border-color: rgb(251,93,182); }
td.TdClassName
{
border-color: #FB5DB6;
}
.TagClassName
{
border-color: #FB5DB6;
}
</style>