Shades of Brink Pink #F77485
Tints of Brink Pink #F77485
RGB
CMYK
RGB Variations
Color information
#F77485 (or 0xF77485) is known color: Brink Pink. HEX triplet: F7, 74 and 85. RGB value is (247,116,133). Sum of RGB (Red+Green+Blue) = 247+116+133=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F77485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77485 is #088B7A. Grayscale: #9D9D9D. Windows color (decimal): -559995 or 8746231. OLE color: 8746231.
HSL color Cylindrical-coordinate representation of color #F77485: hue angle of 352.21º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77485 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 133 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.03 |
| HSL | 352.21º | 0.89% | 0.71% | - |
| HSV(B) | 352.21º | 0.53% | 0.97% | - |
| XYZ | 48.84 | 33.96 | 26.17 | - |
| YUV | 157.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 133 | 0 | 0.53 | 0.46 | 0.03 | 352.21 | 0.89 | 0.71 |
| Hex | F7 | 74 | 85 | 0 | 35 | 2E | 3 | 160 | 59 | 47 |
| Octal | 367 | 164 | 205 | 0 | 65 | 56 | 3 | 540 | 131 | 107 |
| Binary | 11110111 | 1110100 | 10000101 | 0 | 110101 | 101110 | 11 | 101100000 | 1011001 | 1000111 |
Color Harmonies of #F77485
Complementary color
Monochromatic Colors of #F77485
Black with #F77485
Text Example
Text Example
White with #F77485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77485; }
p { color: rgb(247,116,133); }
H1.HeaderClassName
{
color: #F77485;
}
.AnyTagClassName
{
color: #F77485;
}
</style>
background-color css
<style>
a { background-color: #F77485; }
a { background-color: rgb(247,116,133); }
div.DivClassName
{
background-color: #F77485;
}
.BgClassName
{
background-color: #F77485;
}
</style>
border-color css
<style>
span { border-color: #F77485; }
span { border-color: rgb(247,116,133); }
td.TdClassName
{
border-color: #F77485;
}
.TagClassName
{
border-color: #F77485;
}
</style>