Shades of Hot Pink #FB6AAB
Tints of Hot Pink #FB6AAB
RGB
CMYK
RGB Variations
Color information
#FB6AAB (or 0xFB6AAB) is known color: Hot Pink. HEX triplet: FB, 6A and AB. RGB value is (251,106,171). Sum of RGB (Red+Green+Blue) = 251+106+171=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6AAB is #049554. Grayscale: #9C9C9C. Windows color (decimal): -300373 or 11234043. OLE color: 11234043.
HSL color Cylindrical-coordinate representation of color #FB6AAB: hue angle of 333.1º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6AAB is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 171 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.02 |
| HSL | 333.1º | 0.95% | 0.7% | - |
| HSV(B) | 333.1º | 0.58% | 0.98% | - |
| XYZ | 52.29 | 33.76 | 42.29 | - |
| YUV | 156.77 | 136.04 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 171 | 0 | 0.58 | 0.32 | 0.02 | 333.1 | 0.95 | 0.7 |
| Hex | FB | 6A | AB | 0 | 3A | 20 | 2 | 14D | 5F | 46 |
| Octal | 373 | 152 | 253 | 0 | 72 | 40 | 2 | 515 | 137 | 106 |
| Binary | 11111011 | 1101010 | 10101011 | 0 | 111010 | 100000 | 10 | 101001101 | 1011111 | 1000110 |
Color Harmonies of #FB6AAB
Complementary color
Monochromatic Colors of #FB6AAB
Black with #FB6AAB
Text Example
Text Example
White with #FB6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6AAB; }
p { color: rgb(251,106,171); }
H1.HeaderClassName
{
color: #FB6AAB;
}
.AnyTagClassName
{
color: #FB6AAB;
}
</style>
background-color css
<style>
a { background-color: #FB6AAB; }
a { background-color: rgb(251,106,171); }
div.DivClassName
{
background-color: #FB6AAB;
}
.BgClassName
{
background-color: #FB6AAB;
}
</style>
border-color css
<style>
span { border-color: #FB6AAB; }
span { border-color: rgb(251,106,171); }
td.TdClassName
{
border-color: #FB6AAB;
}
.TagClassName
{
border-color: #FB6AAB;
}
</style>