Shades of Brink Pink #FF7A86
Tints of Brink Pink #FF7A86
RGB
CMYK
RGB Variations
Color information
#FF7A86 (or 0xFF7A86) is known color: Brink Pink. HEX triplet: FF, 7A and 86. RGB value is (255,122,134). Sum of RGB (Red+Green+Blue) = 255+122+134=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A86 is #008579. Grayscale: #A3A3A3. Windows color (decimal): -34170 or 8813311. OLE color: 8813311.
HSL color Cylindrical-coordinate representation of color #FF7A86: hue angle of 354.59º 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 #FF7A86 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 134 | - |
| CMYK | 0 | 0.52 | 0.47 | 0 |
| HSL | 354.59º | 1% | 0.74% | - |
| HSV(B) | 354.59º | 0.52% | 1% | - |
| XYZ | 52.5 | 36.9 | 26.91 | - |
| YUV | 163.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 134 | 0 | 0.52 | 0.47 | 0 | 354.59 | 1 | 0.74 |
| Hex | FF | 7A | 86 | 0 | 34 | 2F | 0 | 163 | 64 | 4A |
| Octal | 377 | 172 | 206 | 0 | 64 | 57 | 0 | 543 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10000110 | 0 | 110100 | 101111 | 0 | 101100011 | 1100100 | 1001010 |
Color Harmonies of #FF7A86
Complementary color
Monochromatic Colors of #FF7A86
Black with #FF7A86
Text Example
Text Example
White with #FF7A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A86; }
p { color: rgb(255,122,134); }
H1.HeaderClassName
{
color: #FF7A86;
}
.AnyTagClassName
{
color: #FF7A86;
}
</style>
background-color css
<style>
a { background-color: #FF7A86; }
a { background-color: rgb(255,122,134); }
div.DivClassName
{
background-color: #FF7A86;
}
.BgClassName
{
background-color: #FF7A86;
}
</style>
border-color css
<style>
span { border-color: #FF7A86; }
span { border-color: rgb(255,122,134); }
td.TdClassName
{
border-color: #FF7A86;
}
.TagClassName
{
border-color: #FF7A86;
}
</style>