Shades of Hit Pink #FBA570
Tints of Hit Pink #FBA570
RGB
CMYK
RGB Variations
Color information
#FBA570 (or 0xFBA570) is known color: Hit Pink. HEX triplet: FB, A5 and 70. RGB value is (251,165,112). Sum of RGB (Red+Green+Blue) = 251+165+112=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA570 is #045A8F. Grayscale: #B8B8B8. Windows color (decimal): -285328 or 7382523. OLE color: 7382523.
HSL color Cylindrical-coordinate representation of color #FBA570: hue angle of 22.88º 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 #FBA570 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 112 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.02 |
| HSL | 22.88º | 0.95% | 0.71% | - |
| HSV(B) | 22.88º | 0.55% | 0.98% | - |
| XYZ | 56.16 | 48.59 | 21.75 | - |
| YUV | 184.67 | 86.99 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 112 | 0 | 0.34 | 0.55 | 0.02 | 22.88 | 0.95 | 0.71 |
| Hex | FB | A5 | 70 | 0 | 22 | 37 | 2 | 17 | 5F | 47 |
| Octal | 373 | 245 | 160 | 0 | 42 | 67 | 2 | 27 | 137 | 107 |
| Binary | 11111011 | 10100101 | 1110000 | 0 | 100010 | 110111 | 10 | 10111 | 1011111 | 1000111 |
Color Harmonies of #FBA570
Complementary color
Monochromatic Colors of #FBA570
Black with #FBA570
Text Example
Text Example
White with #FBA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA570; }
p { color: rgb(251,165,112); }
H1.HeaderClassName
{
color: #FBA570;
}
.AnyTagClassName
{
color: #FBA570;
}
</style>
background-color css
<style>
a { background-color: #FBA570; }
a { background-color: rgb(251,165,112); }
div.DivClassName
{
background-color: #FBA570;
}
.BgClassName
{
background-color: #FBA570;
}
</style>
border-color css
<style>
span { border-color: #FBA570; }
span { border-color: rgb(251,165,112); }
td.TdClassName
{
border-color: #FBA570;
}
.TagClassName
{
border-color: #FBA570;
}
</style>