Shades of Brink Pink #FB7289
Tints of Brink Pink #FB7289
RGB
CMYK
RGB Variations
Color information
#FB7289 (or 0xFB7289) is known color: Brink Pink. HEX triplet: FB, 72 and 89. RGB value is (251,114,137). Sum of RGB (Red+Green+Blue) = 251+114+137=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7289 is #048D76. Grayscale: #9D9D9D. Windows color (decimal): -298359 or 9007867. OLE color: 9007867.
HSL color Cylindrical-coordinate representation of color #FB7289: hue angle of 349.93º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7289 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 137 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.02 |
| HSL | 349.93º | 0.94% | 0.72% | - |
| HSV(B) | 349.93º | 0.55% | 0.98% | - |
| XYZ | 50.32 | 34.35 | 27.65 | - |
| YUV | 157.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 137 | 0 | 0.55 | 0.45 | 0.02 | 349.93 | 0.94 | 0.72 |
| Hex | FB | 72 | 89 | 0 | 37 | 2D | 2 | 15E | 5E | 48 |
| Octal | 373 | 162 | 211 | 0 | 67 | 55 | 2 | 536 | 136 | 110 |
| Binary | 11111011 | 1110010 | 10001001 | 0 | 110111 | 101101 | 10 | 101011110 | 1011110 | 1001000 |
Color Harmonies of #FB7289
Complementary color
Monochromatic Colors of #FB7289
Black with #FB7289
Text Example
Text Example
White with #FB7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7289; }
p { color: rgb(251,114,137); }
H1.HeaderClassName
{
color: #FB7289;
}
.AnyTagClassName
{
color: #FB7289;
}
</style>
background-color css
<style>
a { background-color: #FB7289; }
a { background-color: rgb(251,114,137); }
div.DivClassName
{
background-color: #FB7289;
}
.BgClassName
{
background-color: #FB7289;
}
</style>
border-color css
<style>
span { border-color: #FB7289; }
span { border-color: rgb(251,114,137); }
td.TdClassName
{
border-color: #FB7289;
}
.TagClassName
{
border-color: #FB7289;
}
</style>