Shades of Brink Pink #FB5D89
Tints of Brink Pink #FB5D89
RGB
CMYK
RGB Variations
Color information
#FB5D89 (or 0xFB5D89) is known color: Brink Pink. HEX triplet: FB, 5D and 89. RGB value is (251,93,137). Sum of RGB (Red+Green+Blue) = 251+93+137=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D89 is #04A276. Grayscale: #919191. Windows color (decimal): -303735 or 9002491. OLE color: 9002491.
HSL color Cylindrical-coordinate representation of color #FB5D89: hue angle of 343.29º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5D89 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 137 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.02 |
| HSL | 343.29º | 0.95% | 0.67% | - |
| HSV(B) | 343.29º | 0.63% | 0.98% | - |
| XYZ | 48.21 | 30.14 | 26.94 | - |
| YUV | 145.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 137 | 0 | 0.63 | 0.45 | 0.02 | 343.29 | 0.95 | 0.67 |
| Hex | FB | 5D | 89 | 0 | 3F | 2D | 2 | 157 | 5F | 43 |
| Octal | 373 | 135 | 211 | 0 | 77 | 55 | 2 | 527 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10001001 | 0 | 111111 | 101101 | 10 | 101010111 | 1011111 | 1000011 |
Color Harmonies of #FB5D89
Complementary color
Monochromatic Colors of #FB5D89
Black with #FB5D89
Text Example
Text Example
White with #FB5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D89; }
p { color: rgb(251,93,137); }
H1.HeaderClassName
{
color: #FB5D89;
}
.AnyTagClassName
{
color: #FB5D89;
}
</style>
background-color css
<style>
a { background-color: #FB5D89; }
a { background-color: rgb(251,93,137); }
div.DivClassName
{
background-color: #FB5D89;
}
.BgClassName
{
background-color: #FB5D89;
}
</style>
border-color css
<style>
span { border-color: #FB5D89; }
span { border-color: rgb(251,93,137); }
td.TdClassName
{
border-color: #FB5D89;
}
.TagClassName
{
border-color: #FB5D89;
}
</style>