Shades of Brink Pink #FF7886
Tints of Brink Pink #FF7886
RGB
CMYK
RGB Variations
Color information
#FF7886 (or 0xFF7886) is known color: Brink Pink. HEX triplet: FF, 78 and 86. RGB value is (255,120,134). Sum of RGB (Red+Green+Blue) = 255+120+134=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7886 is #008779. Grayscale: #A2A2A2. Windows color (decimal): -34682 or 8812799. OLE color: 8812799.
HSL color Cylindrical-coordinate representation of color #FF7886: hue angle of 353.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7886 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 134 | - |
| CMYK | 0 | 0.53 | 0.47 | 0 |
| HSL | 353.78º | 1% | 0.74% | - |
| HSV(B) | 353.78º | 0.53% | 1% | - |
| XYZ | 52.26 | 36.41 | 26.83 | - |
| YUV | 161.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 134 | 0 | 0.53 | 0.47 | 0 | 353.78 | 1 | 0.74 |
| Hex | FF | 78 | 86 | 0 | 35 | 2F | 0 | 162 | 64 | 4A |
| Octal | 377 | 170 | 206 | 0 | 65 | 57 | 0 | 542 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10000110 | 0 | 110101 | 101111 | 0 | 101100010 | 1100100 | 1001010 |
Color Harmonies of #FF7886
Complementary color
Monochromatic Colors of #FF7886
Black with #FF7886
Text Example
Text Example
White with #FF7886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7886; }
p { color: rgb(255,120,134); }
H1.HeaderClassName
{
color: #FF7886;
}
.AnyTagClassName
{
color: #FF7886;
}
</style>
background-color css
<style>
a { background-color: #FF7886; }
a { background-color: rgb(255,120,134); }
div.DivClassName
{
background-color: #FF7886;
}
.BgClassName
{
background-color: #FF7886;
}
</style>
border-color css
<style>
span { border-color: #FF7886; }
span { border-color: rgb(255,120,134); }
td.TdClassName
{
border-color: #FF7886;
}
.TagClassName
{
border-color: #FF7886;
}
</style>