Shades of Brink Pink #FF7686
Tints of Brink Pink #FF7686
RGB
CMYK
RGB Variations
Color information
#FF7686 (or 0xFF7686) is known color: Brink Pink. HEX triplet: FF, 76 and 86. RGB value is (255,118,134). Sum of RGB (Red+Green+Blue) = 255+118+134=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7686 is #008979. Grayscale: #A0A0A0. Windows color (decimal): -35194 or 8812287. OLE color: 8812287.
HSL color Cylindrical-coordinate representation of color #FF7686: hue angle of 352.99º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF7686 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 134 | - |
| CMYK | 0 | 0.54 | 0.47 | 0 |
| HSL | 352.99º | 1% | 0.73% | - |
| HSV(B) | 352.99º | 0.54% | 1% | - |
| XYZ | 52.02 | 35.94 | 26.75 | - |
| YUV | 160.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 134 | 0 | 0.54 | 0.47 | 0 | 352.99 | 1 | 0.73 |
| Hex | FF | 76 | 86 | 0 | 36 | 2F | 0 | 161 | 64 | 49 |
| Octal | 377 | 166 | 206 | 0 | 66 | 57 | 0 | 541 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10000110 | 0 | 110110 | 101111 | 0 | 101100001 | 1100100 | 1001001 |
Color Harmonies of #FF7686
Complementary color
Monochromatic Colors of #FF7686
Black with #FF7686
Text Example
Text Example
White with #FF7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7686; }
p { color: rgb(255,118,134); }
H1.HeaderClassName
{
color: #FF7686;
}
.AnyTagClassName
{
color: #FF7686;
}
</style>
background-color css
<style>
a { background-color: #FF7686; }
a { background-color: rgb(255,118,134); }
div.DivClassName
{
background-color: #FF7686;
}
.BgClassName
{
background-color: #FF7686;
}
</style>
border-color css
<style>
span { border-color: #FF7686; }
span { border-color: rgb(255,118,134); }
td.TdClassName
{
border-color: #FF7686;
}
.TagClassName
{
border-color: #FF7686;
}
</style>