Shades of Brink Pink #FF7B86
Tints of Brink Pink #FF7B86
RGB
CMYK
RGB Variations
Color information
#FF7B86 (or 0xFF7B86) is known color: Brink Pink. HEX triplet: FF, 7B and 86. RGB value is (255,123,134). Sum of RGB (Red+Green+Blue) = 255+123+134=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B86 is #008479. Grayscale: #A3A3A3. Windows color (decimal): -33914 or 8813567. OLE color: 8813567.
HSL color Cylindrical-coordinate representation of color #FF7B86: hue angle of 355º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7B86 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 134 | - |
| CMYK | 0 | 0.52 | 0.47 | 0 |
| HSL | 355º | 1% | 0.74% | - |
| HSV(B) | 355º | 0.52% | 1% | - |
| XYZ | 52.63 | 37.15 | 26.95 | - |
| YUV | 163.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 134 | 0 | 0.52 | 0.47 | 0 | 355 | 1 | 0.74 |
| Hex | FF | 7B | 86 | 0 | 34 | 2F | 0 | 163 | 64 | 4A |
| Octal | 377 | 173 | 206 | 0 | 64 | 57 | 0 | 543 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10000110 | 0 | 110100 | 101111 | 0 | 101100011 | 1100100 | 1001010 |
Color Harmonies of #FF7B86
Complementary color
Monochromatic Colors of #FF7B86
Black with #FF7B86
Text Example
Text Example
White with #FF7B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B86; }
p { color: rgb(255,123,134); }
H1.HeaderClassName
{
color: #FF7B86;
}
.AnyTagClassName
{
color: #FF7B86;
}
</style>
background-color css
<style>
a { background-color: #FF7B86; }
a { background-color: rgb(255,123,134); }
div.DivClassName
{
background-color: #FF7B86;
}
.BgClassName
{
background-color: #FF7B86;
}
</style>
border-color css
<style>
span { border-color: #FF7B86; }
span { border-color: rgb(255,123,134); }
td.TdClassName
{
border-color: #FF7B86;
}
.TagClassName
{
border-color: #FF7B86;
}
</style>