Shades of Brink Pink #FF6B87
Tints of Brink Pink #FF6B87
RGB
CMYK
RGB Variations
Color information
#FF6B87 (or 0xFF6B87) is known color: Brink Pink. HEX triplet: FF, 6B and 87. RGB value is (255,107,135). Sum of RGB (Red+Green+Blue) = 255+107+135=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B87 is #009478. Grayscale: #9A9A9A. Windows color (decimal): -38009 or 8875007. OLE color: 8875007.
HSL color Cylindrical-coordinate representation of color #FF6B87: hue angle of 348.65º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B87 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 135 | - |
| CMYK | 0 | 0.58 | 0.47 | 0 |
| HSL | 348.65º | 1% | 0.71% | - |
| HSV(B) | 348.65º | 0.58% | 1% | - |
| XYZ | 50.87 | 33.52 | 26.71 | - |
| YUV | 154.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 135 | 0 | 0.58 | 0.47 | 0 | 348.65 | 1 | 0.71 |
| Hex | FF | 6B | 87 | 0 | 3A | 2F | 0 | 15D | 64 | 47 |
| Octal | 377 | 153 | 207 | 0 | 72 | 57 | 0 | 535 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10000111 | 0 | 111010 | 101111 | 0 | 101011101 | 1100100 | 1000111 |
Color Harmonies of #FF6B87
Complementary color
Monochromatic Colors of #FF6B87
Black with #FF6B87
Text Example
Text Example
White with #FF6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B87; }
p { color: rgb(255,107,135); }
H1.HeaderClassName
{
color: #FF6B87;
}
.AnyTagClassName
{
color: #FF6B87;
}
</style>
background-color css
<style>
a { background-color: #FF6B87; }
a { background-color: rgb(255,107,135); }
div.DivClassName
{
background-color: #FF6B87;
}
.BgClassName
{
background-color: #FF6B87;
}
</style>
border-color css
<style>
span { border-color: #FF6B87; }
span { border-color: rgb(255,107,135); }
td.TdClassName
{
border-color: #FF6B87;
}
.TagClassName
{
border-color: #FF6B87;
}
</style>