Shades of Brink Pink #FF6F86
Tints of Brink Pink #FF6F86
RGB
CMYK
RGB Variations
Color information
#FF6F86 (or 0xFF6F86) is known color: Brink Pink. HEX triplet: FF, 6F and 86. RGB value is (255,111,134). Sum of RGB (Red+Green+Blue) = 255+111+134=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F86 is #009079. Grayscale: #9C9C9C. Windows color (decimal): -36986 or 8810495. OLE color: 8810495.
HSL color Cylindrical-coordinate representation of color #FF6F86: hue angle of 350.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6F86 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 134 | - |
| CMYK | 0 | 0.56 | 0.47 | 0 |
| HSL | 350.42º | 1% | 0.72% | - |
| HSV(B) | 350.42º | 0.56% | 1% | - |
| XYZ | 51.23 | 34.35 | 26.48 | - |
| YUV | 156.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 134 | 0 | 0.56 | 0.47 | 0 | 350.42 | 1 | 0.72 |
| Hex | FF | 6F | 86 | 0 | 38 | 2F | 0 | 15E | 64 | 48 |
| Octal | 377 | 157 | 206 | 0 | 70 | 57 | 0 | 536 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10000110 | 0 | 111000 | 101111 | 0 | 101011110 | 1100100 | 1001000 |
Color Harmonies of #FF6F86
Complementary color
Monochromatic Colors of #FF6F86
Black with #FF6F86
Text Example
Text Example
White with #FF6F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F86; }
p { color: rgb(255,111,134); }
H1.HeaderClassName
{
color: #FF6F86;
}
.AnyTagClassName
{
color: #FF6F86;
}
</style>
background-color css
<style>
a { background-color: #FF6F86; }
a { background-color: rgb(255,111,134); }
div.DivClassName
{
background-color: #FF6F86;
}
.BgClassName
{
background-color: #FF6F86;
}
</style>
border-color css
<style>
span { border-color: #FF6F86; }
span { border-color: rgb(255,111,134); }
td.TdClassName
{
border-color: #FF6F86;
}
.TagClassName
{
border-color: #FF6F86;
}
</style>