Shades of Brink Pink #FB5E84
Tints of Brink Pink #FB5E84
RGB
CMYK
RGB Variations
Color information
#FB5E84 (or 0xFB5E84) is known color: Brink Pink. HEX triplet: FB, 5E and 84. RGB value is (251,94,132). Sum of RGB (Red+Green+Blue) = 251+94+132=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E84 is #04A17B. Grayscale: #919191. Windows color (decimal): -303484 or 8675067. OLE color: 8675067.
HSL color Cylindrical-coordinate representation of color #FB5E84: hue angle of 345.48º 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 #FB5E84 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 132 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.02 |
| HSL | 345.48º | 0.95% | 0.68% | - |
| HSV(B) | 345.48º | 0.63% | 0.98% | - |
| XYZ | 47.95 | 30.18 | 25.13 | - |
| YUV | 145.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 132 | 0 | 0.63 | 0.47 | 0.02 | 345.48 | 0.95 | 0.68 |
| Hex | FB | 5E | 84 | 0 | 3F | 2F | 2 | 159 | 5F | 44 |
| Octal | 373 | 136 | 204 | 0 | 77 | 57 | 2 | 531 | 137 | 104 |
| Binary | 11111011 | 1011110 | 10000100 | 0 | 111111 | 101111 | 10 | 101011001 | 1011111 | 1000100 |
Color Harmonies of #FB5E84
Complementary color
Monochromatic Colors of #FB5E84
Black with #FB5E84
Text Example
Text Example
White with #FB5E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E84; }
p { color: rgb(251,94,132); }
H1.HeaderClassName
{
color: #FB5E84;
}
.AnyTagClassName
{
color: #FB5E84;
}
</style>
background-color css
<style>
a { background-color: #FB5E84; }
a { background-color: rgb(251,94,132); }
div.DivClassName
{
background-color: #FB5E84;
}
.BgClassName
{
background-color: #FB5E84;
}
</style>
border-color css
<style>
span { border-color: #FB5E84; }
span { border-color: rgb(251,94,132); }
td.TdClassName
{
border-color: #FB5E84;
}
.TagClassName
{
border-color: #FB5E84;
}
</style>