Shades of Brink Pink #F97786
Tints of Brink Pink #F97786
RGB
CMYK
RGB Variations
Color information
#F97786 (or 0xF97786) is known color: Brink Pink. HEX triplet: F9, 77 and 86. RGB value is (249,119,134). Sum of RGB (Red+Green+Blue) = 249+119+134=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F97786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97786 is #068879. Grayscale: #9F9F9F. Windows color (decimal): -428154 or 8812537. OLE color: 8812537.
HSL color Cylindrical-coordinate representation of color #F97786: hue angle of 353.08º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F97786 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 134 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.02 |
| HSL | 353.08º | 0.92% | 0.72% | - |
| HSV(B) | 353.08º | 0.52% | 0.98% | - |
| XYZ | 49.97 | 35.05 | 26.69 | - |
| YUV | 159.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 134 | 0 | 0.52 | 0.46 | 0.02 | 353.08 | 0.92 | 0.72 |
| Hex | F9 | 77 | 86 | 0 | 34 | 2E | 2 | 161 | 5C | 48 |
| Octal | 371 | 167 | 206 | 0 | 64 | 56 | 2 | 541 | 134 | 110 |
| Binary | 11111001 | 1110111 | 10000110 | 0 | 110100 | 101110 | 10 | 101100001 | 1011100 | 1001000 |
Color Harmonies of #F97786
Complementary color
Monochromatic Colors of #F97786
Black with #F97786
Text Example
Text Example
White with #F97786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97786; }
p { color: rgb(249,119,134); }
H1.HeaderClassName
{
color: #F97786;
}
.AnyTagClassName
{
color: #F97786;
}
</style>
background-color css
<style>
a { background-color: #F97786; }
a { background-color: rgb(249,119,134); }
div.DivClassName
{
background-color: #F97786;
}
.BgClassName
{
background-color: #F97786;
}
</style>
border-color css
<style>
span { border-color: #F97786; }
span { border-color: rgb(249,119,134); }
td.TdClassName
{
border-color: #F97786;
}
.TagClassName
{
border-color: #F97786;
}
</style>