Shades of Brink Pink #FF5D89
Tints of Brink Pink #FF5D89
RGB
CMYK
RGB Variations
Color information
#FF5D89 (or 0xFF5D89) is known color: Brink Pink. HEX triplet: FF, 5D and 89. RGB value is (255,93,137). Sum of RGB (Red+Green+Blue) = 255+93+137=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5D89 is #00A276. Grayscale: #929292. Windows color (decimal): -41591 or 9002495. OLE color: 9002495.
HSL color Cylindrical-coordinate representation of color #FF5D89: hue angle of 343.7º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5D89 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 137 | - |
| CMYK | 0 | 0.64 | 0.46 | 0 |
| HSL | 343.7º | 1% | 0.68% | - |
| HSV(B) | 343.7º | 0.64% | 1% | - |
| XYZ | 49.67 | 30.89 | 27.01 | - |
| YUV | 146.45 | 122.67 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 137 | 0 | 0.64 | 0.46 | 0 | 343.7 | 1 | 0.68 |
| Hex | FF | 5D | 89 | 0 | 40 | 2E | 0 | 158 | 64 | 44 |
| Octal | 377 | 135 | 211 | 0 | 100 | 56 | 0 | 530 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10001001 | 0 | 1000000 | 101110 | 0 | 101011000 | 1100100 | 1000100 |
Color Harmonies of #FF5D89
Complementary color
Monochromatic Colors of #FF5D89
Black with #FF5D89
Text Example
Text Example
White with #FF5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D89; }
p { color: rgb(255,93,137); }
H1.HeaderClassName
{
color: #FF5D89;
}
.AnyTagClassName
{
color: #FF5D89;
}
</style>
background-color css
<style>
a { background-color: #FF5D89; }
a { background-color: rgb(255,93,137); }
div.DivClassName
{
background-color: #FF5D89;
}
.BgClassName
{
background-color: #FF5D89;
}
</style>
border-color css
<style>
span { border-color: #FF5D89; }
span { border-color: rgb(255,93,137); }
td.TdClassName
{
border-color: #FF5D89;
}
.TagClassName
{
border-color: #FF5D89;
}
</style>