Shades of Brink Pink #FB5E91
Tints of Brink Pink #FB5E91
RGB
CMYK
RGB Variations
Color information
#FB5E91 (or 0xFB5E91) is known color: Brink Pink. HEX triplet: FB, 5E and 91. RGB value is (251,94,145). Sum of RGB (Red+Green+Blue) = 251+94+145=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E91 is #04A16E. Grayscale: #929292. Windows color (decimal): -303471 or 9527035. OLE color: 9527035.
HSL color Cylindrical-coordinate representation of color #FB5E91: hue angle of 340.51º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5E91 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 145 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.02 |
| HSL | 340.51º | 0.95% | 0.68% | - |
| HSV(B) | 340.51º | 0.63% | 0.98% | - |
| XYZ | 48.9 | 30.56 | 30.11 | - |
| YUV | 146.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 145 | 0 | 0.63 | 0.42 | 0.02 | 340.51 | 0.95 | 0.68 |
| Hex | FB | 5E | 91 | 0 | 3F | 2A | 2 | 155 | 5F | 44 |
| Octal | 373 | 136 | 221 | 0 | 77 | 52 | 2 | 525 | 137 | 104 |
| Binary | 11111011 | 1011110 | 10010001 | 0 | 111111 | 101010 | 10 | 101010101 | 1011111 | 1000100 |
Color Harmonies of #FB5E91
Complementary color
Monochromatic Colors of #FB5E91
Black with #FB5E91
Text Example
Text Example
White with #FB5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E91; }
p { color: rgb(251,94,145); }
H1.HeaderClassName
{
color: #FB5E91;
}
.AnyTagClassName
{
color: #FB5E91;
}
</style>
background-color css
<style>
a { background-color: #FB5E91; }
a { background-color: rgb(251,94,145); }
div.DivClassName
{
background-color: #FB5E91;
}
.BgClassName
{
background-color: #FB5E91;
}
</style>
border-color css
<style>
span { border-color: #FB5E91; }
span { border-color: rgb(251,94,145); }
td.TdClassName
{
border-color: #FB5E91;
}
.TagClassName
{
border-color: #FB5E91;
}
</style>