Shades of Hot Pink #FB71A8
Tints of Hot Pink #FB71A8
RGB
CMYK
RGB Variations
Color information
#FB71A8 (or 0xFB71A8) is known color: Hot Pink. HEX triplet: FB, 71 and A8. RGB value is (251,113,168). Sum of RGB (Red+Green+Blue) = 251+113+168=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB71A8 is #048E57. Grayscale: #A0A0A0. Windows color (decimal): -298584 or 11039227. OLE color: 11039227.
HSL color Cylindrical-coordinate representation of color #FB71A8: hue angle of 336.09º 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 #FB71A8 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 168 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.02 |
| HSL | 336.09º | 0.95% | 0.71% | - |
| HSV(B) | 336.09º | 0.55% | 0.98% | - |
| XYZ | 52.76 | 35.15 | 41.05 | - |
| YUV | 160.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 168 | 0 | 0.55 | 0.33 | 0.02 | 336.09 | 0.95 | 0.71 |
| Hex | FB | 71 | A8 | 0 | 37 | 21 | 2 | 150 | 5F | 47 |
| Octal | 373 | 161 | 250 | 0 | 67 | 41 | 2 | 520 | 137 | 107 |
| Binary | 11111011 | 1110001 | 10101000 | 0 | 110111 | 100001 | 10 | 101010000 | 1011111 | 1000111 |
Color Harmonies of #FB71A8
Complementary color
Monochromatic Colors of #FB71A8
Black with #FB71A8
Text Example
Text Example
White with #FB71A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB71A8; }
p { color: rgb(251,113,168); }
H1.HeaderClassName
{
color: #FB71A8;
}
.AnyTagClassName
{
color: #FB71A8;
}
</style>
background-color css
<style>
a { background-color: #FB71A8; }
a { background-color: rgb(251,113,168); }
div.DivClassName
{
background-color: #FB71A8;
}
.BgClassName
{
background-color: #FB71A8;
}
</style>
border-color css
<style>
span { border-color: #FB71A8; }
span { border-color: rgb(251,113,168); }
td.TdClassName
{
border-color: #FB71A8;
}
.TagClassName
{
border-color: #FB71A8;
}
</style>