Shades of Brink Pink #F77180
Tints of Brink Pink #F77180
RGB
CMYK
RGB Variations
Color information
#F77180 (or 0xF77180) is known color: Brink Pink. HEX triplet: F7, 71 and 80. RGB value is (247,113,128). Sum of RGB (Red+Green+Blue) = 247+113+128=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F77180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77180 is #088E7F. Grayscale: #9A9A9A. Windows color (decimal): -560768 or 8417783. OLE color: 8417783.
HSL color Cylindrical-coordinate representation of color #F77180: hue angle of 353.28º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F77180 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 128 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.03 |
| HSL | 353.28º | 0.89% | 0.71% | - |
| HSV(B) | 353.28º | 0.54% | 0.97% | - |
| XYZ | 48.16 | 33.14 | 24.28 | - |
| YUV | 154.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 128 | 0 | 0.54 | 0.48 | 0.03 | 353.28 | 0.89 | 0.71 |
| Hex | F7 | 71 | 80 | 0 | 36 | 30 | 3 | 161 | 59 | 47 |
| Octal | 367 | 161 | 200 | 0 | 66 | 60 | 3 | 541 | 131 | 107 |
| Binary | 11110111 | 1110001 | 10000000 | 0 | 110110 | 110000 | 11 | 101100001 | 1011001 | 1000111 |
Color Harmonies of #F77180
Complementary color
Monochromatic Colors of #F77180
Black with #F77180
Text Example
Text Example
White with #F77180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77180; }
p { color: rgb(247,113,128); }
H1.HeaderClassName
{
color: #F77180;
}
.AnyTagClassName
{
color: #F77180;
}
</style>
background-color css
<style>
a { background-color: #F77180; }
a { background-color: rgb(247,113,128); }
div.DivClassName
{
background-color: #F77180;
}
.BgClassName
{
background-color: #F77180;
}
</style>
border-color css
<style>
span { border-color: #F77180; }
span { border-color: rgb(247,113,128); }
td.TdClassName
{
border-color: #F77180;
}
.TagClassName
{
border-color: #F77180;
}
</style>