Shades of Brink Pink #FF6D86
Tints of Brink Pink #FF6D86
RGB
CMYK
RGB Variations
Color information
#FF6D86 (or 0xFF6D86) is known color: Brink Pink. HEX triplet: FF, 6D and 86. RGB value is (255,109,134). Sum of RGB (Red+Green+Blue) = 255+109+134=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6D86 is #009279. Grayscale: #9B9B9B. Windows color (decimal): -37498 or 8809983. OLE color: 8809983.
HSL color Cylindrical-coordinate representation of color #FF6D86: hue angle of 349.73º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6D86 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 134 | - |
| CMYK | 0 | 0.57 | 0.47 | 0 |
| HSL | 349.73º | 1% | 0.71% | - |
| HSV(B) | 349.73º | 0.57% | 1% | - |
| XYZ | 51.01 | 33.92 | 26.41 | - |
| YUV | 155.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 134 | 0 | 0.57 | 0.47 | 0 | 349.73 | 1 | 0.71 |
| Hex | FF | 6D | 86 | 0 | 39 | 2F | 0 | 15E | 64 | 47 |
| Octal | 377 | 155 | 206 | 0 | 71 | 57 | 0 | 536 | 144 | 107 |
| Binary | 11111111 | 1101101 | 10000110 | 0 | 111001 | 101111 | 0 | 101011110 | 1100100 | 1000111 |
Color Harmonies of #FF6D86
Complementary color
Monochromatic Colors of #FF6D86
Black with #FF6D86
Text Example
Text Example
White with #FF6D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D86; }
p { color: rgb(255,109,134); }
H1.HeaderClassName
{
color: #FF6D86;
}
.AnyTagClassName
{
color: #FF6D86;
}
</style>
background-color css
<style>
a { background-color: #FF6D86; }
a { background-color: rgb(255,109,134); }
div.DivClassName
{
background-color: #FF6D86;
}
.BgClassName
{
background-color: #FF6D86;
}
</style>
border-color css
<style>
span { border-color: #FF6D86; }
span { border-color: rgb(255,109,134); }
td.TdClassName
{
border-color: #FF6D86;
}
.TagClassName
{
border-color: #FF6D86;
}
</style>