Shades of Brink Pink #FF5884
Tints of Brink Pink #FF5884
RGB
CMYK
RGB Variations
Color information
#FF5884 (or 0xFF5884) is known color: Brink Pink. HEX triplet: FF, 58 and 84. RGB value is (255,88,132). Sum of RGB (Red+Green+Blue) = 255+88+132=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5884 is #00A77B. Grayscale: #8E8E8E. Windows color (decimal): -42876 or 8673535. OLE color: 8673535.
HSL color Cylindrical-coordinate representation of color #FF5884: hue angle of 344.19º 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 #FF5884 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 132 | - |
| CMYK | 0 | 0.65 | 0.48 | 0 |
| HSL | 344.19º | 1% | 0.67% | - |
| HSV(B) | 344.19º | 0.65% | 1% | - |
| XYZ | 48.89 | 29.91 | 25.03 | - |
| YUV | 142.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 132 | 0 | 0.65 | 0.48 | 0 | 344.19 | 1 | 0.67 |
| Hex | FF | 58 | 84 | 0 | 41 | 30 | 0 | 158 | 64 | 43 |
| Octal | 377 | 130 | 204 | 0 | 101 | 60 | 0 | 530 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10000100 | 0 | 1000001 | 110000 | 0 | 101011000 | 1100100 | 1000011 |
Color Harmonies of #FF5884
Complementary color
Monochromatic Colors of #FF5884
Black with #FF5884
Text Example
Text Example
White with #FF5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5884; }
p { color: rgb(255,88,132); }
H1.HeaderClassName
{
color: #FF5884;
}
.AnyTagClassName
{
color: #FF5884;
}
</style>
background-color css
<style>
a { background-color: #FF5884; }
a { background-color: rgb(255,88,132); }
div.DivClassName
{
background-color: #FF5884;
}
.BgClassName
{
background-color: #FF5884;
}
</style>
border-color css
<style>
span { border-color: #FF5884; }
span { border-color: rgb(255,88,132); }
td.TdClassName
{
border-color: #FF5884;
}
.TagClassName
{
border-color: #FF5884;
}
</style>