Shades of Brink Pink #F77584
Tints of Brink Pink #F77584
RGB
CMYK
RGB Variations
Color information
#F77584 (or 0xF77584) is known color: Brink Pink. HEX triplet: F7, 75 and 84. RGB value is (247,117,132). Sum of RGB (Red+Green+Blue) = 247+117+132=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F77584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77584 is #088A7B. Grayscale: #9D9D9D. Windows color (decimal): -559740 or 8680951. OLE color: 8680951.
HSL color Cylindrical-coordinate representation of color #F77584: hue angle of 353.08º 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 #F77584 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 132 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.03 |
| HSL | 353.08º | 0.89% | 0.71% | - |
| HSV(B) | 353.08º | 0.53% | 0.97% | - |
| XYZ | 48.88 | 34.16 | 25.85 | - |
| YUV | 157.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 132 | 0 | 0.53 | 0.47 | 0.03 | 353.08 | 0.89 | 0.71 |
| Hex | F7 | 75 | 84 | 0 | 35 | 2F | 3 | 161 | 59 | 47 |
| Octal | 367 | 165 | 204 | 0 | 65 | 57 | 3 | 541 | 131 | 107 |
| Binary | 11110111 | 1110101 | 10000100 | 0 | 110101 | 101111 | 11 | 101100001 | 1011001 | 1000111 |
Color Harmonies of #F77584
Complementary color
Monochromatic Colors of #F77584
Black with #F77584
Text Example
Text Example
White with #F77584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77584; }
p { color: rgb(247,117,132); }
H1.HeaderClassName
{
color: #F77584;
}
.AnyTagClassName
{
color: #F77584;
}
</style>
background-color css
<style>
a { background-color: #F77584; }
a { background-color: rgb(247,117,132); }
div.DivClassName
{
background-color: #F77584;
}
.BgClassName
{
background-color: #F77584;
}
</style>
border-color css
<style>
span { border-color: #F77584; }
span { border-color: rgb(247,117,132); }
td.TdClassName
{
border-color: #F77584;
}
.TagClassName
{
border-color: #F77584;
}
</style>