Shades of Hit Pink #FBA071
Tints of Hit Pink #FBA071
RGB
CMYK
RGB Variations
Color information
#FBA071 (or 0xFBA071) is known color: Hit Pink. HEX triplet: FB, A0 and 71. RGB value is (251,160,113). Sum of RGB (Red+Green+Blue) = 251+160+113=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA071 is #045F8E. Grayscale: #B6B6B6. Windows color (decimal): -286607 or 7446779. OLE color: 7446779.
HSL color Cylindrical-coordinate representation of color #FBA071: hue angle of 20.43º 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 #FBA071 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 113 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.02 |
| HSL | 20.43º | 0.95% | 0.71% | - |
| HSV(B) | 20.43º | 0.55% | 0.98% | - |
| XYZ | 55.34 | 46.84 | 21.75 | - |
| YUV | 181.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 113 | 0 | 0.36 | 0.55 | 0.02 | 20.43 | 0.95 | 0.71 |
| Hex | FB | A0 | 71 | 0 | 24 | 37 | 2 | 14 | 5F | 47 |
| Octal | 373 | 240 | 161 | 0 | 44 | 67 | 2 | 24 | 137 | 107 |
| Binary | 11111011 | 10100000 | 1110001 | 0 | 100100 | 110111 | 10 | 10100 | 1011111 | 1000111 |
Color Harmonies of #FBA071
Complementary color
Monochromatic Colors of #FBA071
Black with #FBA071
Text Example
Text Example
White with #FBA071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA071; }
p { color: rgb(251,160,113); }
H1.HeaderClassName
{
color: #FBA071;
}
.AnyTagClassName
{
color: #FBA071;
}
</style>
background-color css
<style>
a { background-color: #FBA071; }
a { background-color: rgb(251,160,113); }
div.DivClassName
{
background-color: #FBA071;
}
.BgClassName
{
background-color: #FBA071;
}
</style>
border-color css
<style>
span { border-color: #FBA071; }
span { border-color: rgb(251,160,113); }
td.TdClassName
{
border-color: #FBA071;
}
.TagClassName
{
border-color: #FBA071;
}
</style>