Shades of Brink Pink #FF7C86
Tints of Brink Pink #FF7C86
RGB
CMYK
RGB Variations
Color information
#FF7C86 (or 0xFF7C86) is known color: Brink Pink. HEX triplet: FF, 7C and 86. RGB value is (255,124,134). Sum of RGB (Red+Green+Blue) = 255+124+134=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C86 is #008379. Grayscale: #A4A4A4. Windows color (decimal): -33658 or 8813823. OLE color: 8813823.
HSL color Cylindrical-coordinate representation of color #FF7C86: hue angle of 355.42º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7C86 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 134 | - |
| CMYK | 0 | 0.51 | 0.47 | 0 |
| HSL | 355.42º | 1% | 0.74% | - |
| HSV(B) | 355.42º | 0.51% | 1% | - |
| XYZ | 52.75 | 37.4 | 26.99 | - |
| YUV | 164.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 134 | 0 | 0.51 | 0.47 | 0 | 355.42 | 1 | 0.74 |
| Hex | FF | 7C | 86 | 0 | 33 | 2F | 0 | 163 | 64 | 4A |
| Octal | 377 | 174 | 206 | 0 | 63 | 57 | 0 | 543 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10000110 | 0 | 110011 | 101111 | 0 | 101100011 | 1100100 | 1001010 |
Color Harmonies of #FF7C86
Complementary color
Monochromatic Colors of #FF7C86
Black with #FF7C86
Text Example
Text Example
White with #FF7C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C86; }
p { color: rgb(255,124,134); }
H1.HeaderClassName
{
color: #FF7C86;
}
.AnyTagClassName
{
color: #FF7C86;
}
</style>
background-color css
<style>
a { background-color: #FF7C86; }
a { background-color: rgb(255,124,134); }
div.DivClassName
{
background-color: #FF7C86;
}
.BgClassName
{
background-color: #FF7C86;
}
</style>
border-color css
<style>
span { border-color: #FF7C86; }
span { border-color: rgb(255,124,134); }
td.TdClassName
{
border-color: #FF7C86;
}
.TagClassName
{
border-color: #FF7C86;
}
</style>