Shades of Hit Pink #FBA274
Tints of Hit Pink #FBA274
RGB
CMYK
RGB Variations
Color information
#FBA274 (or 0xFBA274) is known color: Hit Pink. HEX triplet: FB, A2 and 74. RGB value is (251,162,116). Sum of RGB (Red+Green+Blue) = 251+162+116=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA274 is #045D8B. Grayscale: #B7B7B7. Windows color (decimal): -286092 or 7643899. OLE color: 7643899.
HSL color Cylindrical-coordinate representation of color #FBA274: hue angle of 20.44º 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 #FBA274 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 116 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.02 |
| HSL | 20.44º | 0.94% | 0.72% | - |
| HSV(B) | 20.44º | 0.54% | 0.98% | - |
| XYZ | 55.86 | 47.61 | 22.77 | - |
| YUV | 183.37 | 89.99 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 116 | 0 | 0.35 | 0.54 | 0.02 | 20.44 | 0.94 | 0.72 |
| Hex | FB | A2 | 74 | 0 | 23 | 36 | 2 | 14 | 5E | 48 |
| Octal | 373 | 242 | 164 | 0 | 43 | 66 | 2 | 24 | 136 | 110 |
| Binary | 11111011 | 10100010 | 1110100 | 0 | 100011 | 110110 | 10 | 10100 | 1011110 | 1001000 |
Color Harmonies of #FBA274
Complementary color
Monochromatic Colors of #FBA274
Black with #FBA274
Text Example
Text Example
White with #FBA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA274; }
p { color: rgb(251,162,116); }
H1.HeaderClassName
{
color: #FBA274;
}
.AnyTagClassName
{
color: #FBA274;
}
</style>
background-color css
<style>
a { background-color: #FBA274; }
a { background-color: rgb(251,162,116); }
div.DivClassName
{
background-color: #FBA274;
}
.BgClassName
{
background-color: #FBA274;
}
</style>
border-color css
<style>
span { border-color: #FBA274; }
span { border-color: rgb(251,162,116); }
td.TdClassName
{
border-color: #FBA274;
}
.TagClassName
{
border-color: #FBA274;
}
</style>