Shades of Brink Pink #F77080
Tints of Brink Pink #F77080
RGB
CMYK
RGB Variations
Color information
#F77080 (or 0xF77080) is known color: Brink Pink. HEX triplet: F7, 70 and 80. RGB value is (247,112,128). Sum of RGB (Red+Green+Blue) = 247+112+128=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F77080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77080 is #088F7F. Grayscale: #9A9A9A. Windows color (decimal): -561024 or 8417527. OLE color: 8417527.
HSL color Cylindrical-coordinate representation of color #F77080: hue angle of 352.89º degrees, saturation: 0.89, 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 #F77080 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 128 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.03 |
| HSL | 352.89º | 0.89% | 0.7% | - |
| HSV(B) | 352.89º | 0.55% | 0.97% | - |
| XYZ | 48.05 | 32.92 | 24.24 | - |
| YUV | 154.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 128 | 0 | 0.55 | 0.48 | 0.03 | 352.89 | 0.89 | 0.7 |
| Hex | F7 | 70 | 80 | 0 | 37 | 30 | 3 | 161 | 59 | 46 |
| Octal | 367 | 160 | 200 | 0 | 67 | 60 | 3 | 541 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10000000 | 0 | 110111 | 110000 | 11 | 101100001 | 1011001 | 1000110 |
Color Harmonies of #F77080
Complementary color
Monochromatic Colors of #F77080
Black with #F77080
Text Example
Text Example
White with #F77080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77080; }
p { color: rgb(247,112,128); }
H1.HeaderClassName
{
color: #F77080;
}
.AnyTagClassName
{
color: #F77080;
}
</style>
background-color css
<style>
a { background-color: #F77080; }
a { background-color: rgb(247,112,128); }
div.DivClassName
{
background-color: #F77080;
}
.BgClassName
{
background-color: #F77080;
}
</style>
border-color css
<style>
span { border-color: #F77080; }
span { border-color: rgb(247,112,128); }
td.TdClassName
{
border-color: #F77080;
}
.TagClassName
{
border-color: #F77080;
}
</style>