Shades of Brink Pink #FB7089
Tints of Brink Pink #FB7089
RGB
CMYK
RGB Variations
Color information
#FB7089 (or 0xFB7089) is known color: Brink Pink. HEX triplet: FB, 70 and 89. RGB value is (251,112,137). Sum of RGB (Red+Green+Blue) = 251+112+137=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7089 is #048F76. Grayscale: #9C9C9C. Windows color (decimal): -298871 or 9007355. OLE color: 9007355.
HSL color Cylindrical-coordinate representation of color #FB7089: hue angle of 349.21º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7089 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 137 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.02 |
| HSL | 349.21º | 0.95% | 0.71% | - |
| HSV(B) | 349.21º | 0.55% | 0.98% | - |
| XYZ | 50.09 | 33.9 | 27.57 | - |
| YUV | 156.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 137 | 0 | 0.55 | 0.45 | 0.02 | 349.21 | 0.95 | 0.71 |
| Hex | FB | 70 | 89 | 0 | 37 | 2D | 2 | 15D | 5F | 47 |
| Octal | 373 | 160 | 211 | 0 | 67 | 55 | 2 | 535 | 137 | 107 |
| Binary | 11111011 | 1110000 | 10001001 | 0 | 110111 | 101101 | 10 | 101011101 | 1011111 | 1000111 |
Color Harmonies of #FB7089
Complementary color
Monochromatic Colors of #FB7089
Black with #FB7089
Text Example
Text Example
White with #FB7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7089; }
p { color: rgb(251,112,137); }
H1.HeaderClassName
{
color: #FB7089;
}
.AnyTagClassName
{
color: #FB7089;
}
</style>
background-color css
<style>
a { background-color: #FB7089; }
a { background-color: rgb(251,112,137); }
div.DivClassName
{
background-color: #FB7089;
}
.BgClassName
{
background-color: #FB7089;
}
</style>
border-color css
<style>
span { border-color: #FB7089; }
span { border-color: rgb(251,112,137); }
td.TdClassName
{
border-color: #FB7089;
}
.TagClassName
{
border-color: #FB7089;
}
</style>