Shades of Brink Pink #FF5F87
Tints of Brink Pink #FF5F87
RGB
CMYK
RGB Variations
Color information
#FF5F87 (or 0xFF5F87) is known color: Brink Pink. HEX triplet: FF, 5F and 87. RGB value is (255,95,135). Sum of RGB (Red+Green+Blue) = 255+95+135=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5F87 is #00A078. Grayscale: #939393. Windows color (decimal): -41081 or 8871935. OLE color: 8871935.
HSL color Cylindrical-coordinate representation of color #FF5F87: hue angle of 345º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5F87 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 135 | - |
| CMYK | 0 | 0.63 | 0.47 | 0 |
| HSL | 345º | 1% | 0.69% | - |
| HSV(B) | 345º | 0.63% | 1% | - |
| XYZ | 49.71 | 31.19 | 26.32 | - |
| YUV | 147.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 135 | 0 | 0.63 | 0.47 | 0 | 345 | 1 | 0.69 |
| Hex | FF | 5F | 87 | 0 | 3F | 2F | 0 | 159 | 64 | 45 |
| Octal | 377 | 137 | 207 | 0 | 77 | 57 | 0 | 531 | 144 | 105 |
| Binary | 11111111 | 1011111 | 10000111 | 0 | 111111 | 101111 | 0 | 101011001 | 1100100 | 1000101 |
Color Harmonies of #FF5F87
Complementary color
Monochromatic Colors of #FF5F87
Black with #FF5F87
Text Example
Text Example
White with #FF5F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F87; }
p { color: rgb(255,95,135); }
H1.HeaderClassName
{
color: #FF5F87;
}
.AnyTagClassName
{
color: #FF5F87;
}
</style>
background-color css
<style>
a { background-color: #FF5F87; }
a { background-color: rgb(255,95,135); }
div.DivClassName
{
background-color: #FF5F87;
}
.BgClassName
{
background-color: #FF5F87;
}
</style>
border-color css
<style>
span { border-color: #FF5F87; }
span { border-color: rgb(255,95,135); }
td.TdClassName
{
border-color: #FF5F87;
}
.TagClassName
{
border-color: #FF5F87;
}
</style>