Shades of Brink Pink #F76889
Tints of Brink Pink #F76889
RGB
CMYK
RGB Variations
Color information
#F76889 (or 0xF76889) is known color: Brink Pink. HEX triplet: F7, 68 and 89. RGB value is (247,104,137). Sum of RGB (Red+Green+Blue) = 247+104+137=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F76889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76889 is #089776. Grayscale: #969696. Windows color (decimal): -563063 or 9005303. OLE color: 9005303.
HSL color Cylindrical-coordinate representation of color #F76889: hue angle of 346.15º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F76889 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 137 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.03 |
| HSL | 346.15º | 0.9% | 0.69% | - |
| HSV(B) | 346.15º | 0.58% | 0.97% | - |
| XYZ | 47.82 | 31.48 | 27.22 | - |
| YUV | 150.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 137 | 0 | 0.58 | 0.45 | 0.03 | 346.15 | 0.9 | 0.69 |
| Hex | F7 | 68 | 89 | 0 | 3A | 2D | 3 | 15A | 5A | 45 |
| Octal | 367 | 150 | 211 | 0 | 72 | 55 | 3 | 532 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10001001 | 0 | 111010 | 101101 | 11 | 101011010 | 1011010 | 1000101 |
Color Harmonies of #F76889
Complementary color
Monochromatic Colors of #F76889
Black with #F76889
Text Example
Text Example
White with #F76889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76889; }
p { color: rgb(247,104,137); }
H1.HeaderClassName
{
color: #F76889;
}
.AnyTagClassName
{
color: #F76889;
}
</style>
background-color css
<style>
a { background-color: #F76889; }
a { background-color: rgb(247,104,137); }
div.DivClassName
{
background-color: #F76889;
}
.BgClassName
{
background-color: #F76889;
}
</style>
border-color css
<style>
span { border-color: #F76889; }
span { border-color: rgb(247,104,137); }
td.TdClassName
{
border-color: #F76889;
}
.TagClassName
{
border-color: #F76889;
}
</style>