Shades of Brink Pink #F76C8D
Tints of Brink Pink #F76C8D
RGB
CMYK
RGB Variations
Color information
#F76C8D (or 0xF76C8D) is known color: Brink Pink. HEX triplet: F7, 6C and 8D. RGB value is (247,108,141). Sum of RGB (Red+Green+Blue) = 247+108+141=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76C8D is #089372. Grayscale: #999999. Windows color (decimal): -562035 or 9268471. OLE color: 9268471.
HSL color Cylindrical-coordinate representation of color #F76C8D: hue angle of 345.76º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76C8D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 141 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.03 |
| HSL | 345.76º | 0.9% | 0.7% | - |
| HSV(B) | 345.76º | 0.56% | 0.97% | - |
| XYZ | 48.53 | 32.42 | 28.9 | - |
| YUV | 153.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 141 | 0 | 0.56 | 0.43 | 0.03 | 345.76 | 0.9 | 0.7 |
| Hex | F7 | 6C | 8D | 0 | 38 | 2B | 3 | 15A | 5A | 46 |
| Octal | 367 | 154 | 215 | 0 | 70 | 53 | 3 | 532 | 132 | 106 |
| Binary | 11110111 | 1101100 | 10001101 | 0 | 111000 | 101011 | 11 | 101011010 | 1011010 | 1000110 |
Color Harmonies of #F76C8D
Complementary color
Monochromatic Colors of #F76C8D
Black with #F76C8D
Text Example
Text Example
White with #F76C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76C8D; }
p { color: rgb(247,108,141); }
H1.HeaderClassName
{
color: #F76C8D;
}
.AnyTagClassName
{
color: #F76C8D;
}
</style>
background-color css
<style>
a { background-color: #F76C8D; }
a { background-color: rgb(247,108,141); }
div.DivClassName
{
background-color: #F76C8D;
}
.BgClassName
{
background-color: #F76C8D;
}
</style>
border-color css
<style>
span { border-color: #F76C8D; }
span { border-color: rgb(247,108,141); }
td.TdClassName
{
border-color: #F76C8D;
}
.TagClassName
{
border-color: #F76C8D;
}
</style>