Shades of Hit Pink #FBA571
Tints of Hit Pink #FBA571
RGB
CMYK
RGB Variations
Color information
#FBA571 (or 0xFBA571) is known color: Hit Pink. HEX triplet: FB, A5 and 71. RGB value is (251,165,113). Sum of RGB (Red+Green+Blue) = 251+165+113=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA571 is #045A8E. Grayscale: #B9B9B9. Windows color (decimal): -285327 or 7448059. OLE color: 7448059.
HSL color Cylindrical-coordinate representation of color #FBA571: hue angle of 22.61º 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 #FBA571 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 113 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.02 |
| HSL | 22.61º | 0.95% | 0.71% | - |
| HSV(B) | 22.61º | 0.55% | 0.98% | - |
| XYZ | 56.22 | 48.61 | 22.04 | - |
| YUV | 184.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 113 | 0 | 0.34 | 0.55 | 0.02 | 22.61 | 0.95 | 0.71 |
| Hex | FB | A5 | 71 | 0 | 22 | 37 | 2 | 17 | 5F | 47 |
| Octal | 373 | 245 | 161 | 0 | 42 | 67 | 2 | 27 | 137 | 107 |
| Binary | 11111011 | 10100101 | 1110001 | 0 | 100010 | 110111 | 10 | 10111 | 1011111 | 1000111 |
Color Harmonies of #FBA571
Complementary color
Monochromatic Colors of #FBA571
Black with #FBA571
Text Example
Text Example
White with #FBA571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA571; }
p { color: rgb(251,165,113); }
H1.HeaderClassName
{
color: #FBA571;
}
.AnyTagClassName
{
color: #FBA571;
}
</style>
background-color css
<style>
a { background-color: #FBA571; }
a { background-color: rgb(251,165,113); }
div.DivClassName
{
background-color: #FBA571;
}
.BgClassName
{
background-color: #FBA571;
}
</style>
border-color css
<style>
span { border-color: #FBA571; }
span { border-color: rgb(251,165,113); }
td.TdClassName
{
border-color: #FBA571;
}
.TagClassName
{
border-color: #FBA571;
}
</style>