Shades of Hot Pink #FB71AB
Tints of Hot Pink #FB71AB
RGB
CMYK
RGB Variations
Color information
#FB71AB (or 0xFB71AB) is known color: Hot Pink. HEX triplet: FB, 71 and AB. RGB value is (251,113,171). Sum of RGB (Red+Green+Blue) = 251+113+171=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB71AB is #048E54. Grayscale: #A0A0A0. Windows color (decimal): -298581 or 11235835. OLE color: 11235835.
HSL color Cylindrical-coordinate representation of color #FB71AB: hue angle of 334.78º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB71AB is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 171 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.02 |
| HSL | 334.78º | 0.95% | 0.71% | - |
| HSV(B) | 334.78º | 0.55% | 0.98% | - |
| XYZ | 53.04 | 35.26 | 42.54 | - |
| YUV | 160.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 171 | 0 | 0.55 | 0.32 | 0.02 | 334.78 | 0.95 | 0.71 |
| Hex | FB | 71 | AB | 0 | 37 | 20 | 2 | 14F | 5F | 47 |
| Octal | 373 | 161 | 253 | 0 | 67 | 40 | 2 | 517 | 137 | 107 |
| Binary | 11111011 | 1110001 | 10101011 | 0 | 110111 | 100000 | 10 | 101001111 | 1011111 | 1000111 |
Color Harmonies of #FB71AB
Complementary color
Monochromatic Colors of #FB71AB
Black with #FB71AB
Text Example
Text Example
White with #FB71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB71AB; }
p { color: rgb(251,113,171); }
H1.HeaderClassName
{
color: #FB71AB;
}
.AnyTagClassName
{
color: #FB71AB;
}
</style>
background-color css
<style>
a { background-color: #FB71AB; }
a { background-color: rgb(251,113,171); }
div.DivClassName
{
background-color: #FB71AB;
}
.BgClassName
{
background-color: #FB71AB;
}
</style>
border-color css
<style>
span { border-color: #FB71AB; }
span { border-color: rgb(251,113,171); }
td.TdClassName
{
border-color: #FB71AB;
}
.TagClassName
{
border-color: #FB71AB;
}
</style>