Shades of Brink Pink #FF5E86
Tints of Brink Pink #FF5E86
RGB
CMYK
RGB Variations
Color information
#FF5E86 (or 0xFF5E86) is known color: Brink Pink. HEX triplet: FF, 5E and 86. RGB value is (255,94,134). Sum of RGB (Red+Green+Blue) = 255+94+134=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5E86 is #00A179. Grayscale: #929292. Windows color (decimal): -41338 or 8806143. OLE color: 8806143.
HSL color Cylindrical-coordinate representation of color #FF5E86: hue angle of 345.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5E86 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 134 | - |
| CMYK | 0 | 0.63 | 0.47 | 0 |
| HSL | 345.09º | 1% | 0.68% | - |
| HSV(B) | 345.09º | 0.63% | 1% | - |
| XYZ | 49.55 | 30.99 | 25.92 | - |
| YUV | 146.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 134 | 0 | 0.63 | 0.47 | 0 | 345.09 | 1 | 0.68 |
| Hex | FF | 5E | 86 | 0 | 3F | 2F | 0 | 159 | 64 | 44 |
| Octal | 377 | 136 | 206 | 0 | 77 | 57 | 0 | 531 | 144 | 104 |
| Binary | 11111111 | 1011110 | 10000110 | 0 | 111111 | 101111 | 0 | 101011001 | 1100100 | 1000100 |
Color Harmonies of #FF5E86
Complementary color
Monochromatic Colors of #FF5E86
Black with #FF5E86
Text Example
Text Example
White with #FF5E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E86; }
p { color: rgb(255,94,134); }
H1.HeaderClassName
{
color: #FF5E86;
}
.AnyTagClassName
{
color: #FF5E86;
}
</style>
background-color css
<style>
a { background-color: #FF5E86; }
a { background-color: rgb(255,94,134); }
div.DivClassName
{
background-color: #FF5E86;
}
.BgClassName
{
background-color: #FF5E86;
}
</style>
border-color css
<style>
span { border-color: #FF5E86; }
span { border-color: rgb(255,94,134); }
td.TdClassName
{
border-color: #FF5E86;
}
.TagClassName
{
border-color: #FF5E86;
}
</style>