Shades of Brink Pink #FF5685
Tints of Brink Pink #FF5685
RGB
CMYK
RGB Variations
Color information
#FF5685 (or 0xFF5685) is known color: Brink Pink. HEX triplet: FF, 56 and 85. RGB value is (255,86,133). Sum of RGB (Red+Green+Blue) = 255+86+133=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5685 is #00A97A. Grayscale: #8D8D8D. Windows color (decimal): -43387 or 8738559. OLE color: 8738559.
HSL color Cylindrical-coordinate representation of color #FF5685: hue angle of 343.31º 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 #FF5685 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 133 | - |
| CMYK | 0 | 0.66 | 0.48 | 0 |
| HSL | 343.31º | 1% | 0.67% | - |
| HSV(B) | 343.31º | 0.66% | 1% | - |
| XYZ | 48.8 | 29.61 | 25.33 | - |
| YUV | 141.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 133 | 0 | 0.66 | 0.48 | 0 | 343.31 | 1 | 0.67 |
| Hex | FF | 56 | 85 | 0 | 42 | 30 | 0 | 157 | 64 | 43 |
| Octal | 377 | 126 | 205 | 0 | 102 | 60 | 0 | 527 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10000101 | 0 | 1000010 | 110000 | 0 | 101010111 | 1100100 | 1000011 |
Color Harmonies of #FF5685
Complementary color
Monochromatic Colors of #FF5685
Black with #FF5685
Text Example
Text Example
White with #FF5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5685; }
p { color: rgb(255,86,133); }
H1.HeaderClassName
{
color: #FF5685;
}
.AnyTagClassName
{
color: #FF5685;
}
</style>
background-color css
<style>
a { background-color: #FF5685; }
a { background-color: rgb(255,86,133); }
div.DivClassName
{
background-color: #FF5685;
}
.BgClassName
{
background-color: #FF5685;
}
</style>
border-color css
<style>
span { border-color: #FF5685; }
span { border-color: rgb(255,86,133); }
td.TdClassName
{
border-color: #FF5685;
}
.TagClassName
{
border-color: #FF5685;
}
</style>