Shades of Brink Pink #F65986
Tints of Brink Pink #F65986
RGB
CMYK
RGB Variations
Color information
#F65986 (or 0xF65986) is known color: Brink Pink. HEX triplet: F6, 59 and 86. RGB value is (246,89,134). Sum of RGB (Red+Green+Blue) = 246+89+134=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F65986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65986 is #09A679. Grayscale: #8D8D8D. Windows color (decimal): -632442 or 8804854. OLE color: 8804854.
HSL color Cylindrical-coordinate representation of color #F65986: hue angle of 342.8º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65986 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 134 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.04 |
| HSL | 342.8º | 0.9% | 0.66% | - |
| HSV(B) | 342.8º | 0.64% | 0.96% | - |
| XYZ | 45.88 | 28.46 | 25.63 | - |
| YUV | 141.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 134 | 0 | 0.64 | 0.46 | 0.04 | 342.8 | 0.9 | 0.66 |
| Hex | F6 | 59 | 86 | 0 | 40 | 2E | 4 | 157 | 5A | 42 |
| Octal | 366 | 131 | 206 | 0 | 100 | 56 | 4 | 527 | 132 | 102 |
| Binary | 11110110 | 1011001 | 10000110 | 0 | 1000000 | 101110 | 100 | 101010111 | 1011010 | 1000010 |
Color Harmonies of #F65986
Complementary color
Monochromatic Colors of #F65986
Black with #F65986
Text Example
Text Example
White with #F65986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65986; }
p { color: rgb(246,89,134); }
H1.HeaderClassName
{
color: #F65986;
}
.AnyTagClassName
{
color: #F65986;
}
</style>
background-color css
<style>
a { background-color: #F65986; }
a { background-color: rgb(246,89,134); }
div.DivClassName
{
background-color: #F65986;
}
.BgClassName
{
background-color: #F65986;
}
</style>
border-color css
<style>
span { border-color: #F65986; }
span { border-color: rgb(246,89,134); }
td.TdClassName
{
border-color: #F65986;
}
.TagClassName
{
border-color: #F65986;
}
</style>