Shades of Brink Pink #FF5586
Tints of Brink Pink #FF5586
RGB
CMYK
RGB Variations
Color information
#FF5586 (or 0xFF5586) is known color: Brink Pink. HEX triplet: FF, 55 and 86. RGB value is (255,85,134). Sum of RGB (Red+Green+Blue) = 255+85+134=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5586 is #00AA79. Grayscale: #8D8D8D. Windows color (decimal): -43642 or 8803839. OLE color: 8803839.
HSL color Cylindrical-coordinate representation of color #FF5586: hue angle of 342.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5586 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 134 | - |
| CMYK | 0 | 0.67 | 0.47 | 0 |
| HSL | 342.71º | 1% | 0.67% | - |
| HSV(B) | 342.71º | 0.67% | 1% | - |
| XYZ | 48.79 | 29.48 | 25.67 | - |
| YUV | 141.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 134 | 0 | 0.67 | 0.47 | 0 | 342.71 | 1 | 0.67 |
| Hex | FF | 55 | 86 | 0 | 43 | 2F | 0 | 157 | 64 | 43 |
| Octal | 377 | 125 | 206 | 0 | 103 | 57 | 0 | 527 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10000110 | 0 | 1000011 | 101111 | 0 | 101010111 | 1100100 | 1000011 |
Color Harmonies of #FF5586
Complementary color
Monochromatic Colors of #FF5586
Black with #FF5586
Text Example
Text Example
White with #FF5586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5586; }
p { color: rgb(255,85,134); }
H1.HeaderClassName
{
color: #FF5586;
}
.AnyTagClassName
{
color: #FF5586;
}
</style>
background-color css
<style>
a { background-color: #FF5586; }
a { background-color: rgb(255,85,134); }
div.DivClassName
{
background-color: #FF5586;
}
.BgClassName
{
background-color: #FF5586;
}
</style>
border-color css
<style>
span { border-color: #FF5586; }
span { border-color: rgb(255,85,134); }
td.TdClassName
{
border-color: #FF5586;
}
.TagClassName
{
border-color: #FF5586;
}
</style>