Shades of Hit Pink #FB9F73
Tints of Hit Pink #FB9F73
RGB
CMYK
RGB Variations
Color information
#FB9F73 (or 0xFB9F73) is known color: Hit Pink. HEX triplet: FB, 9F and 73. RGB value is (251,159,115). Sum of RGB (Red+Green+Blue) = 251+159+115=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9F73 is #04608C. Grayscale: #B5B5B5. Windows color (decimal): -286861 or 7577595. OLE color: 7577595.
HSL color Cylindrical-coordinate representation of color #FB9F73: hue angle of 19.41º 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 #FB9F73 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 115 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.02 |
| HSL | 19.41º | 0.94% | 0.72% | - |
| HSV(B) | 19.41º | 0.54% | 0.98% | - |
| XYZ | 55.28 | 46.54 | 22.29 | - |
| YUV | 181.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 115 | 0 | 0.37 | 0.54 | 0.02 | 19.41 | 0.94 | 0.72 |
| Hex | FB | 9F | 73 | 0 | 25 | 36 | 2 | 13 | 5E | 48 |
| Octal | 373 | 237 | 163 | 0 | 45 | 66 | 2 | 23 | 136 | 110 |
| Binary | 11111011 | 10011111 | 1110011 | 0 | 100101 | 110110 | 10 | 10011 | 1011110 | 1001000 |
Color Harmonies of #FB9F73
Complementary color
Monochromatic Colors of #FB9F73
Black with #FB9F73
Text Example
Text Example
White with #FB9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F73; }
p { color: rgb(251,159,115); }
H1.HeaderClassName
{
color: #FB9F73;
}
.AnyTagClassName
{
color: #FB9F73;
}
</style>
background-color css
<style>
a { background-color: #FB9F73; }
a { background-color: rgb(251,159,115); }
div.DivClassName
{
background-color: #FB9F73;
}
.BgClassName
{
background-color: #FB9F73;
}
</style>
border-color css
<style>
span { border-color: #FB9F73; }
span { border-color: rgb(251,159,115); }
td.TdClassName
{
border-color: #FB9F73;
}
.TagClassName
{
border-color: #FB9F73;
}
</style>