Shades of Hot Pink #FB6DB6
Tints of Hot Pink #FB6DB6
RGB
CMYK
RGB Variations
Color information
#FB6DB6 (or 0xFB6DB6) is known color: Hot Pink. HEX triplet: FB, 6D and B6. RGB value is (251,109,182). Sum of RGB (Red+Green+Blue) = 251+109+182=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DB6 is #049249. Grayscale: #9F9F9F. Windows color (decimal): -299594 or 11955707. OLE color: 11955707.
HSL color Cylindrical-coordinate representation of color #FB6DB6: hue angle of 329.15º 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 #FB6DB6 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 182 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.02 |
| HSL | 329.15º | 0.95% | 0.71% | - |
| HSV(B) | 329.15º | 0.57% | 0.98% | - |
| XYZ | 53.7 | 34.82 | 48.15 | - |
| YUV | 159.78 | 140.54 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 182 | 0 | 0.57 | 0.27 | 0.02 | 329.15 | 0.95 | 0.71 |
| Hex | FB | 6D | B6 | 0 | 39 | 1B | 2 | 149 | 5F | 47 |
| Octal | 373 | 155 | 266 | 0 | 71 | 33 | 2 | 511 | 137 | 107 |
| Binary | 11111011 | 1101101 | 10110110 | 0 | 111001 | 11011 | 10 | 101001001 | 1011111 | 1000111 |
Color Harmonies of #FB6DB6
Complementary color
Monochromatic Colors of #FB6DB6
Black with #FB6DB6
Text Example
Text Example
White with #FB6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DB6; }
p { color: rgb(251,109,182); }
H1.HeaderClassName
{
color: #FB6DB6;
}
.AnyTagClassName
{
color: #FB6DB6;
}
</style>
background-color css
<style>
a { background-color: #FB6DB6; }
a { background-color: rgb(251,109,182); }
div.DivClassName
{
background-color: #FB6DB6;
}
.BgClassName
{
background-color: #FB6DB6;
}
</style>
border-color css
<style>
span { border-color: #FB6DB6; }
span { border-color: rgb(251,109,182); }
td.TdClassName
{
border-color: #FB6DB6;
}
.TagClassName
{
border-color: #FB6DB6;
}
</style>