Shades of Brink Pink #FF5E87
Tints of Brink Pink #FF5E87
RGB
CMYK
RGB Variations
Color information
#FF5E87 (or 0xFF5E87) is known color: Brink Pink. HEX triplet: FF, 5E and 87. RGB value is (255,94,135). Sum of RGB (Red+Green+Blue) = 255+94+135=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5E87 is #00A178. Grayscale: #929292. Windows color (decimal): -41337 or 8871679. OLE color: 8871679.
HSL color Cylindrical-coordinate representation of color #FF5E87: hue angle of 344.72º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5E87 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 135 | - |
| CMYK | 0 | 0.63 | 0.47 | 0 |
| HSL | 344.72º | 1% | 0.68% | - |
| HSV(B) | 344.72º | 0.63% | 1% | - |
| XYZ | 49.62 | 31.01 | 26.29 | - |
| YUV | 146.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 135 | 0 | 0.63 | 0.47 | 0 | 344.72 | 1 | 0.68 |
| Hex | FF | 5E | 87 | 0 | 3F | 2F | 0 | 159 | 64 | 44 |
| Octal | 377 | 136 | 207 | 0 | 77 | 57 | 0 | 531 | 144 | 104 |
| Binary | 11111111 | 1011110 | 10000111 | 0 | 111111 | 101111 | 0 | 101011001 | 1100100 | 1000100 |
Color Harmonies of #FF5E87
Complementary color
Monochromatic Colors of #FF5E87
Black with #FF5E87
Text Example
Text Example
White with #FF5E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E87; }
p { color: rgb(255,94,135); }
H1.HeaderClassName
{
color: #FF5E87;
}
.AnyTagClassName
{
color: #FF5E87;
}
</style>
background-color css
<style>
a { background-color: #FF5E87; }
a { background-color: rgb(255,94,135); }
div.DivClassName
{
background-color: #FF5E87;
}
.BgClassName
{
background-color: #FF5E87;
}
</style>
border-color css
<style>
span { border-color: #FF5E87; }
span { border-color: rgb(255,94,135); }
td.TdClassName
{
border-color: #FF5E87;
}
.TagClassName
{
border-color: #FF5E87;
}
</style>