Shades of Brink Pink #FF5686
Tints of Brink Pink #FF5686
RGB
CMYK
RGB Variations
Color information
#FF5686 (or 0xFF5686) is known color: Brink Pink. HEX triplet: FF, 56 and 86. RGB value is (255,86,134). Sum of RGB (Red+Green+Blue) = 255+86+134=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5686 is #00A979. Grayscale: #8D8D8D. Windows color (decimal): -43386 or 8804095. OLE color: 8804095.
HSL color Cylindrical-coordinate representation of color #FF5686: hue angle of 342.96º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5686 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 134 | - |
| CMYK | 0 | 0.66 | 0.47 | 0 |
| HSL | 342.96º | 1% | 0.67% | - |
| HSV(B) | 342.96º | 0.66% | 1% | - |
| XYZ | 48.87 | 29.64 | 25.7 | - |
| YUV | 142 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 134 | 0 | 0.66 | 0.47 | 0 | 342.96 | 1 | 0.67 |
| Hex | FF | 56 | 86 | 0 | 42 | 2F | 0 | 157 | 64 | 43 |
| Octal | 377 | 126 | 206 | 0 | 102 | 57 | 0 | 527 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10000110 | 0 | 1000010 | 101111 | 0 | 101010111 | 1100100 | 1000011 |
Color Harmonies of #FF5686
Complementary color
Monochromatic Colors of #FF5686
Black with #FF5686
Text Example
Text Example
White with #FF5686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5686; }
p { color: rgb(255,86,134); }
H1.HeaderClassName
{
color: #FF5686;
}
.AnyTagClassName
{
color: #FF5686;
}
</style>
background-color css
<style>
a { background-color: #FF5686; }
a { background-color: rgb(255,86,134); }
div.DivClassName
{
background-color: #FF5686;
}
.BgClassName
{
background-color: #FF5686;
}
</style>
border-color css
<style>
span { border-color: #FF5686; }
span { border-color: rgb(255,86,134); }
td.TdClassName
{
border-color: #FF5686;
}
.TagClassName
{
border-color: #FF5686;
}
</style>