Shades of Brink Pink #FF5887
Tints of Brink Pink #FF5887
RGB
CMYK
RGB Variations
Color information
#FF5887 (or 0xFF5887) is known color: Brink Pink. HEX triplet: FF, 58 and 87. RGB value is (255,88,135). Sum of RGB (Red+Green+Blue) = 255+88+135=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5887 is #00A778. Grayscale: #8F8F8F. Windows color (decimal): -42873 or 8870143. OLE color: 8870143.
HSL color Cylindrical-coordinate representation of color #FF5887: hue angle of 343.11º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5887 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 135 | - |
| CMYK | 0 | 0.65 | 0.47 | 0 |
| HSL | 343.11º | 1% | 0.67% | - |
| HSV(B) | 343.11º | 0.65% | 1% | - |
| XYZ | 49.1 | 29.99 | 26.12 | - |
| YUV | 143.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 135 | 0 | 0.65 | 0.47 | 0 | 343.11 | 1 | 0.67 |
| Hex | FF | 58 | 87 | 0 | 41 | 2F | 0 | 157 | 64 | 43 |
| Octal | 377 | 130 | 207 | 0 | 101 | 57 | 0 | 527 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10000111 | 0 | 1000001 | 101111 | 0 | 101010111 | 1100100 | 1000011 |
Color Harmonies of #FF5887
Complementary color
Monochromatic Colors of #FF5887
Black with #FF5887
Text Example
Text Example
White with #FF5887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5887; }
p { color: rgb(255,88,135); }
H1.HeaderClassName
{
color: #FF5887;
}
.AnyTagClassName
{
color: #FF5887;
}
</style>
background-color css
<style>
a { background-color: #FF5887; }
a { background-color: rgb(255,88,135); }
div.DivClassName
{
background-color: #FF5887;
}
.BgClassName
{
background-color: #FF5887;
}
</style>
border-color css
<style>
span { border-color: #FF5887; }
span { border-color: rgb(255,88,135); }
td.TdClassName
{
border-color: #FF5887;
}
.TagClassName
{
border-color: #FF5887;
}
</style>