Shades of Brink Pink #FF6B86
Tints of Brink Pink #FF6B86
RGB
CMYK
RGB Variations
Color information
#FF6B86 (or 0xFF6B86) is known color: Brink Pink. HEX triplet: FF, 6B and 86. RGB value is (255,107,134). Sum of RGB (Red+Green+Blue) = 255+107+134=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B86 is #009479. Grayscale: #9A9A9A. Windows color (decimal): -38010 or 8809471. OLE color: 8809471.
HSL color Cylindrical-coordinate representation of color #FF6B86: hue angle of 349.05º 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 #FF6B86 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 134 | - |
| CMYK | 0 | 0.58 | 0.47 | 0 |
| HSL | 349.05º | 1% | 0.71% | - |
| HSV(B) | 349.05º | 0.58% | 1% | - |
| XYZ | 50.8 | 33.5 | 26.34 | - |
| YUV | 154.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 134 | 0 | 0.58 | 0.47 | 0 | 349.05 | 1 | 0.71 |
| Hex | FF | 6B | 86 | 0 | 3A | 2F | 0 | 15D | 64 | 47 |
| Octal | 377 | 153 | 206 | 0 | 72 | 57 | 0 | 535 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10000110 | 0 | 111010 | 101111 | 0 | 101011101 | 1100100 | 1000111 |
Color Harmonies of #FF6B86
Complementary color
Monochromatic Colors of #FF6B86
Black with #FF6B86
Text Example
Text Example
White with #FF6B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B86; }
p { color: rgb(255,107,134); }
H1.HeaderClassName
{
color: #FF6B86;
}
.AnyTagClassName
{
color: #FF6B86;
}
</style>
background-color css
<style>
a { background-color: #FF6B86; }
a { background-color: rgb(255,107,134); }
div.DivClassName
{
background-color: #FF6B86;
}
.BgClassName
{
background-color: #FF6B86;
}
</style>
border-color css
<style>
span { border-color: #FF6B86; }
span { border-color: rgb(255,107,134); }
td.TdClassName
{
border-color: #FF6B86;
}
.TagClassName
{
border-color: #FF6B86;
}
</style>