Shades of Brink Pink #F65786
Tints of Brink Pink #F65786
RGB
CMYK
RGB Variations
Color information
#F65786 (or 0xF65786) is known color: Brink Pink. HEX triplet: F6, 57 and 86. RGB value is (246,87,134). Sum of RGB (Red+Green+Blue) = 246+87+134=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F65786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65786 is #09A879. Grayscale: #8B8B8B. Windows color (decimal): -632954 or 8804342. OLE color: 8804342.
HSL color Cylindrical-coordinate representation of color #F65786: hue angle of 342.26º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F65786 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 87 | 134 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.04 |
| HSL | 342.26º | 0.9% | 0.65% | - |
| HSV(B) | 342.26º | 0.65% | 0.96% | - |
| XYZ | 45.72 | 28.13 | 25.57 | - |
| YUV | 139.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 87 | 134 | 0 | 0.65 | 0.46 | 0.04 | 342.26 | 0.9 | 0.65 |
| Hex | F6 | 57 | 86 | 0 | 41 | 2E | 4 | 156 | 5A | 41 |
| Octal | 366 | 127 | 206 | 0 | 101 | 56 | 4 | 526 | 132 | 101 |
| Binary | 11110110 | 1010111 | 10000110 | 0 | 1000001 | 101110 | 100 | 101010110 | 1011010 | 1000001 |
Color Harmonies of #F65786
Complementary color
Monochromatic Colors of #F65786
Black with #F65786
Text Example
Text Example
White with #F65786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65786; }
p { color: rgb(246,87,134); }
H1.HeaderClassName
{
color: #F65786;
}
.AnyTagClassName
{
color: #F65786;
}
</style>
background-color css
<style>
a { background-color: #F65786; }
a { background-color: rgb(246,87,134); }
div.DivClassName
{
background-color: #F65786;
}
.BgClassName
{
background-color: #F65786;
}
</style>
border-color css
<style>
span { border-color: #F65786; }
span { border-color: rgb(246,87,134); }
td.TdClassName
{
border-color: #F65786;
}
.TagClassName
{
border-color: #F65786;
}
</style>