Shades of Brink Pink #F76688
Tints of Brink Pink #F76688
RGB
CMYK
RGB Variations
Color information
#F76688 (or 0xF76688) is known color: Brink Pink. HEX triplet: F7, 66 and 88. RGB value is (247,102,136). Sum of RGB (Red+Green+Blue) = 247+102+136=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F76688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76688 is #089977. Grayscale: #959595. Windows color (decimal): -563576 or 8939255. OLE color: 8939255.
HSL color Cylindrical-coordinate representation of color #F76688: hue angle of 345.93º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F76688 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 136 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.03 |
| HSL | 345.93º | 0.9% | 0.68% | - |
| HSV(B) | 345.93º | 0.59% | 0.97% | - |
| XYZ | 47.55 | 31.05 | 26.78 | - |
| YUV | 149.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 136 | 0 | 0.59 | 0.45 | 0.03 | 345.93 | 0.9 | 0.68 |
| Hex | F7 | 66 | 88 | 0 | 3B | 2D | 3 | 15A | 5A | 44 |
| Octal | 367 | 146 | 210 | 0 | 73 | 55 | 3 | 532 | 132 | 104 |
| Binary | 11110111 | 1100110 | 10001000 | 0 | 111011 | 101101 | 11 | 101011010 | 1011010 | 1000100 |
Color Harmonies of #F76688
Complementary color
Monochromatic Colors of #F76688
Black with #F76688
Text Example
Text Example
White with #F76688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76688; }
p { color: rgb(247,102,136); }
H1.HeaderClassName
{
color: #F76688;
}
.AnyTagClassName
{
color: #F76688;
}
</style>
background-color css
<style>
a { background-color: #F76688; }
a { background-color: rgb(247,102,136); }
div.DivClassName
{
background-color: #F76688;
}
.BgClassName
{
background-color: #F76688;
}
</style>
border-color css
<style>
span { border-color: #F76688; }
span { border-color: rgb(247,102,136); }
td.TdClassName
{
border-color: #F76688;
}
.TagClassName
{
border-color: #F76688;
}
</style>