Shades of Brink Pink #FF7889
Tints of Brink Pink #FF7889
RGB
CMYK
RGB Variations
Color information
#FF7889 (or 0xFF7889) is known color: Brink Pink. HEX triplet: FF, 78 and 89. RGB value is (255,120,137). Sum of RGB (Red+Green+Blue) = 255+120+137=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7889 is #008776. Grayscale: #A2A2A2. Windows color (decimal): -34679 or 9009407. OLE color: 9009407.
HSL color Cylindrical-coordinate representation of color #FF7889: hue angle of 352.44º 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 #FF7889 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 137 | - |
| CMYK | 0 | 0.53 | 0.46 | 0 |
| HSL | 352.44º | 1% | 0.74% | - |
| HSV(B) | 352.44º | 0.53% | 1% | - |
| XYZ | 52.47 | 36.5 | 27.95 | - |
| YUV | 162.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 137 | 0 | 0.53 | 0.46 | 0 | 352.44 | 1 | 0.74 |
| Hex | FF | 78 | 89 | 0 | 35 | 2E | 0 | 160 | 64 | 4A |
| Octal | 377 | 170 | 211 | 0 | 65 | 56 | 0 | 540 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10001001 | 0 | 110101 | 101110 | 0 | 101100000 | 1100100 | 1001010 |
Color Harmonies of #FF7889
Complementary color
Monochromatic Colors of #FF7889
Black with #FF7889
Text Example
Text Example
White with #FF7889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7889; }
p { color: rgb(255,120,137); }
H1.HeaderClassName
{
color: #FF7889;
}
.AnyTagClassName
{
color: #FF7889;
}
</style>
background-color css
<style>
a { background-color: #FF7889; }
a { background-color: rgb(255,120,137); }
div.DivClassName
{
background-color: #FF7889;
}
.BgClassName
{
background-color: #FF7889;
}
</style>
border-color css
<style>
span { border-color: #FF7889; }
span { border-color: rgb(255,120,137); }
td.TdClassName
{
border-color: #FF7889;
}
.TagClassName
{
border-color: #FF7889;
}
</style>