Shades of Hit Pink #FBA374
Tints of Hit Pink #FBA374
RGB
CMYK
RGB Variations
Color information
#FBA374 (or 0xFBA374) is known color: Hit Pink. HEX triplet: FB, A3 and 74. RGB value is (251,163,116). Sum of RGB (Red+Green+Blue) = 251+163+116=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA374 is #045C8B. Grayscale: #B8B8B8. Windows color (decimal): -285836 or 7644155. OLE color: 7644155.
HSL color Cylindrical-coordinate representation of color #FBA374: hue angle of 20.89º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBA374 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 116 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.02 |
| HSL | 20.89º | 0.94% | 0.72% | - |
| HSV(B) | 20.89º | 0.54% | 0.98% | - |
| XYZ | 56.03 | 47.96 | 22.83 | - |
| YUV | 183.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 116 | 0 | 0.35 | 0.54 | 0.02 | 20.89 | 0.94 | 0.72 |
| Hex | FB | A3 | 74 | 0 | 23 | 36 | 2 | 15 | 5E | 48 |
| Octal | 373 | 243 | 164 | 0 | 43 | 66 | 2 | 25 | 136 | 110 |
| Binary | 11111011 | 10100011 | 1110100 | 0 | 100011 | 110110 | 10 | 10101 | 1011110 | 1001000 |
Color Harmonies of #FBA374
Complementary color
Monochromatic Colors of #FBA374
Black with #FBA374
Text Example
Text Example
White with #FBA374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA374; }
p { color: rgb(251,163,116); }
H1.HeaderClassName
{
color: #FBA374;
}
.AnyTagClassName
{
color: #FBA374;
}
</style>
background-color css
<style>
a { background-color: #FBA374; }
a { background-color: rgb(251,163,116); }
div.DivClassName
{
background-color: #FBA374;
}
.BgClassName
{
background-color: #FBA374;
}
</style>
border-color css
<style>
span { border-color: #FBA374; }
span { border-color: rgb(251,163,116); }
td.TdClassName
{
border-color: #FBA374;
}
.TagClassName
{
border-color: #FBA374;
}
</style>