Shades of Hit Pink #FBA275
Tints of Hit Pink #FBA275
RGB
CMYK
RGB Variations
Color information
#FBA275 (or 0xFBA275) is known color: Hit Pink. HEX triplet: FB, A2 and 75. RGB value is (251,162,117). Sum of RGB (Red+Green+Blue) = 251+162+117=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA275 is #045D8A. Grayscale: #B7B7B7. Windows color (decimal): -286091 or 7709435. OLE color: 7709435.
HSL color Cylindrical-coordinate representation of color #FBA275: hue angle of 20.15º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBA275 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 117 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.02 |
| HSL | 20.15º | 0.94% | 0.72% | - |
| HSV(B) | 20.15º | 0.53% | 0.98% | - |
| XYZ | 55.91 | 47.63 | 23.08 | - |
| YUV | 183.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 117 | 0 | 0.35 | 0.53 | 0.02 | 20.15 | 0.94 | 0.72 |
| Hex | FB | A2 | 75 | 0 | 23 | 35 | 2 | 14 | 5E | 48 |
| Octal | 373 | 242 | 165 | 0 | 43 | 65 | 2 | 24 | 136 | 110 |
| Binary | 11111011 | 10100010 | 1110101 | 0 | 100011 | 110101 | 10 | 10100 | 1011110 | 1001000 |
Color Harmonies of #FBA275
Complementary color
Monochromatic Colors of #FBA275
Black with #FBA275
Text Example
Text Example
White with #FBA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA275; }
p { color: rgb(251,162,117); }
H1.HeaderClassName
{
color: #FBA275;
}
.AnyTagClassName
{
color: #FBA275;
}
</style>
background-color css
<style>
a { background-color: #FBA275; }
a { background-color: rgb(251,162,117); }
div.DivClassName
{
background-color: #FBA275;
}
.BgClassName
{
background-color: #FBA275;
}
</style>
border-color css
<style>
span { border-color: #FBA275; }
span { border-color: rgb(251,162,117); }
td.TdClassName
{
border-color: #FBA275;
}
.TagClassName
{
border-color: #FBA275;
}
</style>