Shades of Brink Pink #F77185
Tints of Brink Pink #F77185
RGB
CMYK
RGB Variations
Color information
#F77185 (or 0xF77185) is known color: Brink Pink. HEX triplet: F7, 71 and 85. RGB value is (247,113,133). Sum of RGB (Red+Green+Blue) = 247+113+133=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F77185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77185 is #088E7A. Grayscale: #9B9B9B. Windows color (decimal): -560763 or 8745463. OLE color: 8745463.
HSL color Cylindrical-coordinate representation of color #F77185: hue angle of 351.04º 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 #F77185 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 133 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.03 |
| HSL | 351.04º | 0.89% | 0.71% | - |
| HSV(B) | 351.04º | 0.54% | 0.97% | - |
| XYZ | 48.5 | 33.28 | 26.06 | - |
| YUV | 155.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 133 | 0 | 0.54 | 0.46 | 0.03 | 351.04 | 0.89 | 0.71 |
| Hex | F7 | 71 | 85 | 0 | 36 | 2E | 3 | 15F | 59 | 47 |
| Octal | 367 | 161 | 205 | 0 | 66 | 56 | 3 | 537 | 131 | 107 |
| Binary | 11110111 | 1110001 | 10000101 | 0 | 110110 | 101110 | 11 | 101011111 | 1011001 | 1000111 |
Color Harmonies of #F77185
Complementary color
Monochromatic Colors of #F77185
Black with #F77185
Text Example
Text Example
White with #F77185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77185; }
p { color: rgb(247,113,133); }
H1.HeaderClassName
{
color: #F77185;
}
.AnyTagClassName
{
color: #F77185;
}
</style>
background-color css
<style>
a { background-color: #F77185; }
a { background-color: rgb(247,113,133); }
div.DivClassName
{
background-color: #F77185;
}
.BgClassName
{
background-color: #F77185;
}
</style>
border-color css
<style>
span { border-color: #F77185; }
span { border-color: rgb(247,113,133); }
td.TdClassName
{
border-color: #F77185;
}
.TagClassName
{
border-color: #F77185;
}
</style>