Shades of Brink Pink #F76E80
Tints of Brink Pink #F76E80
RGB
CMYK
RGB Variations
Color information
#F76E80 (or 0xF76E80) is known color: Brink Pink. HEX triplet: F7, 6E and 80. RGB value is (247,110,128). Sum of RGB (Red+Green+Blue) = 247+110+128=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76E80 is #08917F. Grayscale: #999999. Windows color (decimal): -561536 or 8417015. OLE color: 8417015.
HSL color Cylindrical-coordinate representation of color #F76E80: hue angle of 352.12º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76E80 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 110 | 128 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.03 |
| HSL | 352.12º | 0.9% | 0.7% | - |
| HSV(B) | 352.12º | 0.55% | 0.97% | - |
| XYZ | 47.83 | 32.48 | 24.17 | - |
| YUV | 153.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 110 | 128 | 0 | 0.55 | 0.48 | 0.03 | 352.12 | 0.9 | 0.7 |
| Hex | F7 | 6E | 80 | 0 | 37 | 30 | 3 | 160 | 5A | 46 |
| Octal | 367 | 156 | 200 | 0 | 67 | 60 | 3 | 540 | 132 | 106 |
| Binary | 11110111 | 1101110 | 10000000 | 0 | 110111 | 110000 | 11 | 101100000 | 1011010 | 1000110 |
Color Harmonies of #F76E80
Complementary color
Monochromatic Colors of #F76E80
Black with #F76E80
Text Example
Text Example
White with #F76E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76E80; }
p { color: rgb(247,110,128); }
H1.HeaderClassName
{
color: #F76E80;
}
.AnyTagClassName
{
color: #F76E80;
}
</style>
background-color css
<style>
a { background-color: #F76E80; }
a { background-color: rgb(247,110,128); }
div.DivClassName
{
background-color: #F76E80;
}
.BgClassName
{
background-color: #F76E80;
}
</style>
border-color css
<style>
span { border-color: #F76E80; }
span { border-color: rgb(247,110,128); }
td.TdClassName
{
border-color: #F76E80;
}
.TagClassName
{
border-color: #F76E80;
}
</style>